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;
}



#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;
	color: #666;
}
.smallTextArea P{
	padding: 6px 5px 5px 8px;
	width: 87%;
	margin: 1px 3px;
	text-align: left;
}
.smallTextArea H1{
	padding: 6px 5px 5px 8px;
	width: 87%;
	margin: 1px 3px;
	text-align: left;
	font-size: 120%
}
.smallTextArea H2{
	padding: 6px 5px 5px 8px;
	width: 87%;
	font-size: 110%;
	margin: 1px 3px;
	text-align: left;
}
.smallTextArea UL{
	margin: 0 0 0 12px;
	padding: 0;
}
.smallTextArea LI{
	margin: 0px 10px 1px 20px;;
	padding: 0px 15px 1px 1px;
}
.smallTextArea INPUT{
	width: 60px;
}
.smallTextArea FORM{
	margin: 0 0 0 5px;
}
.smallTextArea A{
	color: #006600;
	text-decoration: none;
	font-size: 90%;
}
.smallTextArea A:HOVER{
	color: #FF6600;
	text-decoration: underline;
}




.smallLoginArea {
	float: left;
	background: #FFF url(../img/design/small_area_login_medium.jpg) no-repeat left top;
	width: 180px;
	margin: 0 0 10px 0;
	min-height: 100px;
	color: #666;
}
.smallLoginArea P{
	padding: 6px 5px 5px 8px;
	width: 87%;
	margin: 1px 3px;
	text-align: left;
}
.smallLoginArea H1{
	padding: 6px 5px 5px 8px;
	width: 87%;
	margin: 1px 3px;
	text-align: left;
	font-size: 120%
}
.smallLoginArea H2{
	padding: 6px 5px 5px 8px;
	width: 87%;
	font-size: 110%;
	margin: 1px 3px;
	text-align: left;
}
.smallLoginArea UL{
	margin: 0;
	padding: 0;
}
.smallLoginArea LI{
	margin: 2px 10px 1px 20px;;
	padding: 3px 15px 3px 1px;
}
.smallLoginArea INPUT{
	width: 60px;
}
.smallLoginArea FORM{
	margin: 0 0 0 5px;
}
.smallLoginArea A{
	color: #000099;
	text-decoration: none;
	font-size: 90%;
}
.smallLoginArea A:HOVER{
	color: #FF6600;
	text-decoration: underline;
}



.largeTextArea {
	float: right;
	background: #FFF url(../img/design/large_area_bg_low.jpg) no-repeat left top;
	width: 706px;
	margin: 0 0 20px 10px;
	min-height: 200px;
	padding: 0;
	color: #666;
}
.largeTextArea A{
	color: #006;
	text-decoration: none;
}
.largeTextArea A:HOVER{
	color: #F60;
	text-decoration: underline;
}
.largeTextArea P{
	padding: 3px 5px 2px 15px;
	width: 90%;
	margin: 1px 3px;
	text-align: justify;
}
.largeTextArea H1{
	padding: 6px 5px 5px 8px;
	margin: 1px 3px;
	font-size: 120%;
}
.largeTextArea UL{
	margin: 2px 5px 5px 20px;
	padding: 0;
}
.largeTextArea LI{
	margin: 2px 10px 1px 20px;;
	padding: 1px 15px 1px 1px;
}

#footer{
	width: 906px;
	height: 90px;
	background: #FFF url(../img/design/footer.jpg) no-repeat left top;
	margin: 60px 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;
}
