html,body{
	font-size:14px;
	font-family:Arial;
}

#header{
	height:100px;
}

#header img{
	height:50px;
	padding:20px;
}

#head{
	background-color:#262626;
	height:30px;
	color:#fff;	
}

#head a{
	color:white;
	text-decoration:none;
	font-weight:bold;
}

#head a:hover{
	text-decoration:underline;
}

#headlinks{
	margin:9px;
}

#headlinks a, #headlinks a:visited, #headlinks a:link{
	color:white;
}

#wrapper{
	width: 960px;
	height: 100%;
	min-height:720px;
	margin: 0 auto;
}

#body{
	padding: 15px;
	min-height:700px;
	/*margin-top:20px;
	padding-top:40px;*/
}

a,a:hover, a:active, a:focus {
	color: #666;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;
}

a:focus{
	border:none;
}

.validationerror, .ftValidError{
	border: 1px solid;
	border-radius:5px;
	margin: 10px 0px;
	padding: 15px 10px 15px 20px !important;
	color:#B94A48 !important;
	background-color: #F2DEDE;
	border-color:#eed3d7;
}

#regform > fieldset > div:nth-child(5) > div.hint > p{
	margin-top:130px;
}
#lastSaved{
	margin-top:-70px;
}

#appnav{
	float:left;	
	margin-bottom:-400px;
}

#appnav .current{
	padding-left:15px;
	color:#000;
}

#appnav h3{
	border:none;	
	color:#fff;
	background-color:#262626;
}

#appnav a{
	color:#000;
}

#appnav li{
	border:none;
	padding:5px;
}

#htmlForm .appform{
	margin-left:200px;
}

.ftEditForm{
	/*margin-left: 190px;*/
	width: 100%;
}

.appform h2, .ftEditSectionHeading{
	background-color:#262626;
	color:white;
	width:inherit;
}

.appform .btn{
	font-size:90%;
	border:none;
	background:none;
	border: 1px solid #D9DAD9;
	padding: 5px;
	background: #F2F1F1;
	margin: 10px 0 10px 0;
	height: 28px;
	/*width:100%;*/
	position: relative;
}

.appform .btn .mid{
	width:60%;
}

.appform .l{
	width: 197px;
}

#footer{
	width:960px;
	margin:0 auto;
	height:inherit;
}

#footer-wrap{
	height:150px;
	background-color:#262626;
}