body {
	background-repeat:no-repeat;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}

body,td,th {
	color: #505050;
	font: normal 14px Arial, Helvetica, sans-serif;
	text-align: left;
}

a:hover {
color: #000;
text-decoration: underline;
}
a {
color: #505050;
text-decoration: underline;
}
#container {
	width: 99%;
	padding: 0px;
	background: url(images/mainbg.jpg) repeat-y left top;
	margin: 0px;
	height: 100%;
}

img.left {
float:left;
padding:1px;
margin-right:6px;
border:0px solid #B5B5B5;
}

img.right {
float:right;
padding:0px;
margin-right:6px;
}

#navbox {
	float:left;
	padding:0px 5px 0px 10px;
	margin: 0px;
	text-align: left;
	width:110px;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
}

#navbox a{color:#254663; background-color:inherit; font-weight:bold;}
#navbox a:hover{color:#254663; background-color:inherit; text-decoration: underline;}

#banner {
	padding: 5px 0px 5px 10px;
	height: 65px;
	width: 99%;
	border-bottom: 8px solid #D6DFE8;
	background: #254663;
}

h1 {
	font: bold 26px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 20px 20px 10px;
}

div#text {
	color: #505050;
	position: relative;
	padding: 20px 30px 0px 10px;
	font: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 170px;
	width: 70%;
	height: 100%;
}

#content {
	width: 98%;
	padding: 0px;
	margin: 0px;
	color: #666666;
	font: normal 14px Arial, Helvetica, sans-serif;
	height: 100%;
}

.bold{
	color:#254663;
	background-color:inherit;
	font-weight:bold;
	font-size: 14px;
}

#footer {
	padding: 5px 0px 0px 10px;
	margin: 0px;
	height: 40px;
	width: 99%;
	border-top: 8px solid #D6DFE8;
	background: #254663;
	font: 10px Arial, Helvetica, sans-serif;
	color: #D6DFE8;
}
a.botLink:link{color:#D6DFE8; background-color:inherit; font-weight:bold;}
a.botLink:visited{color:#D6DFE8; background-color:inherit; font-weight:bold;}
