
/* ---> color definitions <----------------------------------------------------------*/
/*

background tag body : #f9f9f9 
dark blue  : #0097d6
light blue  : #42b2e2



*/

/* ---> body & co <----------------------------------------------------------*/
body {
	font-family:  Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px;
	line-height: 150%;
	color: #545454;
}


A:link {text-decoration: none; color: #0098d8;}
A:visited {text-decoration: none; color: #0098d8;}
A:active {text-decoration: none; color: #0098d8;}
A:hover {text-decoration: underline; color: #0098d8;}

h4 {
	font-size:1.25em;
	font-weight: bold;
	font-style:italic;
	font-size: 2.333em;
	color: #0098d8;
	text-decoration: none;
}


#news_title {
	color: #0098d8;	
	font-weight: bolder;
	padding-top: 10px;
};

#section{
	margin-left:100px;
	background: #e9f0f5;
	height:40px;
	width:306px;
	font-size:1.25em;
	font-weight: bold;
}

#wrapper {
	width: 306px;
	margin-top: 40px;
	margin-left: 100px;
	margin-bottom: 0;
}

/* ---> tabstuff <----------------------------------------------------------*/



/* ---> specials <----------------------------------------------------------*/
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 810px;
	background: #fff;
}

#header {
	height: 80px;
	background: url("../images/cas_header_top.png") top no-repeat;
}

#header2 {
	height: 165px;
	
}

#header3 {
	height: 8px;
	background: url("../images/cas_line_blue.png") top no-repeat;
}

#header4 {
	margin-left: 630px;
	height: 30px;
	color: #545454;
}

#slogan {
	position: relative;
	height: 50px;
	background: url("../images/cas_slogan.png") left no-repeat;
}

#side-a {
	float: left;
	width: 200px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 600px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#footer {
	width: 810px;
	color:  #0097d6;
	font-size: 11px;
	text-align: justify;
	margin: auto;	
}

#footer_single {
	clear: both;
	height: 12px;
	background: url("../images/cas_footer_single.png") top no-repeat;
}

#footer_double {
	clear: both;
	height: 15px;
	background: url("../images/cas_footer_double.png") top no-repeat;
}


#light {
	color:  #0097d6;
}


#full {
	color: #42b2e2;
}


#light {
	color:  #0097d6;
}




#full_strong {
	color: #42b2e2;
	font-weight: bolder;
}



