body {
    font-family: Verdana, sans-serif;
    line-height: 18px; 
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    text-align: center;        
}

#layout {
    margin: 0px auto 0px auto;
   	background: #ffffff url(/images/background.jpg) repeat-y top;        
}

#header {
    height: 124px;
    background: #ffffff url(/images/header.jpg) no-repeat top right;
    line-height: 18px;
}

#content {
    margin: 0px auto 0px auto;
	background: #ffffff url(/images/swirls_background.jpg) repeat-y top right;
    width: 799px;	
    text-align: left;
}

#menu {
    margin-top: 30px;
    margin-left: 10px;
    padding: 5px;
	float: left;
    width: 93px;	
    text-align: right;
}

#info {
    margin-top: 15px;
    margin-left: 30px;       
	float: left;
    width: 600px;	
    text-align: left;
    font-size: 12px;  
}

#inner_footer {
    height: 154px;
    background: url(/images/footer_homepage.gif) no-repeat top right;
    line-height: 18px;
}

#inner_footer_other {
    height: 22px;
    background: url(/images/footer_other_pages.gif) no-repeat top right;
    line-height: 18px;
}

#footer {
	background: #96c900;
	height: 75px;
	text-align: center;
	color: black;
	font-size: 12px;
}

.head {
font-size: 14px;
font-weight: bold;
}

.subhead {
font-size: 12px;
}

.formlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

.required {
color: #FF0000;
font-size: 12px;
}

.inputfield {
    font-family: arial;
    border: 1px solid gray;
    padding: 2px;
    color: #33332D;
    font-size: 15px;
}

a:visited, a:link {
	text-decoration: none;
	font-weight: normal;
	color: 330099;
} 

a:hover, a:active {
	text-decoration: underline;
	font-weight: normal;
	color: black;
}
