/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F7F7F;
	line-height: 18px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EFEFF0;
}

#bgtable {width: 100%;}
#maintable {width: 750px; background-color: #ffffff;}	

#pagecell {background-color: #ffffff; background-image: url(/images/bg_index.gif); background-repeat: repeat-x;}
#subpagecell {background-color: #ffffff; background-image: url(/images/bg_subpage.gif); background-repeat: repeat-x;}


#header {
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	background-color: #004D81;
	height: 80px;
	text-align: right;
	padding: 0 60px;
	color: #5FACD4;
}



/* jonny added this in to deal with the nav bar image link crap... this site was built by folks with very little CSS experience :( */

td#menu {background-color: #0075c4;}
td#menu a {border: none; margin-left: -3px;}
td#menu a img {border: none; margin: 0; margin-bottom: -5px;}

a {color: #0075c4; font-weight: bold; text-decoration: none;}
a:hover {text-decoration: underline;}

/* end jonny code */



#header a {color: #fff; text-decoration:none;}
#mainpic {	background-color: #00A8FF;	height: 214px;}
#buttontable {width: 100%; padding: 10px 0;}
#buttonright {width: 50%;	text-align: right;}
#buttonleft {width: 50%;	text-align: left;}
#content {background-color: #fff;}
#tablecontentindex {	width: 100%; margin: 35px 0;}
#tablecontent {width: 100%; 	margin: 0px 0 35px 0;}

h1 {color: #004D81;}

#introtext {font-weight: bold; color: #0075C4;}

#left1 {padding: 0px 35px; width: 455px;	border-right: solid 1px #EFEFF0;	vertical-align: top;}
#left2 {padding: 35px 35px 0 35px;	width: 455px;	border-right: solid 1px #EFEFF0;	vertical-align: top;}

#right1 {padding: 0px 20px;	vertical-align: top;}
#right2 {padding: 0px 0;	vertical-align: top;}
#image {padding: 0 0 15px 0;}



#footer {
	background-color: #EFEFF0;
	padding: 20px 0;
	text-align: center;
	color: #C0C0C0;
	font-size: 10px;
	line-height: 14px;
}

#blue {color: #0075C4; 	font-weight: normal;}

.darkBlue {color: #004D81;	font-weight: bold; 	font-size: 18px;}
.blueBold {color: #0075C4; font-weight: bold;}
.darkBlueSmall {color: #004D81; font-weight: bold; font-size: 16px;}
.rWhite {color: #FFFFFF; font-size: 12px; font-weight: bold;}
.copyright      { font-family: Verdana, Geneva, Arial, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; }
