/* Authored by Tim Rauter October 2005 */



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

td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #555555;
text-align: left;
}

a.other {
color: #FF9600;
font-weight: bold;
text-decoration: none;
}

a.other:hover {
color: #FF9600;
font-weight: bold;
text-decoration: underline;
}

a.top_link{
font-family: verdana;
font-size: 10px;
color: #FF5B00;
text-decoration: none;
}
a.footer_link{
font-family: verdana;
font-size: 10px;
color: #E34A09;
text-decoration: none;
}
a.footer_link:hover{
color: #E34A09;
text-decoration: underline;
}	

a.other_link{
font-family: verdana;
font-size: 10px;
color: #FF5828;
text-decoration: none;
}
a.other_link:hover{
color: #FF5828;
text-decoration: underline;

}	

.title {
font-size: 12px;
font-weight: bold;
color: #FF5A00;
font-family: verdana;
}

.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-repeat: repeat-y;
background-color: #646464;
}

.mainleft {
padding: 0 0 0 20px;
}

.dividervert {
background-image: url(images/divider_vert.gif);
background-repeat: repeat-y;
}

.mainright {
padding: 10px 15px 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 35px;
font size: 9px;
}

.footerright {
text-align: right;
padding: 8px 35px 0 0;
font size: 9px;
}

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

#block{
	width: 340px;
	height: 150px;
	background-image: url(images/bggreen.gif);
	border: 1px solid #B5B5B5;
	background-repeat: no-repeat;
	padding: 7px;
}
#block1{
	width: 340px;
	height: 150px;
	background-image: url(images/bgsky.gif);
	border: 1px solid #B5B5B5;
	background-repeat: no-repeat;
	padding: 7px;
}
#block2{
	width: 340px;
	height: 150px;
	background-image: url(images/bgyellow.gif);
	border: 1px solid #B5B5B5;
	background-repeat: no-repeat;
	padding: 7px;
}