/* CSS Document */

a {color: #F9B606; font-weight:bold; text-decoration:none; }
a:hover {color: #F9B606; text-decoration:underline;}

a img  {border: 0px;}

/*PAGE LAYOUT*/
body {
	background:#eee;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#toppage{
	width:800px;
	border-bottom: 1px solid #c3c3c3;
	height: 20px;
}

#header{
	width:800px;
	height: 225px;
}

*html #header{margin-bottom: -3px; width: 799px; margin-left: -1px;}

#content{
	width:800px;
}
#contenttext{
	float:left; width:573px; 
	background-color:#fcfcfc; 
	border-left:solid 1px #c3c3c3; border-right:solid 1px #c3c3c3; 
	border-bottom:solid 1px #c3c3c3; border-top:dotted 1px #CCCCCC; 
	min-height:360px;
	margin-bottom: 10px;
	padding-top: 2px;
}

*html #contenttext{width: 572px;}

#logo{
	float:left; width:225px; height:110px; background-color:#F7F7F7; border-left:solid 1px #c3c3c3;height: 225px; z-index: 0;
}
#pagetitle{
	position:relative; float:right; width:573px; height:110px; background:#fff; border-right:solid 1px #c3c3c3; height: 225px;
}
*html #pagetitle{width: 572px;}

#title{
	position:absolute; right:10px; bottom:0px; width:600px;
}
#menu{
	float:left; width:225px; margin:0px;
}
#footer{
	width:590px; padding-left:200px; margin-right: -7px;
}

.borderimgs img {border: 4px solid #D8D1BA; margin-right: 7px; margin-left: 8px;}
.borderimgsp img {border: 4px solid #D8D1BA; margin-right: 8px; margin-left: 7px;}

.topright {float:right;}

.normal {margin-bottom: 11px; width: 225px;}
textarea {margin-top: 3px; width: 225px; height: 120px;}

*:first-child+html .normal {margin-bottom: 9px; width: 225px;}
*:first-child+html textarea{margin-top: 2px; width: 225px; height: 120px;}

*html .normal {margin-bottom: 9px; width: 225px;}
*html textarea {margin-top: 2px; width: 225px; height: 120px;}

/*TEXT STYLES*/
.bodytext {
	font: 12px arial, Tahoma, sans-serif;
	color: #888;
	padding:20px;
	line-height: 21px;
}
.smalltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
}
.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:#aeaeae;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#aeaeae;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}

#linksmenu a{
	float:right; 
	width:225px; 
	height:30px; 
	background-color:#BCCFA1;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
	border-bottom: 1px solid #BCCFA1;
	margin-bottom: 1px;
}

#linksmenu a.sel {background:#ABC28A;}
#linksmenu a.sel:hover {background:#ABC28A;}

#linksmenu a:hover{
	background-color:#BCCFA1;
	border-bottom: 1px solid #9FB979;
	
}