/* Css Default */

@import url("topmenu.css");
@import url("form.css");

html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #ffffff;
	font-size: 11px;
	color: #909090;
	font-family : Verdana, Helvetica, Sans-serif;
	text-align: left;
}


a:link, a:visited, a:active {
	color: #fe6aa9;
	text-decoration: none;
}

a:hover {
	color: #909090;
	font-weight: normal;
	text-decoration: underline;
}

div#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -280px;
	margin-top: 0px;
	margin-left: 0px;
	width: 990px;
	background-color: #ffffff; 
}

div#header {
	float: left;
	height: 200px;
	width: 990px;
	background-image: url(/images/header.jpg);
	background-color: #ffffff;
}

div#logo {
	float: left;
	margin: 80px 0px 0px 80px;
}

img {
	border: none;
}

div#main {
	float: left;
	width: 980px;
	min-height: 600px;
	margin: 0;
	background-color: #ffffff;
}

div#contentLeft {
	float: left;
	width: 25%;
	margin-top: 40px;
}

div#contentMain {
	float: left;
	width: 695px;
	padding: 20px;
	margin-top: 20px;
	color: #909090;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}

div#contentRight {
	float: left;
	width: 25%;
}

div#push {
	clear: both;	
	height: 280px;
}

div#footerWrapper {
	height: 280px;
	width: 990px;
	padding: 0px;
	color: #ffffff;
	background-image: url(/images/footer.jpg);
	background-color: #ffffff;
	font-size: 10px;
	line-height: 14px;
}

div#footer {
	float: left;
	width: 100%;
	padding-top: 250px;
}

div#footer ul {
	font-size: 10px;
	list-style: none;
	float: left;
}

div#footer li {
	float: left;
	padding: 0px 0px 0px 10px;
}

#footerWrapper a:link, #footerWrapper a:active, #footerWrapper a:visited {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#footerWrapper a:hover {
	color: #909090;
	font-weight: normal;
	text-decoration: none;
}

H1 {	
	color: #fe6aa9;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}

H2 {
	color: #909090;
	font-size: 12px;
	font-weight: bold;	
}

H3 {
	color: #909090;
	font-size: 11px;
	font-weight: bold;	
}
