body {
	color: #003366;
	font-size: 14px;
	font-family: arial, sans-serif;
}


#bg {
	width: 916px;
	/*background: url("../img/van_ameyde.gif") no-repeat left 25px;*/
	min-height: 630px;
	/*padding-left: 105px;*/
	margin: 0 auto;
}
#container {
	width: 916px;
	margin-right: 20px;
}
#header {
	/*height: 241px;*/
	height: 336px;
	overflow: hidden;
}
#topNav {
	height: 40px;
	
}
#topNav ul {
	overflow: hidden;
	margin: 0; padding: 0;
}
#topNav ul li {
	display: block;
	height: 39px;
	font-size: 14px;
	font-weight: bold;
	margin: 0; padding: 0;
	list-style-type: none;
	text-align: center;
	width: 228px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;
}
#topNav ul li a {
	display: block;
	color: #fff;
	line-height: 16px;
	padding: 12px 0;
	text-decoration: none;
}
#topNav li.nth1 {
	background: #9a3334;
}
#topNav li.nth2 {
	background: #cd9933;
}
#topNav li.nth3 {
	background: #009999;
}
#topNav li.nth4 {
	background: #013567;
	border-right: 0 none;
}
#mainFlash {
	width: 686px;
	height: 200px;
	float: left;
	background: #d5bb8a;
}
#sideHeader {
	float: left;
	width: 228px;
	height: 200px;
	border-left: 1px solid #fff;
}
#sideMenu {
	background: #fecd67 url("../img/sideHeaderBg.gif") no-repeat 0 bottom;
}
#sideMenu div.inner {
	background: url("../img/sideHeaderBg.gif") no-repeat 0 top;
}
#sideMenu ul {
	padding-top: 12px;
	padding-bottom: 12px;
}
#sideMenu ul li {
	background: url("../img/arrow01.gif") no-repeat left 50%;
	padding: 5px 0 4px 17px;
	list-style-type: none;
	
}
#sideMenu ul li a {
	color: #274456;
	text-decoration: none;
	font-style: italic;
}
#content {
	overflow: hidden;
	margin-top: 10px;
}
#main {
	padding: 0 20px 20px 25px;
	width: 641px;
	float: left;
}
#main h1.pageTitle {
	font-size: 22px;
	padding-bottom: 8px;
}
.content {
	font-size: 13px;
}
.content h1 {
	color: #123354;
	font-size: 26px;
}
.content p {
	
}
#mainSide {
	width: 228px;
	float: right;
}
#mainSide span.title {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
#address p.address {
	color: #7f7f7f;
	font-size: 0.9em;
	line-height: 125%;
}
#address a {
	color: #7f7f7f;
	text-decoration: none;
}
#address a:hover {
	text-decoration: underline;
}
#address span.label {
	width: 50px;
	display: block;
	float: left;
}
#vi {
	text-align: center;
}
#apply h1 {
	
}
#apply p.intro {
	padding-bottom: 20px;
	line-height: 120%;
}
#apply label {
	width: 120px;
	display: block;
	float: left;
}
#apply {
	overflow: hidden;
}
#apply form input {
	margin-bottom: 8px;
}



#footer {
	position: relative;
	height: 10px;
	background: url("../img/footer.gif") no-repeat 0 bottom;
}
#footer a {
	position: absolute;
	top: 5px; right: 10px;
}
#footerLinks a{
	color: #7F7F7F;
	text-decoration: none;
}
#footerLinks ul {
	overflow: hidden;
	padding: 0;
}
#footerLinks ul li {
	list-style-type: none;
	float: left;
	padding: 5px 10px 0;
}
#footerLinks ul li:first-child {
	padding-left: 0;
}


.response {
    color: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px white;
	margin-bottom: 15px;
}
.response.success {
    background-color: rgba(0,80,0,0.4);
}
.response.error {
    background-color: rgba(255,0,0,0.4);
}

span.required {
	color: red;
}