/* -------------------- NORMALIZING CSS DEFAULTS -------------------- */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3 , h4, h5, h6, pre, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{ font-size : 100%; }

/* Removes list-style from lists */
ol, ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, th, var
{ font-style : normal; font-weight : normal; }

/* Removes spacing in tables */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset, img { border : 0; }

/* Left-aligns text in caption and th */
caption, th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

* {
	padding: 0;
	margin: 0; }

body {
	font: 62.5% Verdana, Geneva, sans-serif;
	background: url(images/gradient.jpg) top repeat-x #fff;
	text-align: center;
	color: #000;
}
#container {
	width: 800px;
	background: #fff;
	margin: 0 auto;
	padding: 20px 40px;
	text-align: left;
	border-top: #000066 10px solid;
	border-bottom: #000066 10px solid;
}
#mainContent {
	padding: 0 0 0 20px;
	margin-left: 140px;
	margin-top: 30px;
}
#header {
	height: 115px;
}
#header img {
	margin-top: 15px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, sans-serif;
}
p, li {
	padding: 8px 0;
	text-align: left;
	font-size: 1.5em;
}
p {
	text-align: justify;	
}
table {
	margin: 20px 0;
	width: 100%;
}
table td {
	border: #c0c0c0 dotted 1px;
	width: 50%;
}
td {
	padding: 4px;
	text-align: left;
	font-size: 1.5em;
}
#header h1 {
	color: #000066;
	margin-left: 150px;
	font-size: 4.2em;
	line-height: 30px;
	padding-top: 20px;
}
#header h2 {
	color: #666;
	text-transform: uppercase;
	font-size: 1.6em;
	margin-left: 150px;
	margin-top: 10px;
	letter-spacing: .1em;
}
#pageTitle {
	margin-bottom: 30px;
}
#pageTitle img {
	float: right;
	height: 90px;
}
#footer img {
	float: left;
	height: 90px;
}
h3 {
	color: #375ca0;
	font-size: 2.8em;
	border-bottom: #c0c0c0 8px solid;
	padding-bottom: 5px;
}
h4 {
		margin: 5px 0;
}
h4 a, h4.nolink {
	text-decoration: none;
	color: #375ca0;
	font-size: 1.4em;
	text-transform: lowercase;
	letter-spacing: .15em;
	font-weight: bold;
}
h4+p {
	margin-top: 10px;
}
h5 {
	color: #375ca0;
	border-bottom: #c0c0c0 8px solid;
	padding-bottom: 2px;
	margin: 20px 0 10px;
	text-transform: lowercase;
	letter-spacing: .08em;
	font-weight: bold;
	font-size: 1.8em;
}
div#footer {
	margin-top: 80px;
}
#footer h6, #footer p {
	text-align: right;
}
#footer h6 {
	color: #000066;
	padding-bottom: 4px;
	border-bottom: #c0c0c0 8px solid;
	margin-top: 20px;
	font-size: 2.4em;
}
#footer p {
	font-size: 1.4em;
	color: #355997;
}
p.center {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
}
ul#topNav {
	background-color: #000066;
	text-align: center;
	margin: 10px 0;
	padding-bottom: 4px;	
	height: 30px;
}
#topNav li {
	display: inline;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 30px;
}
#topNav a, #sideNav a {
	text-decoration: none;
}
#topNav a {
	color: #fff;
}
#topNav a:hover, #topNav a:visited {
	color: #c0c0c0;
}
#sideNav {
	width: 140px;
	float: left;
	margin: 20px 0;
}
#sideNav h4 {
	text-transform: uppercase;
	color: #fff;
	background-color: #355997;
	font-size: 1.1em;
	line-height: 18px;
	text-align: left;
padding-left: 24px;
background: url(images/arrow.gif) center left no-repeat #355997;	
	height: 20px;
	margin: 4px 0;
	letter-spacing: 0.1em;
}
#sideNav li {
	font-size: 1.1em;
	padding: 5px 0 5px 20px;
	text-indent: -20px;
}
#sideNav li a {
	margin: 0 0 0 5px;
	color: #000066;
}
#sideNav li:hover {
	background-color: #c0c0c0;
	display: block;
}      
#sideNav img {
	margin-bottom: 10px;
}
strong {
	color: #000066;
}