/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #eeeeee;
}
/***Misc stuff***/
.style1 {color: #000000}
.style3 {
	color: #000000;
	font-size: 12px;
}
/****************/
a:link {color:#0066CC; }
a:visited {color:#0066CC; }
a:hover {color:#0066CC;}
a:active {color:#0066CC; } 

.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #0071BC;
	font-weight: bold;
}
.bigbluetext16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #0071BC;
	font-weight: bold;
}
.bigtext22 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

.bigred {
	font-weight: bold; 
	font-size: large;
	color:#FF0000;
}
.red {
	color:#FF0000;
}
.white {
	color:#FFFFFF;
}
.ltblue {
	color:#66CCFF;
}
.headnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
a.headnav:link				{ color:#ffffff; font-size: 12px; text-decoration: none;}
a.headnav:hover				{ color:#ffffff; font-size: 12px; text-decoration: underline;}
a.headnav:visited			{ color:#ffffff; font-size: 12px; text-decoration: none;}
a.headnav:visited:hover		{ color:#ffffff; font-size: 12px; text-decoration: underline;}

.left_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
    height: 30px;
}
a.left_list:link				{ text-decoration: none;} 
a.left_list:hover				{ text-decoration: underline;}
a.left_list:visited				{ text-decoration: none;}
a.left_list:visited:hover		{ text-decoration: underline;}

.left_listheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
	height: 20px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.boxcontents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.url {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 12px;
}
.results {
	margin-top: 15px;
}

.boxheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #0071BC;
}

.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    height: 12px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
    height: 13px;
}
a.footer:link				{ text-decoration: none;} 
a.footer:hover				{ text-decoration: underline;}
a.footer:visited			{ text-decoration: none;}
a.footer:visited:hover		{ text-decoration: underline;}

.outlinebox {
	border: 1px solid #000000;
}
.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.newslink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px; padding: 0px;
}
.newslink a {
	font-weight: bold;
	}

.news-bg {
	background-color: #D2F3FF;
}

.bullet {
	list-style:square outside;
	color: #D2F3FF;
}
.bullet2 {
	list-style-position: outside; 
	margin-left: 0px; 
	padding-left: 10px; 
	vertical-align: middle;
	list-style-image: url(images/bullet.gif);
	margin: 1em 0 1em 15px;
}
.dir_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
.dir_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 12px;
}
.dashline_bottom {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

.cat_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold; 
	font-style: italic;
}
.cat_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 12px;
}
.cat_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 12px;
	color: #0066CC;
}
a.cat_link:link					{ text-decoration: underline;} 
a.cat_link:hover				{ text-decoration: underline;}
a.cat_link:visited				{ text-decoration: underline;}
a.cat_link:visited:hover		{ text-decoration: underline;}
/***New Stles by Karl****/
.header{
	background:url(images/header3.gif);
}
.page-bg{
	background-color: #eeeeee;
	background-image: url(images/page-bg.gif);
	background-repeat: repeat-y;
}