
* { list-style-type:none; margin:0; padding:0; border:none; }


/*-------------------------*/
/* GENERAL TEXT FORMATTING */
/*-------------------------*/

body {
	font-family:Verdana,Helvetica,Arial,sans-serif;
	background-color:#004B7D;
	font-size: 11px;
	background-image:url(images/background.gif);
	background-attachment:fixed;
	color: #000000;
	/* hack to center content in IE Windows*/
	text-align:center;
}

h1 {
	font-size:22px;
	font-weight:normal;
}

a:link {
	color: #FF0000; 
	text-decoration: none
}

a:active {
	color: #FF0000; 
	text-decoration: none
}

a:visited {
	color: #FF0000; 
	text-decoration: none
}

a:hover {
	color: #FF0000; 
	text-decoration: underline
}

p {
	padding-bottom:12px;
}

td {
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size: 11px;
	color: #000000;
}


/*-------------------------*/
/* ID'S ARE BELOW          */
/*-------------------------*/

#conash3D0 {height:0px; top:-1px;} 

#all {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	background-color:#FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
	border:5px solid #99CC00;
	/* counters hack in body tag to center content in IE Windows*/
	text-align:left;
}

/* TOP BAR --------------- */

#topbar {
	height:55px;
	padding:20px;
}

#topbarleft {
	float:left;
}

#topbarright {
	float:right;
	color:#000000;
	margin-top:4px;
}

#topbarright li {
	float:left;
	list-style-type:none;
	padding:10px;
}

#topbarright li.pipe {
	border-left:1px solid #CCCCCC;
	padding-right:0px;
}

/* NAV BAR --------------- */

#navbar {
	width:750px;
	border:3px solid #509900;
	background-color:#E6FFD2;
	margin-left:5px;
	margin-right:5px;
}

/*the duplicate class below will be read by all browsers except IE*/
/*which does not include padding and borders in the width*/
/*resulting in elements that are too narrow*/

html>body #navbar {
	width:744px;
	border:3px solid #509900;
	background-color:#E6FFD2;
	margin-left:5px;
	margin-right:5px;
}

#navbarcontent {
	height:26px;
	background-image:url(images/bar_nav.jpg);
	color:#509900;
	font-weight:bold;
	text-transform:uppercase;
}

#navbarcontent a {
	color:#FFFFFF;
}


#bartext {
	padding-top:6px;
	padding-left:10px;	
}

/* COLUMNS --------------- */

#columns {
	width:720px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
}

#content {
	width:545px;
	float:left;
	margin-right:35px;
}

/* contentline and contentblock are the same except the line */

#contentline {
	margin-bottom:10;
	padding-bottom:10;
	border-bottom:1px solid #CCCCCC;
}

#contentline ul {
	padding-left:20px;
	padding-bottom:12px;
}

#contentline li {
	list-style-type:disc;
}

#contentblock {
	margin-bottom:10;
	padding-bottom:10;
}

#contentblock ul {
	padding-left:20px;
	padding-bottom:12px;
}

#contentblock li {
	list-style-type:disc;
}

#linkbar {
	width:140px;
	float:left;
}

#linkblock {
	margin-bottom:10px;
	border-bottom:1px solid #CCCCCC;
}

#linkblock li {
	margin-bottom:10px;
	list-style-type:none;
}

#linkblock.bottom {
	margin-bottom:10px;
	border-bottom:0px;
}

/* FOOTER --------------- */

#footer {
	margin-top:10;
	padding-top:10;
	border-top:1px solid #CCCCCC;
	font-size:11px;
	color: #CCCCCC;
}

/* BOXES --------------- */

#boxarea {
	margin-bottom:10px;
}

#boxareabottom {
	margin-bottom:0px;
}

#infobox {
	width:261px;
	border:3px solid #509900;
	background-color:#E6FFD2;
	float:left;
}

#infobox.columntwo {
	margin-left:11px;
}

#boxheader {
	width:261px;
	height:26px;
	background-image:url(images/bar_box.jpg);
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}

#boxheader a {
	color:#FFFFFF;
}

#boxcontent {
	padding:10px;
}

/*-------------------------*/
/* CLASSES ARE BELOW       */
/*-------------------------*/

.subhead {
	font-size:14px;
	font-weight:bold;
	color: #FF0000;
}

.tint {
	background-color:#E6FFD2;
	padding:5px;
}

.headertint {
	background-color:#9FCD61;
	padding:5px;
}

/* classes below are for Alsett clear fix for IE */

.clearfix:after {
	content: ".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

* html .clearfix {height:1%;}

.clearfix {display:block;}