body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		background:url(../_images/bg_page.jpg) center repeat-y; 
}
a:link {
	color: #841476;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:  #841476;
}
a:hover {
	text-decoration: underline;
	color: #841476;
}
a:active {
	text-decoration: none;
	color:  #841476;
}

h1 {
 color:  #841476;
 font-weight: bold;
 font-size: 14px;
}

h2 {
 color:  #841476;
 font-weight: bold;
 font-size: 12px;
}

.formarea {
	background-color: #efefef;
}
.formheader {
 color:  #841476;
 font-weight: bold;
}

.formlabel {
	font-size: 11px;
	color: #666666;
	line-height: 14px;
}

.formbutton {
font-size: 12px;
font-weight: bold;
background-color: #e6e6e6;
color: #841476;
padding: 0px;
border: 1px solid #999999;
margin-top: 5px;
margin-bottom: 5px;
} 
.inputbox {
    font-size: 11px;
	height: 14px;
	border: 1px solid #999999;
}

.textareabox {
    font-size: 11px;
	border: 1px solid #999999;
}

.selectbox {
    font-size: 11px;
	height: 14px;
	border: 1px solid #999999;
}

/* layout stuff */
#wrapper {
	width: 790px;
	margin: auto;
	padding: 5px;
	background-color: #ffffff;
}

#top {
	width: 790px;
	height: 100px;
	background-color: #ffffff;
}	

#main {
	width: 790px;
	margin-top: 5px;
	background-color: #ffffff;
}

#mainleft {
	float: left;
	width: 228px;
	background-color: #ffffff;
} 

#mainright {
	float: left;
	width: 546px;
	padding-left: 16px; 
}

#footer {
	clear: both;
	width: 790px;
	margin-top: 10px;
	font-size: 10px;
}
.sidebox {
	width:228px;
	background: url(../_images/bg_box.gif) no-repeat bottom;	
}
.sideboxmsg {
	padding-left: 20px;
	color: #990000;
	font-size: 11px;
}

.sidecontainer {
	background-color: #e6e6e6;
}

.paddedleft {
	padding-left: 20px;
}

.paddedrightbot {
	padding-right: 20px;
	padding-bottom: 20px;
}