/* CSS Document */

body {
	background-color: #666666;
	margin:0px 0px; padding:0px;
	text-align:center;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 700px;
	margin:0px auto;
}

#topHead {
	height: 106px;
}

#mainNav {
	background-color: #0A4983;
	display: block;
	height: 20px;
}

#homecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	text-align: left;
	color: #333333;
}
#homecontent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #0A4983;
	text-decoration:none;
}


#homecontent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #0A4983;
	text-decoration:underline;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	text-align: left;
	color: #333333;
}

#itemsTable {
	font-size: 12px;
	line-height: 28px;
	display: block;
	position: relative;
	width: 400px;
	margin: 10px;
	padding: 10px;
	border: 1px dotted #EE8600;
}

#itemsTable a {
	font-size: 12px;
	line-height: 28px;
	color: #0A4983;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

#itemsTable a:hover {
	font-size: 12px;
	line-height: 28px;
	color: #0A4983;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #0A4983;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	line-height: 24px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0A4983;
	font-weight: bold;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #0A4983;
	text-decoration:none;
}


#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #0A4983;
	text-decoration:underline;
}


#footer {
	display: block;
	height: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B3B3B3;
	padding-top: 8px;
}

#footer a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B3B3B3;
	text-decoration: none;
}

#footer a:hover {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B3B3B3;
	text-decoration: underline;
}
