@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
}

h1 {
	font-family: Tahoma, Arial;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Tahoma, Arial;
	font-size: 0.7em;
	font-weight: bold;
}

p {
	padding:0;
	margin:0;
	font-family: Tahoma, Arial;
	font-size: 0.7em;
	color: #484848;
	line-height: 17px;
}

#maincontainer{
	width: 738px;
	margin: 0 auto;
}

#header {

}

#headerlogo {
	height: 100px;
	width: 295px;
	float: left;
}

#headertopnav {
	width: 193px;
	float: left;
	padding-left: 250px;
}
#headertopnav img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#headerbottomnav {
	text-align: right;
	float: left;
	width: 433px;
	height: 31px;
	padding-right: 10px;
}
#headerbottomnav ul {
	list-style-type: none;
	font-family: Tahoma, Verdana;
	font-size: 0.7em;
	margin: 10px 0px 0px;
	padding: 0px;
}
#headerbottomnav li {
	display:inline;
	padding-left: 10px;
	color: #666666;
}
#headerbottomnav li a {
	color: #666666;
}
#headerbottomnav li a:hover {
	color: #007ba9;
}

#topnav {
	float: left;
	width: 738px;
	margin-bottom: 5px;
}
#topnav img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contentcontainer {
	float: left;
}

#leftnav {
	width: 199px;
	background-color: #F3F4F6;
	float: left;
}
#leftnav h1 {
	margin: 0px;
	padding: 5px 0px;
}
#leftnav ul {
	font-family: Tahoma, Verdana;
	font-size: 0.7em;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-weight: bold;
}
#leftnav li {
	list-style-type: none;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 5px;
	margin-right: 5px;
}
#leftnav li a {
	color: #333333;
	text-decoration: underline;
}
#leftnav li a:hover {
	text-decoration: none;
	color: #007ba9
}

#leftnavheader {
	float: left;
}

#leftnavcontent {
	padding-left: 5px;
	width: 194px;
	float: left;
}

#leftnavbottom {
	float: left;
	margin: 0px;
	padding: 0px;
}

#contentwrapper {
	width: 534px;
	float: left;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#contentheader {
	margin: 0px;
	padding: 0px;
	float: left;

}

#content {
	background-color: #F3F4F6;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#content h1 {
	padding-top: 10px;
	padding-bottom: 5px;
}
#content a {
	color: #333333;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
	color: #007ba9
}
#content ul {
	font-family: Tahoma, Arial;
	font-size: 0.7em;
	color: #484848;
}
#content li {
}

#footer {
	width: 738px;
	margin-top: 5px;
	font-size: 0.8em;
}

#footerleft {
	float: left;
	width: 199px;
	text-align: center;
	background-image: url(images/bg-footerleft.jpg);
	height: 50px;
	background-repeat: no-repeat;
	padding-top: 6px;
}
#footerleft p {
	color: #CCCCCC;
}
#footerleft a {
	color: #CCCCCC;
	text-decoration: none;
}

#footerright {
	width: 534px;
	float: left;
	text-align: center;
	margin-left: 5px;
	background-image: url(images/bg-footerright.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 7px;
}
#footerright ul {
	list-style-type: none;
	font-family: Tahoma, Verdana;
	font-size: 0.7em;
	margin: 10px 0px 0px;
	padding: 0px;
	color: #CCCCCC;
}
#footerright li {
	display:inline;
	padding-left: 10px;
	color: #CCCCCC;
}
#footerright li a {
	color: #CCCCCC;
}
#footerright li a:hover {
	color: #007ba9;
}

.formBuild div{
	margin: 8px 0px 8px 20px;
	padding: 0px;
	width: 300px;
}

