body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 775px;
	background: #FFFFFF;
	margin: 0 auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left;
}
#containerInt {
	width: 775px;
	background: #FFFFFF;
	margin: 0 auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left;
	background-image: url(../images/intBG.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 109px;
	background-image: url(../images/hdrBG.gif);
	background-repeat: repeat-x;
}
#navigation {
	margin-top: 0px;
	height: 22px;
	background-image: url(../images/navBG.gif);
	padding-top: 0px;
	position: relative;
}
#leftNav {
	float: left;
	width: 495px;
}
#rightNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	padding-top: 5px;
	float: right;
	margin-right: 25px;
}
#rightNav a:link {
	color: #002d62;
	text-decoration: none;
}
#rightNav a:visited {
	color: #002d62;
	text-decoration: none;
}
#rightNav a:hover {
	color: #4c91e2;
	text-decoration: underline;
}
#rightNav a:active {
	color: #002d62;
	text-decoration: none;
}
#blueLine {
	height: 7px;
	width: 775px;
	background-color: #002d62;
}
#topImage {
	height: 182px;
}
#leftColumn {
	float: left;
	width: 203px;
	margin-left: 10px;
	margin-top: 10px;
}
#middleColun {
	float: left;
	margin-left: 15px;
	width: 320px;
	margin-top: 10px;
}
#rightColumn {
	float: left;
	width: 203px;
	margin-left: 15px;
	margin-top: 10px;
}
p {
	margin-top: 0px;
}
#news {
	background-color: #edf4fa;
	height: 170px;
	border: 1px solid #002d62;
	overflow-y: scroll;
	padding: 5px;
}
#leftColumnInt {
	float: left;
	width: 200px;
	margin-top: 10px;
}
#mainInt {
	margin-left: 225px;
	margin-right: 25px;
	margin-top: 10px;
	color: #002d62;
}
#mainInt h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
}

#mainInt3col {
	float: left;
	margin-left: 15px;
	width: 320px;
	margin-top: 10px;
	color: #002d62;
}
#mainInt3col h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
}
#footer {
	margin-left: 225px;
	margin-right: 25px;
	margin-top: 19px;
	color: #002d62;
	margin-bottom: 20px;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #003366;
	text-decoration: underline;
}
.highlight {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}
#logos {
	margin-top: 20px;
	text-align: center;
}

