body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	/*background: #b9dca7 url(../img/design/bg.gif) repeat-x left top;*/
	margin: 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#loginLinks{
	margin: 5px auto;
	width: 910px;
	text-align: right;
	color: #999999;
}
#loginLinks A{
	text-decoration: none;
	color: #666666;
}
#loginLinks A:HOVER{
	text-decoration: underline;
	color: #FF9900;
}

#contentHolder{
	width: 970px; 
	margin: 20px auto; 
	border: 1px #E5E5E5 solid;
	padding: 0;
}

#header{
	width: 906px;
	height: 217px;
	background: #FFF url(../img/design/start_header.jpg) no-repeat left top;
	margin: 30px auto 10px auto;
}



#textareaHolder{
	/*border: 1px #090 dotted;*/
	width: 906px;
	margin: 10px auto;
	padding: 0;
}

.smallTextArea {
	float: left;
	background: #FFF url(../img/design/small_area_bg_low.jpg) no-repeat left top;
	width: 180px;
	margin: 0 0 10px 0;
	min-height: 100px;
}
.smallTextArea P{
	padding: 6px 5px 5px 8px;
	width: 87%;
	margin: 1px 3px;
	text-align: justify;
}
.smallTextArea FORM{
	margin: 2px 1px 1px 7px;
}
.largeTextArea {
	float: right;
	background: #FFF url(../img/design/large_area_bg_low.jpg) no-repeat left top;
	width: 706px;
	margin: 0 0 0 10px;
	min-height: 200px;
	padding: 0;
}
.largeTextArea P{
	padding: 6px 5px 5px 8px;
	width: 97%;
	margin: 1px 3px;
	text-align: justify;
}
#contentArea{
	width: 910px;
	/*min-height: 300px;*/
	background: #FFF url(../img/design/main_area_bg.jpg) repeat-y left top;
	margin: 0 auto;
	color: #666666;
	text-align: justify;
	/*border: 1px #FF0000 solid;*/
}
#contentArea H1{
	/*padding: 0 25px;*/
	margin: 0 0 20px 0;
	font-size: 120%;
	color: #666;
}
#contentArea P{
	/*padding: 0 25px;*/
}
#content{
	padding: 10px 25px;
}
#contentAreaHeader{
	background: #FFF url(../img/design/main_area_top.jpg) no-repeat left top;
	width: 910px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
}
#contentAreaHeader P{
	text-align: right;
	margin: 0;
	padding: 5px 25px 2px 0;
	color: #666;
	font-size: 80%;
	text-transform: uppercase;
}
#contentAreaHeader A{
	text-decoration: none;
	color: #999;
}
#contentAreaHeader A:HOVER{
	text-decoration: underline;
	color: #F90;
}
#contentAreaFooter{
	width: 910px;
	height: 20px;
	background: #FFF url(../img/design/main_area_bottom1.jpg) no-repeat left bottom;
	margin: 0px auto;
	/*border: 1px #FF0000 solid;*/
}


#footer{
	width: 906px;
	height: 90px;
	background: #FFF url(../img/design/footer.jpg) no-repeat left top;
	margin: 20px auto;
}
#bottomLinks{
	text-align: center;
}
#bottomLinks A{
	text-decoration: none;
	color: #060;
	border-left: 1px #030 solid;
	padding: 0 30px 0 10px;
}
#bottomLinks A:HOVER{
	text-decoration: underline;
	color: #00F;
	border-left: 1px #F00 solid;
}

.clearLeft{
	clear: left;
}
.clearBoth{
	clear: both;
}
