/*groups orderd acording to type*/





/*This group affects the entire site (typical)*/

html, body, ul, ol, li, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

html {
	height: 100%;
}

body {
	margin:0;
	background-color: #dbdada;
	background-image:url(../../assets/graphics/bodyBKG.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
.clearit {
	clear:both;
}





/*typical divs*/
#maindiv {
	position:relative;
	margin: 0 auto;
	width:800px;
	height:100%;
}

#header {
	position:relative;
	width:800px;
	height:150px;
	background-image:url(../../assets/graphics/header-01.jpg);
	background-repeat:no-repeat;
}

#header-menu {
	position:absolute;
	width:594px;
	height:21px;
	left:200px;
	top:116px;
}

#page-title {
	position:absolute;
	width:300px;
	text-align:right;
	font-size:16px;
	font-weight:bold;
	color:#999999;
	top: 0px;
	left:400px;
}

#contentdiv{
	position:relative;
	width:800px;
	height:auto;
	background-image:url(../../assets/graphics/contentBKG.jpg);
	background-repeat:repeat-y;
	clear:both;
}

#index_content {
	position:relative;
	width:720px;
	margin-left:40px;
	clear:both;
	
}	
	

#footer {
	position:relative;
	width:800px;
	height:160px;
	background-image:url(../../assets/graphics/footer-01.jpg);
}

#footer-menu {
	position:absolute;
	left:170px;
	top:50px;
	width:460px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer-menu a,
#right_column a:Visited,
#right_column a:Link,
#right_column a:Active {
	font-size:12px;
	text-align:center;
	color:#999999;
	font-weight:bold;	
	text-decoration:none;

}

#footer-menu a:Hover {
	font-size:12px;
	text-align:center;
	color:#000000;
	font-weight:bold;	
	text-decoration:none;
}

#webcac-logo {
	position:absolute;
	width:381px;
	height:44px;
	left:400px;
	top:116px;
}

#copyright-info {
	float:left;
	font-size:10px;
	font-style:italic;
	position:absolute;
	width:380px;
	left:10px;
	top:120px;
}


#clearit {
	clear:both;
}




