/* CSS Document */

body {
	background-color: #E7EEF8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
}
a:link {
	text-decoration: none;
	color: #003366;
}
.myLinks {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.myLinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}

/* ------------------------------------ */

#wrapper {
	background-color: #FFFFFF;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}

/* ------------------------------------ */

#header {
	background-color: #003366;
	color: #FFFFFF;
	height: 170px;
	width: 810px;
	text-align: right;
	background-image: url(images/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin: 0px;
	padding: 0px;
}

/* ------------------------------------ */

#mainNav {
	width: 750px;
	font-size: 80%;
	background-image: url(images/bg_01.jpg);
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 154px;
}
#mainNav ul {
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: right;
}
#mainNav li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

/* ------------------------------------ */

#content {
	color: #333333;
	width: 750px;
	overflow: auto;
	background-image: url(images/bg_02.jpg);
	background-repeat: repeat-y;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	min-height: 350px;
}
#content h1 {
	color: #125CBD;
	font-size: 150%;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #125CBD;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
}
#content h2 {
	color: #125CBD;
	font-size: 110%;
	font-style: italic;
	margin-bottom: -10px;
}
#content h3 {
	color: #FFFFFF;
	font-size: 110%;
	margin-bottom: -10px;
	background-color: #003366;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
#content p {
	padding-right: 10px;
	padding-left: 10px;
}
#content .note {
	font-style: italic;
	text-align: center;
}
#content .links li {
	height: 150px;
	width: 500px;
	list-style-type: none;
}
#content table {
	font-size: 90%;
}
#content th {
	background-color: #E7EEF8;
	color: #125CBD;
	font-size: 125%;
	text-transform: capitalize;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #125CBD;
}
#content table form {
	margin: 0px;
	padding: 0px;
}
/* ------------------------------------ */

#footer {
	font-size: 75%;
	color: #CCCCCC;
	text-align: center;
	margin-bottom: 15px;
	width: 810px;
	background-color: #E7EEF8;
	background-image: url(images/bg_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 72px;
	float: left;
}
/* ------------------------------------ */

.highlight .hInfo {
	float: left;
	margin-top: 20px;
	width: 390px;
	font-size: 90%;
}
.myLinks li {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
