/* CSS Document */

body 
{
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	color:#000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#cccccc;
}
.main_text, table, li, input, textarea, select
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	color:#000;
	}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	color: #649E37;
}
h2 { font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; }


h1#titles { color:#83C21B; text-transform:uppercase; font-family:Tahoma; text-decoration:underline; }

#container
{
margin-left:auto; margin-right:auto; width:881px;
background-color: #FFF;
background-image:url(images/container_bg.jpg);
background-repeat: repeat-y;
/* use this to so absolute divs will work - like for video
position:relative; clear:both; height:100%;
*/
}
#banner
{
background-image: url(images/header1wctc.jpg); width:881px; height:236px;
}

#banner2
{
background-image: url(images/header2.jpg); width:881px; height:36px; padding-top:140px;
}

#pagetitle {
margin-bottom:10px; width: 800px;
}

#navigation {  margin-left:130px;}

a:focus, a:active {
outline: none;
}

#content
{

width:800px;
margin-left:40px;
margin-top:15px;
margin-bottom:5px;
margin-right:30px; 
border-bottom:#999999 dotted 2px;
}

#rightside
{
float: right;
width: 400px; height: 100%;
}

#leftside
{
float: left;
width: 356px;
padding-right:20px;
border-right:dotted 2px #999999; height: 100%;
}

#ctc { /* CTC Link */
float: left;
position:absolute;
width : 175px;
height: 70px;
margin-left: 34px;
margin-top: 107px;
}

#footer
{
clear: both;
background-image:url(images/footer.jpg); width:881px; height:93px;
}
/******************* BOTTOM COPYRIGHT DIV *******************/
#copyright 
{
margin-left:auto; margin-right:auto; width:850px; padding-top:10px;
}
/******************* BODY LINKS *******************/
a:link; a:visited {
	color: #00CC00;
}
a:hover {
	color: #FF0000;
}
/******************* MENU LINKS *******************/
a.menu:link; a.menu:visited {
	color: #00CC00;
}
a.menu:hover {
	color: #FF0000;
}
box_rightline { width:300px; border-right: #999999 dotted 2px; padding: 0 10px 0 10px;
}
box_leftline { width:300px; border-left: #999999 dotted 2px; padding: 0 10px 0 10px;
}
box_topline { width:300px; border-top: #999999 dotted 2px; padding: 0 10px 0 10px;
}
box_bottomline { width:300px; border-bottom: #999999 dotted 2px; padding: 0 10px 0 10px;
}

.fineprint {
font-size:9px; }
