/* CSS Document */

body {	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-color: #00648E;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
}
body, th, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#555452;
}
a {
	font-size: inherit;
}
a:link, a:active, a:visited {
	color:#157AB9;
}
a:hover {
	color:#B02633;
}

.navbox {
	background-color:#CDCDCD;
	border-left: solid 2px #ffffff;
	border-right: solid 2px #ffffff;

	border-bottom: solid 1px #B3B8BA;
}
.leftside {
	background-image:url(images/leftsidetile.jpg);
	background-repeat:repeat-y;
}
.rightside {
	background-image:url(images/rightsidetile.jpg);
	background-repeat:repeat-y;
}
.contentbox {
	background-color:#ffffff;
	padding:10px;
	width:698px;
}

h1 {
	font-size:15px;
	color:#B02633;
	display:block;
	border-bottom: solid 1px #CDCBC7;
	margin-bottom:2px;
}

h2 {
	font-size:13px;
	margin-bottom:2px;
	color:#003273;
	display:inline;
}

.fancytext {
	background-color:#006A96;
	padding:12px;
	border:1px solid #325A6A;
	color:#ffffff;
}
li {
	list-style-image:url(images/redbullet.jpg);
}

.footerbox {
	background-image:url(images/footertile.jpg);
	background-repeat:repeat-x;
	text-align:center;
	padding-top:29px;
	font-size:10px;
	line-height:1.5;
}
.footerbox a:link, .footerbox a:active, .footerbox a:visited {
	color:#003374;
}
.footerbox a:hover {
	color:#B02633;
}
.copyright {
	color:#85DBFF;
	font-size:10px;
	text-align:center;
	padding:25px;
}
.copyright a:link, .copyright a:active, .copyright a:visited {
	color:#85DBFF;
}
.copyright a:hover {
	color:#FFFFFF;
}

