/* CSS Document */

body {
margin: 0px;
background-image: url(images/gradnt-btm.jpg);
background-repeat: repeat-x; 
background-position: bottom;
background-attachment: fixed;
height:100%; 
}


#topimg {
background-image: url(images/gradnt-top.gif);
background-repeat: repeat-x; 
background-position: top;
height:122px; 
} 

.headertext{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color: #FFFFFF;
text-decoration:none;
}

a.headertext:hover{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color: #CC9966;
text-decoration:none;
} 

#mainbkg {
background-image: url(images/main-bkg.gif);
background-repeat: repeat-y; 
height:100%;
width:750px;  
} 

.callout{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
}
.calloutbkg{
background-color:#955D42;
background-repeat: repeat-x;
background-repeat: repeat-y;  
height:100%; 
}

.body {
	font-family: MS Sans Serif, Geneva, sans-serif;
	font-size: 12px;
	text-align:left;
	line-height: 17px;
	color: #000000;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 5px;
}

.topicheader {
	font-family: MS Sans Serif, Geneva, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #633400;
	margin-left: 15px;
	margin-bottom: 50px;
}


.footer{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
}

a.footer:hover{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #CC9966;
} 
