html, body {
	background-color:#fff;
	color:#000000;
	line-height: 20px;
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul {
	padding:0px;
	margin:0px;
	border:none;
}

img {
	border: 0 none transparent;
	padding:0px;
}

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
a {
	color:#009bff;
	text-decoration:none;
}
a:hover {
	color:#000;
}

textarea.error,
input.error,
select.error {
	border:1px solid #cc0000;
}
input {
	font-family:arial;
	border:1px solid #000;
}

/* Styling */

#page #content p {
	padding:6px 0 6px 0;
}
#page #content ul li {
	margin:0 0 0 28px;
}
p.w3 {
	margin:0px auto;
	width:50px;
	padding:15px 0 0 0 ;
}


/* Page Layout */

#page {
	margin:0px auto;
	width:840px;
	border:2px solid #000;
	border-bottom:none;
}
#page #logo {
	min-height:80px;
}
* html #page #logo {
	height:80px;
}
#page #logo img {
	padding: 7px 0 7px 7px;
}
#page #mainBanner {
	min-height:200px;
}
* html #page #mainBanner {
	height:200px;
}
#page #content {
	background:url(../images/pageBg.gif) top repeat-x;
	min-height:400px;
	padding:0 0 12px 0;
}
* html #page #content {
	height:400px;
}
#page #content #leftContent {
	float:left;
	padding:38px 25px 0 25px;
	width:425px;
}
#page #content #rightContent {
	float:left;
	padding:30px 0 0 0px;
	width:365px;
}

#page #content #rightContent .contentBox {
	background:url(../images/boxBg.gif) #f0f0f0;
	width:342px;
	margin:16px 0 0 0;
	text-align:right;
}
#page #content #rightContent .contentBox div.text {
	padding:0 20px 0 20px;
	color:#003366;
	font-size:14px;
	font-weight:bold;
}
#page #content #rightContent .contentBox div.top {
	background:url(../images/boxTop.gif) #f0f0f0;
	height:19px;
}
#page #content #rightContent .contentBox div.bottom {
	background:url(../images/boxBottom.gif) #f0f0f0;
	height:20px;
}

#page #footer {
	background:#333333;
	height:23px;
}
#page #footer ul {
	list-style:none;
	margin:0;
	padding:0 10px 0 0; 
	float:right;
}
#page #footer ul li {
	float:left;
}
#page #footer ul li a {
	color:#fff;
	background:#333333;
}



