/* START Basic Page Settings */

html {
	height: 100%;
}

body {
	background-color: #265665;
	background-image: url(/Site_Images/Common_Images/Background_Body.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 50px;
	padding: 0;
	min-height: 101%;
	line-height: 15px;
}

table#Main_Content {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #212930;
	line-height: 15px;
	margin-bottom:50px;
}

.Main_Content {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #212930;
	line-height: 15px;
}

table#Main_Footer {
	color: #A3ADB8;
	background-color: #013B50;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

form {
	margin-bottom:0px;
}

a:link, a:visited {
	color: #587992;
	text-decoration: none;
}

a:hover, a:active {
	color: #9E1B34
}

#Main_Footer a {
	color: #A3ADB8;
	text-decoration: underline;
}

td.Nav_Top a {
	width: 75px;
	height: 46px;
	display: block;
}
td.Nav_Top a#Link_Profile {
	background-image: url(/Site_Images/Common_Images/Nav_Top_01_Inactive.gif);
	background-repeat: no-repeat;
}
td.Nav_Top a#Link_Profile:hover {
	background-image: url(/Site_Images/Common_Images/Nav_Top_01_Active.gif);
	background-repeat: no-repeat;
}
td.Nav_Top a#Link_Profile_Selected {
	background-image: url(/Site_Images/Common_Images/Nav_Top_01_Active.gif);
	background-repeat: no-repeat;
}
td.Nav_Top a#Link_Results {
	background-image: url(/Site_Images/Common_Images/Nav_Top_02_Inactive.gif);
	background-repeat: no-repeat;
}
td.Nav_Top a#Link_Results:hover {
	background-image: url(/Site_Images/Common_Images/Nav_Top_02_Active.gif);
	background-repeat: no-repeat;
}
td.Nav_Top a#Link_Results_Selected {
	background-image: url(/Site_Images/Common_Images/Nav_Top_02_Active.gif);
	background-repeat: no-repeat;
}
td.Nav_Top a#Link_News {
	background-image: url(/Site_Images/Common_Images/Nav_Top_03_Inactive.gif);
	background-repeat: no-repeat;
}
td.Nav_Top a#Link_News:hover {
	background-image: url(/Site_Images/Common_Images/Nav_Top_03_Active.gif);
	background-repeat: no-repeat;
}
td.Nav_Top a#Link_News_Selected {
	background-image: url(/Site_Images/Common_Images/Nav_Top_03_Active.gif);
	background-repeat: no-repeat;
}
td.Nav_Top a#Link_Contact {
	background-image: url(/Site_Images/Common_Images/Nav_Top_04_Inactive.gif);
	background-repeat: no-repeat;
}
td.Nav_Top a#Link_Contact:hover {
	background-image: url(/Site_Images/Common_Images/Nav_Top_04_Active.gif);
	background-repeat: no-repeat;
}
td.Nav_Top a#Link_Contact_Selected {
	background-image: url(/Site_Images/Common_Images/Nav_Top_04_Active.gif);
	background-repeat: no-repeat;
}

.Page_Banner {
	border-bottom: 1px solid #4E7490;
}

.Dotted_Line {
	background: url('/Site_Images/Common_Images/Bg_Dot.gif') repeat-x center bottom;
	margin-bottom: 10px;
	height: 10px;
	width: 100%;
}

.Bulleted_List {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.Bulleted_List li {
	list-style-image: url('/Site_Images/Common_Images/Li.gif');
	margin: 0px;
	margin-left: 26px;
	padding: 0px;
}