@charset "iso-8859-1";

/********** Body Tag **********/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em; /* "em" is a relative unit of size, which allows text to be scaled in Internet Explorer */
	line-height: 1.4;
	color: #444;
	background-color: #000066;
	margin: 0;
}

/********** Main Text Elements - Headings, Paragraphs, etc. **********/

h1 {
	font: bold 3.4em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.1em;
	margin: 0;
	color: #000066;
	text-align:center;
}
h2 {
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 .5em;
	padding: .1em 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
}
h3 {
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 .25em;
}
h4 {
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 .25em;
}
h5 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 .25em;
}
p {
	margin: 0 0 1.1em;
}
blockquote {
	font: normal italic 1.2em Georgia, "Times New Roman", Times, serif;
}

/********** Lists **********/

ul{
	list-style: disc outside none;
}
ul ul{
	list-style-type: square;
}
ul ul ul{
	list-style-type: none;
}
li{
	margin: 5px auto;
	padding: 2px 0;
}

/********** Links **********/

a {
	color: #5095BE;
	text-decoration: underline; /* Most visitors know that underlined text means a link. No other text should ever be underlined. */
}
a:hover {
	color: #ff357c;
}

/********** Images **********/

img {
	border: none; /* When an image is used as a link, most browsers put a border around it by default. This removes that border. */
}
.leftimg {
	float: left;
	margin: 0 10px 5px 0;
}
.rightimg {
	float: right;
	margin: 0 0 10px 10px;
}
.centertimg {
	float:none;
	margin: 0 10px 10px 10px;
}

/********** Layout **********/

#pagewrap {
	width: 882px;
	margin: 0 auto;
	background-color: white;
}
#header {
	clear: both;
	padding: 20px;
}
#maincolumn {
	width: 600px;
	float: right;
	padding: 20px;
}
#sidecolumn {
	width: 200px;
	float: left;
	padding: 20px;
}
#footer {
	clear: both;
	text-align: center;
	font-size: .75em;
	padding: 10px;
}

/********** Boxes in the Side Column **********/

.sidebox {
	width: 180px;
	margin: 10px 0;
	padding: 5px 10px;
	float: left;
}
.sidebox p {
	margin: 5px 0;
}

/********** Columns That Can Be Used Within the Main Content Section **********/

.insidecolumn {
	width: 260px;
	margin-right: 20px;
	float: left;
}

/********** Navigation **********/

#nav {
	margin: 0 0 10px;
	border-top: 1px dashed #ccc;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#nav li {
	margin: 0;
	padding: 0;
}
#nav li a {
	display: block;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
	color: #000066;
}
#nav li a:hover {
	color:#336699;
	background-color: #eaeaea;
}

/********** Horizontal Rules (Horizontal Lines) **********/

hr {
	height: 1px;
	margin: 0 0 1.1em;
	border: none;
	border-top: 1px dashed #ccc;
	clear: both;
}

/******************* Table Styles *******************/

table {
	margin: 0 0 1.1em;
}
table th {
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 .25em;
	padding: 5px 10px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
table td {
	padding: 5px 10px;
	border-bottom: 1px dashed #ccc;
}