@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #034001;
	background-image: url(../images/cassl_bg_1.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#top-menu {
	background-color: #000000;
	width: 950px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	clear: both;
	float: none;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	line-height: 33px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 33px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-color: #FFF;
}

#content-container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/content-bg-1.gif);
	background-repeat: repeat-y;
	min-height: 550px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content-container-wide {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/content-wide-bg.gif);
	background-repeat: repeat-y;
	min-height: 550px;
}

#left-col {
	color: #FFFFFF;
	background-color: #000;
	width: 186px;
	float: left;
	overflow: hidden;
	background-image: url(../images/left_col_bg.jpg);
	background-repeat: repeat-x;
	min-height: 538px;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
}
#left-col p {
	padding-right: 15px;
	padding-left: 15px;
}

#left-col a {
	color: #FFFFFF;
	text-decoration: underline;
}
#left-col a:hover {
	color: #0F0;
}


#right-col {
	float: right;
	width: 184px;
	overflow: hidden;
	color: #FFFFFF;
	text-align: center;
}
#right-col img {
	text-align: center;
	display: block;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sponsors-box {
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
}


#sponsors {
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
#sponsors img {
	padding-top: 5px;
	padding-bottom: 5px;
}
#news-area #page-title {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(../images/page-title-bg.jpg);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 10px;
	clear: both;
	float: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#news-area {
	float: left;
	width: 580px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: normal;
}
#news-area a {
	color: #000000;
	text-decoration: underline;
}

#news-area h1 {
	font-size: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#news-area a:hover {
	color: #2B94D5;
}

#content-area-wide {
	float: left;
	width: 739px;
	overflow: hidden;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: normal;
}
#news-area-inner {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 15px;
	min-height: 600px;
}

#content-area-wide a {
	color: #000000;
}
#content-area-wide h1 {
	font-size: 18px;
	font-weight: bold;
}



#footer {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 72px;
	color: #FFFFFF;
	background-color: #023C01;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	height: 72px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
#footer   #copyright {
	float: left;
	width: 500px;
	clear: none;
	height: 25px;
	top: 33px;
	position: relative;
	line-height: 25px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF0000;
}
#footer #e7 {
	line-height: 72px;
	background-image: url(../images/e7_spin_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	float: right;
	height: 72px;
	width: 100px;
	padding-right: 30px;
	color: #FFFFFF;
}
#footer #e7 a {
	text-decoration: none;
}
#footer #e7 a:hover {
	color: #FF0000;
}



.clear-floats {
	clear: both;
	float: none;
}

