body {
	background-image: url(images/bkgd.gif);
	background-color: #EBE1D1;
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}


h1 {
	color: #972827;
	font-size: 18px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	font-weight: normal;
}

h3 {
	color: #333333;
	font-size: 14px;
	font-weight:bold;
	text-align:left;
	margin-left:8px;
	margin-bottom:0;
}


#flashcontent	{height:289px;
				width:572px;
				
				}


#maincontent {
	margin-top: 25px;
	/*float:left;*/
/*height:1500px;*/
	width: 790px;	
	background-image: url(images/top_right_bkgd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:#ffffff;
}

#navigation {
	background-image: url(images/nav_bkgd.gif);
	height: 28px;
	text-align: left;
	/*color: #FFFFFF;*/
	padding-top: 8px;
	padding-left: 22px;
	padding-right: 22px;


}

#navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 12px;
}
#navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 12px;
}
#navigation a:hover {
	color: #FFFF00;
	text-decoration: underline;
	margin-right: 12px;
}
#navigation a:active {
	color: #FFFF00;
	text-decoration: underline;
	margin-right: 12px;
}

#twocolumns {
	padding: 0px;
	background-color:#ffffff;
}

#left {
	width: 152px;
	float: left;
	padding-top: 0;
	padding-bottom: 6px;
	margin-top:34px;
	background-color:#ffffff;
	margin-left: 15px;
}
#lefthand {
	border: 1px solid #d6910d;
	background-color: #d6910d;
	color: #FFFFFF;
	text-align: center;
	width: 152px;
	/*float: left;*/
	padding-top: 6px;
	padding-bottom: 6px;
	
}

#logo {
/*	float:left;*/
	width:152px;
	height:37px;
	margin-top:10px;
}

#righthand {
	width: 572px;
	background-color:#ffffff;
	text-align: left;
	/*position:absolute;*/
	float:right;
	margin-top:15px;
	margin-right:15px;
	/*left: 624px;
	top: 222px;*/

}
#maintext {
	width:562px;
	border: 1px solid #dbcab0;
	padding: 5px;
	margin-top: 20px;
	
	color: #666666;
}

#footer	{text-align:right;
		}

.images {
	margin-top: 6px;
	margin-bottom: 6px;

}

#main-container{
	width:400px; text-align:left;
}

#form-container{
	padding:15px;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

td{
	white-space:nowrap;
}


label{
	text-transform:uppercase;
	font-size:10px;
	font-family:Tahoma,Arial,Sans-serif;
}

textarea{
	color:#333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

.tutorial-info{
	color:white;
	text-align:center;
	padding:10px;
	margin-top:10px;
}
a {color:#972827; text-decoration:underline;}
a:hover {color:#333; text-decoration:none;}
