@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url("images/bg.png") 0 0;
}
p {line-height:18px;}
li {padding:2px;}

a {color: #003C71; text-decoration: none;} 
a:link	{color: #0055A4;} 
a:hover	{color: #FF2424; text-decoration: underline;}

#container {
	margin: 10px auto 10px auto;
	padding-top: 10px;
	width: 900px;/* 900 - 849 = 51 */
	background:#FFFFFF;
	text-align:center;
	border:1px solid #333333;
}

#content {text-align:left;}
#footer {text-align:center; margin:5px 0;}
#space {clear:both;	height:10px;}

/*/////////////////////////////////////////////////*/

#navigation {
	width: 657px;/* 606 to 657 */
	margin-top: 9px;
	background: url("images/fade.jpg") 0 0 repeat-x;
	height:20px;
}
#navigation a {
	display: block;
	width: 121px;
	float: left;
	font:10px Verdana, Arial, Helvetica, sans-serif bold;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
#navigation a:hover {background-repeat:no-repeat; color: #FF2424;}
#navigation a.a:hover {background: url("images/high_1.jpg") 11px;}
#navigation a.b:hover {background: url("images/high_2.jpg") 8px;}
#navigation a.c:hover {background: url("images/high_3.jpg") 7px;}
#navigation a.d:hover {background: url("images/high_4.jpg") 2px;}
#navigation a.e:hover {background: url("images/high_5.jpg") 2px;}

#navigation a.e {
	margin-right: -3px;/*fix for IE6 from 0px*/
}
/*/////////////////////////////////////////////////*/

/* Menu */
#menuColumn {
	margin:0;
	padding:0;
	list-style-type:none;
	padding:6px 0;
	border-right:1px solid #0052A2;
	background-color:#0052a2;
	text-transform:uppercase;
	font-size:10px;
	font-weight: bold;
	height:400px;
}
#menuColumn ol {
	margin:0;
	padding:0;
	list-style-type:none;
	text-transform:none;
	background-color:#0065CA;
}
#menuColumn a {
	font-size:12px;
	display:block;
	padding-left:20px;
	color:#FFFFFF;
	line-height:20px;
	height:20px;/* fix IE 6 */
	text-decoration:none;
}
#menuColumn a:hover {
	background-color:#FFFFFF;
	color:#FF2424;
}
#menuColumn ol a {padding-left:35px;}

#menuColumn a:active {
	background-color:#FFFFFF;
	color: #000000;
}
#menuColumn li {padding:0;}

#catchlines li{
	width:260px;
	margin:0 auto;
}
/*/////////////////////////////////////////////////*/

h1 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #FF2424;
	padding-left:10px;
	background: url("images/mesh.png") 0 no-repeat;
}
#subtitle {
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #0052A2;
}

#links a {
	text-decoration: none;
	margin-bottom: 15px;
	display: block;
}

#slogan {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	font-style:italic;
	font-size:13px;
	font-weight: bold;
	color: #0052A2;
	padding-top:20px;
	text-align:center;
}

.req {color:#FF0000;}
hr {color: #0052A2;background-color: #0052A2;height: 1px;}