body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #000000;
}
#container #header {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 211px;
	width: 800px;
	background-image: url(../images/maintopbg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 150px;
}
#container #header #logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 150px;
	width: 225px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
#container #header #mainmenu {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 211px;
	width: 575px;
	color: #FFFFFF;
	vertical-align: bottom;
	font-size: 13px;
}
#container #header #mainmenu ul {
	list-style-type: none;
	margin-top: 120px;
}
#container #header #mainmenu ul li a:link, #container #header #mainmenu ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 10px;
}

#container #header #mainmenu ul li a:hover {
	color: #f15d22;
	}

#container #header #mainmenu ul li {
	display: inline;
	list-style-type: none;
}

#container #main {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 800px;
	background-image: url(../images/mainmidbg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;

}
#container #main #sidebar {
	background-image: url(../images/sidebarbg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
height:180px;
	width: 200px;
}
#container #main #sidebar #sidebarmenu {
	background-image: url(../images/sidebarfoot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 200px;
	float: left;
}

#container #footer {
	background-image: url(../images/footebg.jpg);
	margin: 0px;
	clear: both;
	float: left;
	height: 41px;
	width: 740px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	font-size: 10px;
}



/*centering*/
body
{
text-align: center;
}

div#container
{
margin-left: auto;
margin-right: auto;
width: 800px;
text-align: left;
}

h1 {
 font-size:16px;
 font-weight:bold;
 }
h2 {
 font-size:14px;
 font-weight:bold;
 }#container #main #content {
	float: right;
	width: 500px;
	clear: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #main #sidebar #sidebarmenu ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#container #main #sidebar #sidebarmenu li {
	list-style-type: none;
}
#container #main #content p {
	font-size: 12px;
	padding-right:3px;
}
#container #main #sidebar #sidebarmenu a {
	font-weight: bold;
	color: #f15d22;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
}

#container #main #content a:link, #container #main #content a:visited, #footer a:link, #footer a:visited{
color:#666666;
}
#footer a:link, #footer a:visited {
text-decoration:none;
}

#container #main #content a:hover, #footer a:hover{
color: #f15d22;
}
.mainPic .caption {
	font-size: 10px;
	background-color: #f15d22;
	margin: 0px;
	width: 394px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	color: #FFFFFF;
}
#container #main #content h3 {
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	clear: both;
	float: left;
	width:100%;
}
#applicationform p {
	clear: both;
	float: left;
	width:100%
}


#applicationform div {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float:left;
	clear:both;
	width:100%;
}

.applypage {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
}

.applypage pre {
		font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	}
	
.description {
color:#666666;
}
#applicationform {
float:left;
clear:both;
width:100%;
}
#applicationform input, #applicationform textarea{
border: solid 1px #cccccc;
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
}

#applicationform label {
font-weight:bold;
}

