body {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #242424;
	background-color: #FFFFFF;
	margin: 0px;
}

textarea, input {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; }

#header { background-color: none; width: 100%;  height: 245px; background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: center top; }

#buttons { background-color: none; width: 100%;  height: 45px; align: center; }

#content { background-color: none; width: 750px; align: center;
	padding-bottom: 50px; padding-left: 25px; padding-right: 25px;
}

#leftcol { background-color: none; width: 30px; background-image: url(../images/shadow_left.gif);
	background-repeat: repeat-y;
	background-position: left top; 

 }
#rightcol { background-color: none; width: 30px; background-image: url(../images/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: right top; 

 }

#footer { background-color: none; width: 100%;  height: 45px; background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top; }
	
/*
.footerText { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #242424; text-align: left; padding-top: 15px; padding-left: 25px; border-top-style: solid; border-top-width: 1px; border-top-color: #999999;}
a:link.footerLinks { text-decoration:none; color:#242424;}
a:visited.footerLinks { text-decoration:none; color:#242424; }
a:active.footerLinks { text-decoration:underline; color:#003366; }
a:hover.footerLinks { text-decoration:underline; color:#242424; }
*/

p,h1,h2,pre { margin:0px 10px 10px 10px; } 
h1 { font-size:14px; padding-top:10px; padding-left: 0px; font-weight: bold; color: #9f0e21; } 
h2 { font-size:12px; padding-top:10px; padding-left: 0px; font-weight: bold; } 
.caption {font-size: 10px; }
