body {
	border: 0px; padding: 0; margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C3C3C; background-color:#131a75;
}
a:link {
	font-weight: bold;
	color: #313DA3;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #BD1313;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #313DA3;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #BD1313;
	text-decoration: underline;
}	
#site {
	height: 100%;
}
.pageright {
	background-color: #131A75;
	background-image:url(/components/img/back_right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.pageleft {
	background-color: #131A75;
	background-image:url(/components/img/back_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.pagecenter {
	width: 700px;
	background-color:#FFF;
}
#content table.infotable {border-collapse:collapse;}
#content .infotable td {padding: 6px; border: 1px solid #999; font-size: 11px;}
#content .infotable th {padding: 6px; border: 1px solid #999; background-color:#FDFDF4; font-size:12px; font-weight:bold;}
#header {
	width: 700px;
	height: 100px;
}
#nav {
	position: absolute; top: 76px;
	width: 700px; height: 24px;
}
#nav img {
	padding-right: 15px;
}
#section {
	margin-top:20px;
}
#subnav {
	margin: 10px 45px 0 45px;
	font-size: 11px;
}
#content {
	margin: 20px 45px 45px 45px;
}
#content h1 {
	padding:0; margin:0 0 8px 0; border:0;
	font-size: 18px; font-weight: bold;
	color: #3CC231;
}
#content h2 {
	padding: 0; margin:0; border:0;
	font-size: 14px; font-weight: bold;
	color: #3CC231;
}
#content p {
	font-size: 12px; line-height:1.5em;
}
#content ul {
	list-style-image:url(/components/img/bullet.gif);
}
#content li {
	font-size: 12px;
}
#footer {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}
#hometable td {
	font-size: 10px; font-family: Tahoma, Arial, Helvetica, Sans-serif;
	color: #333333; vertical-align:top; width: 150px;
}
#hometable p {margin-top:4px; margin-left:5px; font-size:11px;}