body {
	margin:0px;
	padding:0px;
	background-image:url('/images/bg.gif');
	background-repeat:repeat-x;
	background-color:#FFF;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

#frameOuter {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background:#F0F0F0;
	height:auto;
	text-align:left;
}

#frameInner {
	position: relative;
	margin: 0px auto 0px auto;
	background:#FFF;
	width:780px;
	height:auto;
}

#header {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	background-color:#FFF;
	width:780px;
	height:118px;
}

#header {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	background-color:#FFF;
	width:780px;
	height:128px;
}

#headerLogo {
	position:relative;
	float:left;
	margin:0px;
	padding:20px 0px 15px 0px;
	background-color: #FFF;
	width:auto;
	height:108;
}

#headerFlash {
	position:relative;
	float:left;
	margin:0px;
	padding:10px 0px 0px 10px;
	background-color: #FFF;
	width:auto;
	height:auto;
}

#headerLinks {
	position:relative;
	float:right;
	margin:0px;
	padding:15px 10px 0px 0px;
	text-align: center;
}

#headerLinks a {
	color: #636466;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#nav {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	background-image: url('/images/nav_bg.gif');
	background-repeat: repeat-x;
	background-color: #268C9F;
	width:780px;
	height:29px;
}

#navContainer {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	background-color: #268C9F;
	width:780px;
	height:29px;
}

#nav ul {
	margin:0px;
	padding:0px;
	width:100%;
	height:29px;
	list-style: none;
}

#nav li {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	width:25%;
	height:29px;
}

#nav a {
	float: left;
	display: block;
	margin: 0px;
	padding: 7px 0px 5px 0px;
	background-image: url('/images/nav_bg.gif');
	background-repeat: repeat-x;
	width: 100%;
	height:17px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#nav a:hover {
	padding: 7px 0px 5px 0px;
	background-image: url('/images/nav_bg_hover.gif');
	height:17px;
}

#nav .menu-parent a {
	background-image: url('/images/nav_bg_cur.gif');
}

#nav .menu-current a {
	background-image: url('/images/nav_bg_cur.gif');
}

#contentContainer {
	position:relative;
	float:left;
	margin:0px;
	padding:0px 20px 10px 40px;
	width:720px;
	height:auto;
	background-color: #FFF;
}

#contentHeader {
	position:relative;
	float:left;
	margin:0px;
	padding:20px 0px 15px 40px;
	width:740px;
	height:auto;
	background-color: #FFF;
}

.contentHeader {
	font: 18px Arial, Helvetica, sans-serif;	
	font-weight: bold;
}

#footer {
	position:relative;
	float:left;
	margin:0px;
	padding:10px 10px 10px 10px;
	background-image: url('/images/footer_bg.gif');
	background-repeat: repeat-x;
	color: #F0F0F0;
	width: 760px;
	height: 109px;
}

#footerPA {
	position:relative;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 80px;
	width:220px;
	height:112px;
}

#footerContent {
	position:relative;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	width:400px;
	height:112px;
}

#copyright {
	clear: both;
	margin:0px auto 0px auto;
	padding:2px 0px 2px 0px;
	width: 780px;
	height: 20px;
	text-align: center;
}

.copyright-content {
	font: 10px Arial, Helvetica, sans-serif;
}

.copyright-content a {
	font: 10px Arial, Helvetica, sans-serif;
}

/* Forms Module */

#ContactUs .required {
	color: #FF0000;
}

#ContactUs .field_title {
	width: 100px;
	vertical-align: top;
	text-align:right;
}

#ContactUs input {
	font: inherit;
	width: 200px;
}

#ContactUs input[type="submit"] {
	width: auto;
}

#ContactUs textarea {
	font: inherit;
	width: 300px;
	height: 100px;
}

#ContactUs .field_heading {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	/* 
	color: #666666; 
	*/
}

#ContactUs .checkbox_label, #ContactUs .radio_label {
	cursor: pointer;
}