/* CSS Document */

/*PAGE LAYOUT*/
a{
	color: #006600;
	text-decoration: none;
}
a:hover{
	color: #00CC00;
	text-decoration: none;
}
body {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#content{
	width:916px;
	height: 450px;
}


/* TOP AREA */

#toppage{
	width:916px;
	height: 95px;
}

#topleft{
	float:left;
	width:163px;
	height:89px;

}
#topright{
	float:right;
	width:742px;
	height:89px;
}
#titleleft{
	float:left;
	width:151px;
	height:89px;
}
#titleright{
	float:right;
	width:590px;
	height:89px;
}



/* MAIN PAGE */


#page{
	width:940px;
	height: 600px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}


#pagetopleft{
	width:188px;
	height: 155px;
	float: left;
}
#pagemenuleft{
	width:188px;
	height: 159px;
	float: left;
}
#pagemain{
	width:702px;
	height: 350px;
	float: right;
	overflow: auto;
	z-index: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

#pagemainIndex{
	width:702px;
	height: 350px;
	float: right;
	overflow: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;

}

#maintext{
	padding: 10px;
	margin: 10px;

}

/* BOTTOM */



#bottom{
	width:940px;
	height: 120px;
	float: left;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: 40px top;
	z-index: 1;
	margin-top: 10px;
}




#contenttext{
	float:left;
	width:608px;
	background-color:#FFFFFF;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
	border-top:dotted 1px #CCCCCC;
	min-height:340px;
}

#footer{
	width:590px; padding-right:10px; padding-left:200px;
}

/*GRAY PANEL*/
.panel{
	padding:12px;
	border:solid 1px #E4E4E4;
	background-color:#FFFFFF;
	margin:10px;
	padding:10px;
	width:550px;
	height:160px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}
.smalltext {
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-left: 5px;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titletext {
	font-size:36px;
	font-weight:normal;
	color: #006600;
	padding-top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.titletextsmall {
	font-size:18px;
	font-weight:normal;
	color: #006600;
	padding-top: 35px;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.logotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #999999;
}

#linksmenu a{
	float:right;
	width:188px;
	height:20px;
	border-left:solid 1px #FFFFFF;
	border-bottom:solid 1px #FFFFFF;
	font-size: 14px;
	font-weight:normal;
	color: #F0F0F0;
	text-decoration:none;
	padding-top:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(buttons.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#linksmenu a:hover{
	background-image: url(buttons.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

 
#linksmenu #active a{
	background-image: url(button_over.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
