/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	text-align:center;
	background-color: #FFFFFF;
}
td {
	vertical-align:top;
}
#container{
	margin:0 auto;
	width:760px;
	text-align:left;
}
.layout{
	border-width:0px;
	border-collapse:collapse;
	width:100%;
}
#menu{
	width:125px;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#000066;
}
#menu a{
	display:block;
	width:125px;
	padding:6px;
	margin-top:3px;
	margin-bottom:3px;
	color:#000066;
	text-decoration:none;
}
#menu a:hover{
	color:#FF6600;
	text-decoration:underline;
}
#banner{
	
}
#content{
	padding:5px;
	background-position: top right;
	background-repeat: no-repeat;
}
#content table{
border-width:1px;
border-style:solid;
border-color:#CCCCCC;
border-collapse:collapse;
}
#content table td{
border-width:1px;
border-style:solid;
border-color:#CCCCCC;
}
#content table th{
border-width:1px;
border-style:solid;
border-color:#CCCCCC;
}
#footer{
	border-width:1px 0px 0px 0px;
	border-color:#000066;
	border-style:solid;
	font-size:9px;
	text-align:right;
}
h1,h2,h3,h4,h5,h6{
	font-size:12px;
}
hr{
border-color:#000066;
border-width:1px;
border-style:solid;
border-collapse:collapse;
}
