@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0px;
	background-color: #b6b189;
	}
	
.sitebkgd1 {
	background-color: #FFFFFF;
	background-image:url("images/site_bkgd1.jpg");
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:top;
	}

.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#145278;
	border-bottom: #145278 1px solid;
	}


.bodycopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight:normal;
	color:#000000;
	}

.bodycopy a {
	color:#145278;
	}

.bodycopy a:hover {
	color:#145278;
	text-decoration:underline;
	}

.bodybold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight:bold;
	}
	
.bodybold a {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.bodybold a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.leftnav {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: .75em;
	font-weight:bold;
	color:#145278;
	}

.leftnav a {
	color:#145278;
	}

.leftnav a:hover {
	color:#b6b189;
	text-decoration:underline;
	}
	
.whatsnew {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: .75em;
	font-weight:bold;
	color:#145278;
	}

.whatsnew a {
	color:#145278;
	}

.whatsnew a:hover {
	color:#b6b189;
	text-decoration:underline;
	}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: .75em;
	font-weight:bold;
	color:#145278;
	}

.footer a {
	color:#145278;
	}

.footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	