* {
 padding: 0;
 margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 130%;
}
.bulletlist_round ul li {
	line-height: 130%;
	margin: 5px 0px 0 15px;
	padding: 0px 0px 0px 0px;
	list-style-type: round;
	color: #000000;
	}
#bulletlist_round li a {
padding: 0px .75em;
margin: 0 0 0 0px;
color: #000000;
background: none;
text-decoration: none;
}
.bulletlist_doubleangle ul li{
	line-height: 150%;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
	}

		/* LINKS */
a {
	text-decoration: none;
	color: #0000FF;
	background-color: #fff;
	font-weight: normal;
}
a:hover {
text-decoration:underline;
color: #FF3300;
text-decoration: underline;
background-color:#fff;
}

.adlinks a {
	text-decoration: none;
	color: #8B0000;
	background-color: #fff;
	font-weight: bold;
}

.adlinks a:hover {
text-decoration:underline;
color: #FF3300;
background-color:#fff;
}

a img {
border: 0;
}

		/* PAGE WRAPPER */
#wrapper {
 width: 1000px;
 margin: 0 auto;
}

#titlewrapper {
float: left;
width: 40%;
margin: 0 auto;
}

#headerwrapper {
 width: 99%;
 margin: 0 auto;
 }
#header {
	height: 110px;
	border: none;
	background-image: url(../gfx/CSbanners,etc/newcslogo_400x100.jpg);
	background-repeat: no-repeat;
	margin: 20px 5px 0px 5px;
	padding: 2px;
}
#topadbox{
	float: right;
	height: 100px;
	width: 300px;
	margin: 10px 200px 20px 10px;
	background-color: transparent;
	border: none;
	}
#topadtext{
	float: left;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0px;
	color:#A41F17;
	margin: 5px 0 0 0;
	background: #FFFFFF;
}

#navbar {
	float: left;
	border: none;
	margin: 0 0 0 5px;
	display: inline; /* IE Hack */
	padding: 4px;
	background-color: #476042;
	text-align: left;
	letter-spacing: 1px;
	color: #FFFFFF;
	background: #476042;
	font-family: Arial, Helvetica, sans-serif;
	height: 14px;
	width: 97.7%;

}
#navlist li {
list-style: none;
padding: 0px 2px 0px 2px;
margin: 0;
display: inline;
}
#navlist li a {
padding: 1px 2px 1px 2px .75em;
margin: 0px;
color: #fff;
background: #476042;
text-decoration: none;

}
#navlist li a:link { color: #fff;
background: #476042;
}
#navlist li a:visited {
color: #fff;
background: #476042;
}
#navlist li a:hover {
color: #000;
background: #6A9662;
}
#navlist li a#current {
color: #fff;
background:#6A9662;
}
/*Drop-down menu code- not adjusted*/ 
.nav2 {float:left; width:900px; border:none; background:rgb(220,220,220) url(../img/bg_head_bottom_nav.jpg) no-repeat; color:rgb(75,75,75); font-size:130%;} /*Color navigation bar normal mode*/
.nav2 ul {list-style-type:none;}
.nav2 ul li {float:left; position:relative; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; border-right:solid 1px rgb(175,175,175);}
.nav2 ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:3.1em; line-height:3.1em; padding:0 16px 0 16px; text-decoration:none; font-weight:bold; color: rgb(100,100,100);}
.nav2 ul li ul {display:none; border:none;}

/*Non-IE6 hovering*/
.nav2 ul li:hover a {background-color:rgb(210,210,210); text-decoration:none;} /*Color main cells hovering mode*/
.nav2 ul li:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:3.0em; margin-top:0.1em; left:0;}
.nav2 ul li:hover ul li a {display:block; width:10.0em; height:auto; line-height:1.3em; margin-left:-1px; padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237); font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.nav2 ul li:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color subcells hovering mode*/

/*IE6 hovering*/
.nav2 table {position:absolute; top:0; left:0; border-collapse:collapse;}
.nav2 ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color main cells hovering mode*/
.nav2 ul li a:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:3.1em; t\op:3.0em; left:0; marg\in-top:0.1em;}
.nav2 ul li a:hover ul li a {display:block; w\idth:10.0em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237); font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.nav2 ul li a:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color subcells hovering mode*/

/* LEFT COLUMN */
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 10px 10px 5px 5px;
 display: inline; /* IE Hack */
 width: 16%;
 float: left;
 min-height: 300px;
 padding: 5px;
 border: 1px solid #ccc;
 background-color: transparent;
}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */ 

/* LEFT NAVIGATION */
.leftnav ul li {
	line-height: 1.1em;
	margin: 5px 5px 0 15px;
	padding: 0px 0px 0px 0px;
	list-style-type: square;
	color: #476042;
}
.leftnav ul li a {
	color: #990000;
	width: 125px;
	margin: 2px 0px 0px 0;
	background-color: transparent;
	font-weight: bold;
}
.leftnav ul li a:hover {
color: #476042;
background-color: transparent;
}

#contentbox { /* Parent Wrapper for inside boxes */
 border: 1px solid #ccc;
 margin: 10px 5px 0px 0px;
 display: inline; /* IE Hack */
 padding: 5px 10px 0px 10px;
 width: 57%;
 float: left;
 min-height: 300px;
}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

.contentbox-half-left {
	float: left;
	clear: right;
	width: 45%;
	margin: 20px 10px 10px 0px;
	padding: 0px;
	}
.contentbox-half-right {
	float: right;
	clear: none;
	width: 45%;
	margin: 20px 0px 0px 10px;
	padding: 0px;
	}
.contentbox3-third-left {float: left; width: 15%; margin: 10px 10px 20px 5px; padding: 0px;}
.contentbox3-third-middle {float: left; width: 15%; 10px 10px 20px 5px; padding: 0px;}
.contentbox3-third-right {float: right; width: 15%; 10px 10px 20px 5px; padding: 0px;}

#rightcolumn { /* Parent Wrapper for inside boxes */
 margin: 10px 5px 10px 5px;
 padding: 5px;
 display: inline; /* IE Hack */
 width: 17%;
 float: left;
 border: 1px solid #ccc;
 background-color: transparent;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

/* SPONSORED LINKS */
#sponsoredlinks ul li {
	line-height: 1.1em;
	color: #476042;
	background-color: transparent;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}
#sponsoredlinks ul li a {
	line-height: 1.2em;
	color: #476042;
	width: 130px;
	background-color: #FFFF9F;
	display: block;
	list-style-type: none;
}
#sponsoredlinks ul li a:hover {
color: #476042;
background-color: #ABFEA9;
text-decoration: none;
}

#footer {
 float: left;
 margin: 0 0 0 5px;
 background-color: #476042;
 color: #FFFFFF;
 display: inline; /* IE Hack */
 padding: 4px;
  width: 97.7%;
}
#footerlist li {
list-style: none;
margin: 0;
display: inline;
}
#footerlist li a {
padding: 4px .75em;
margin: 0;
color: #fff;
background: #476042;
text-decoration: none;
}
#footerlist li a:link { color: #fff;
background: #476042;
}
#footerlist li a:visited {
color: #fff;
background: #476042;
}
#footerlist li a:hover {
color: #000;
background: #6A9662;
}
#footerlist li a#current {
color: #fff;
background:#6A9662;
}

		/* IMAGE PROPERTIES */
.imgright {
	float: right;
	margin: 10px 10px 10px 5px;
	padding: 1px;
	border-top: 3px outset #476042;
	border-right: 3px outset #476042;
	border-bottom: 3px outset #476042;
	border-left: 3px outset #476042;
}
.imgleft {
	float: left;
	margin: 5px 10px 10px 5px;
	padding: 1px;
	border-top: 3px outset #476042;
	border-right: 3px outset #476042;
	border-bottom: 3px outset #476042;
	border-left: 3px outset #476042;
}

.imgframed {
	border-top: 3px outset #476042;
	border-right: 3px outset #476042;
	border-bottom: 3px outset #476042;
	border-left: 3px outset #476042;
}

.contentadright {
	float: right;
	margin: 10px 10px 10px 5px;
	padding: 1px;
	border-top: 1px #476042;
	border-bottom: 1px #476042;
	border-left: 1px #476042;
	border-right: 1px #476042;
}
.contentadleft {
	float: left;
	margin: 5px 10px 10px 5px;
	padding: 1px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;

}
.imgtopad {
float: left;
border: none;
margin: 0 20px 0 0;
}
.imgsponsored {
margin: 10px 0 10px 0;
padding: 1px;
border-top: 1px outset #476042;
border-right: 1px outset #476042;
border-bottom: 1px outset #476042;
border-left: 1px outset #476042;
}
		/* HEADING PROPERTIES */
h1 {
width: 90%;
font-size: 120%;
letter-spacing: .5px;
color:#A41F17;
background: #fff;
padding: 5px 5px 15px 10px;
}

h2 {
font-weight: bold;
padding: 0 0 10px 0;
margin: 0px 0px 0px 0px;
font-size: 115%;
color:#A41F17;
background-color: transparent;
text-align: left;
}

h3 {
padding: 5px;
margin: 5px 5px 10px 0px;
text-transform: uppercase;
font-size: 110%;
color:#FFFFFF;
background: #A41F17;
}
h4 {
	padding: 5px;
	margin: 5px 5px 10px 0px;
	text-transform: uppercase;
	font-size: 110%;
	color:#FFFFFF;
	background: #F17C0B;
	border: 1px solid #476042;
}
h5 {
padding: 5px;
margin: 5px 5px 10px 0px;
text-transform: uppercase;
font-size: 110%;
color:#FFFFFF;
background: #476042;
}
h6 {
font-weight: bold;
padding: 0 0 10px 0;
margin: 0px 0px 0px 0px;
font-size: 100%;
color:#A41F17;
text-align: left;

