@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/background.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

#interior_container {
	background:url(../images/interior_bg.jpg) repeat-y top left #fff;
}
#outer-container {
	background:url(../images/secondary_background.png) repeat-y top left;
}
#container {
	background-color:#FFF;
	border-bottom:thin solid #c3c3c3;
}
#content {
	background:url(../images/blue_bg.jpg) repeat-x;
}
#footer {
	background:url(../images/blue_bg.jpg) repeat-x;
	font-size:12px;
}
#footer_left, #footer_right{
	text-align:center;
}
#footer a{
text-decoration:none;
color:#000;
}
#sub_menu a {
	font-weight: normal;
	text-decoration: none;
	color: #406790;
}
h2 , h2 a, h2 a:hover{
	color: #406790;
	text-decoration: none;
}
#sub_menu a:hover {
	text-decoration: underline;
	color: #406790;
}
h1 , h1 a, h1 a:hover{
	color: #01366C;
	text-decoration: none;
}
a {
	font-weight: bold;
	color: #2D608F;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #2D608F;
	text-decoration: underline;
}
#right_content {
	padding-top: 15px;
}

.boldBlue{
	font-weight:bold;
	color:#406790;
}

.smallGray{
	font-size:10px;
	color:#666;
}
.clickLink{
	font-style:normal;
	 
}

.landingLinks{
	display:block;
	width:400px;
	border:1px solid black;
	margin-bottom:3px;
	padding:5px;
	font-size:18px;
	text-decoration:none;
}

.landingLinks:hover{
	background-color:#E4EEFA;
		text-decoration:none;

}
