/* Authored by Tim Rauter October 2005 */



body {
margin: 30px auto;
background-color: #646464;
}

td {
font-family: Tahoma;
font-size: 12px;
color: #454545;
text-align: left;
}

a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FF5A00;
font-weight: bold;
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: #454545;
}

.title {
font-size: 16px;
font-weight: bold;
color: #FF5A00;
}

.header {
height: 110px;
background-image: url(../images/headerbg.gif);
background-repeat: no-repeat;
background-color: #646464;
}

.headerleft {
padding: 15px 0 0 15px;
}

.headerright {
padding: 15px 15px 0 0;
}

.mainbody {
/*background-image: url(../images/mainbodybg.gif);*/
background: #FFFFFF;
/*background-repeat: repeat-y;*/
}

.mainleft {
padding: 0px;
}

.dividervert {
/*background-image: url(../images/divider_vert.gif);
background-repeat: repeat-y;*/
border-right: 1px dashed #454545;
}

.mainright {
padding: 10px 0px 0 5px;
}

.footer {
height: 43px;
margin: 0;
background-image: url(../images/footerbg.gif);
background-repeat: no-repeat;
background-color: #646464;
}

.footerleft {
padding: 8px 0 0 10px;
font-size: 10px;
}

.footerright {
text-align: right;
padding: 8px 10px 0 0;
font size: 10px;
color: #FFFFFF;
}

.poweredBy {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #555555;
}

.logo{
	padding-left: 20px;
}

.top_menu{
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 5px;
}

.top_menu a{
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.3em;
}
.top_menu a:hover{
	text-align: center;
	color: #454545;
}

.main_menu{
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCCCCC;
	font-weight: bold;
	line-height: 1.3em;
}
.main_menu a{
	padding: 0px 6px;
	color: #FFFFFF;
}
.main_menu a:hover{
	color: #454545;
}

a.m_link{
	width:100px; 
	height:30px; 
	float:left; 
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	background: url(../images/menu_back.png) top center no-repeat;
	padding: 2px;
	padding-bottom: 0px;
}
a.m_link:hover{
	background: url(../images/menu_back-over.png) top center no-repeat;
}

a.box-sidebar, a.box-sidebar:visited{ 
	width:150px; 
	height:42px; 
	float:left; 
	text-decoration:none;
	background: url(../images/sidebar-box-01.png) top center no-repeat; 
	color:#FFFFFF;
}
a.box-sidebar:hover{
	color: #454545;
	background: url(../images/sidebar-box-01-over.png) top center no-repeat;
}
.desc { 
	text-decoration:none; 
	font-size:24px; 
	text-align:center; 
	padding: 20px 0px;
	font-family: Calibri;
}

.copyright{
	font-size: 11px;
}

.error{
	font-size: 11px;
	color: #FF0000;
	display: none;
}

h1{
	font-size: 14px;
	font-weight: bold;
	color: #FF5A00;
}

.company_name{
	color: #FF5A00;
}

h2{
	font-size: 12px;
	font-weight: bold;
	color: #FF5A00;
}

.l_right{
	font-size: 13px;
	font-weight: bold;
}
