@charset "utf-8";
body {
	margin: 0px;
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	text-decoration: none;
	line-height: 18px;
	background-color:#003366;
}

.bodylinks {
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4c4c4c;
	text-decoration: none;
	line-height: 18px;
}
a{
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4c4c4c;
	text-decoration: none;
	line-height: 18px;
}

td {
	font-family: Arial, Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.Header {
	background-image:url(../Images/HeaderBG.png);
	height: 255px;
	width: 900px;
}
.Logo {
	background-image: url(../Images/logo.png);
	height: 253px;
	width: 556px;
	float:right;
}
.Text {
		margin-top:5px;
		margin-left:5px;
		width:880px;
		height: 240px;
		float:left;
		text-align:left;
}

.Line {
	margin-left:5px;
	margin-right:5px;
	width: 198px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color:#003366;
	
}
.HorNavBAr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#FFFFFF;
	text-decoration: none;
	text-align:center;
}
.HorNavBAr:hover {
	font-weight:bold; 
}

.HorNavBAr1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#003366;
	text-decoration: none;
	text-align:left;
}
.HorNavBAr1:hover {
	font-weight:bold; 
}
.Container {
	width: 900px;
	
	border: 1px solid #FFFFFF;
}
.HorizontalNavTextBottom {
	background-color:#003366;
	width:900px;
	height:20px;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}


