@charset "utf-8";
/* CSS Document */

html { overflow-y: scroll; 
}
.main1 {
	color: #4E4788;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}
p {
	color: #4E4788;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}
.padding {
	padding-right: 30px;
}
	
h1 {
	color: #EE2D26;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold
}
.main2, h2 {
	color: #4E4788;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold
}

.main3 {
	color: #EE2D26;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold
}
.main4 {
	color: #EE2D26;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

a:link {color: #4E4788; text-decoration: underline; }
a:active {color: #EE2D26; text-decoration: underline; }
a:visited {color: #4E4788; text-decoration: underline; }
a:hover {color: #EE2D26; text-decoration: none; }

a.red:link {color: #EE2D26; text-decoration: underline; }
a.red:active {color: #EE2D26; text-decoration: underline; }
a.red:visited {color: #EE2D26; text-decoration: underline; }
a.red:hover {color: #4E4788; text-decoration: none; }

a.red2:link {color: #EE2D26; text-decoration: underline; font-weight:bold; }
a.red2:active {color: #EE2D26; text-decoration: underline; }
a.red2:visited {color: #EE2D26; text-decoration: underline; }
a.red2:hover {color: #4E4788; text-decoration: none; }

.content {
	width: 705px;
	margin-right: 90px;
	margin-left: 90px;
	float: left;
}
.row {
	clear: both;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #302873;
	padding-bottom: 25px;
	padding-top: 25px;
}
.row-bottom {
	clear: both;
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}
#slideshow {
	float: left;
	width: 430px;
}
.column430 {
	width: 430px;
	position: relative;
	float: left;
}	
#column1 {
	width: 200px;
	margin-right: 15px;
	position: relative;
	float: left;
}
#column2 {
	width: 200px;
	position: relative;
	float: left;
}
#column3 {
	width: 260px;
	position: relative;
	float: left;
	margin-left: 15px;
}
hr { 
	color: #4E4788;
	margin-top: 15px;
	margin-bottom: 15px;
}
.sponsors {
	float: left;
	clear: both;
	margin-top: 20px;
}
.sponsors p {
	color: #666666;
}


