/*
HTML Page elements
---------------------
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #5C719E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

#PreloadImages {
	display: none;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

a {
	color: #ff3300;
	text-decoration: none;
}

a:visited {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	color: #fc7106;
	text-decoration: underline;
}

.introParagraph {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

#clearBoth {
	display: block;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}



/*
Misc positioning elements
-------------------------
*/

#fullBrowserWidth {
	display: block;
	width: 100%;
	text-align: center;
}

#centeredPage {
	display: block;
	clear: both;
	position: relative;
	width: 624px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url("images/main_page_bg.gif");
}

/*
Header elements
-------------------------
*/

#headerArea {
	display: block;
	position: relative;
	width: 624px;
	height: 263px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url("images/header16.jpg");
	background-repeat: no-repeat;
}

#headerArea p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#cssSwitch {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 4px;
	left: 275px;
	width: 200px;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	color: #ff6600;
}
#cssSwitch a {
	color: #9a917b;
	text-decoration: none;
}
#cssSwitch a:visited {
	color: #9a917b;
	text-decoration: none;
}
#cssSwitch a:hover {
	color: #fc7106;
	text-decoration: underline;
}


/*
Misc layout elements
-------------------------
*/

#pageArea {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 624px;
	background-image: url("images/main_page_bg.gif");
	background-repeat: repeat-y;
}


#OneColumnLayout {
	display: block;
	margin: 0px 19px 0px 20px;
	width: 585px;
	position: relative;
}

#OneColumnLayout h2 {
	color: #000000;
	font-size: 18px;
	line-height: 20px;
}

#OneColumnLayout h3 {
	color: #315393;
	font-size: 16px;
	line-height: 18px;
}



/*
Title areas
--------------------------
*/



/*---------------*/

#titleArea {
	display: block;
	margin: 8px 0px 10px 30px;
	width: 720px;
	text-align: left;
}
#titleArea h1 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
}

#breadCrumbArea {
	display: block;
	margin: 4px 0px 10px 22px;
	width: 720px;
	text-align: left;
}
#breadCrumbArea h1 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
#titleArea h2 {
	display: block;
	margin: 2px 0px 0px 24px;
	padding: 0px 0px 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
}
.mainTextBlack {
	font-family: tahoma, arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
} 
.mainTitleBlack {
	font-family: tahoma, arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/*
Table elements
-------------------------
*/

#genericTable {
	display: block;
	margin: 25px 0px 20px 0px;
}
#genericTable caption {
	margin: 0px 1px 0px 1px;
	padding: 2px 3px 2px 8px;
	margin-bottom: 0px;
	background-color: #00a061;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
}
#genericTable th {
	margin: 1px;
	padding: 3px 4px 3px 8px;
	background-color: #f4f3ee;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}
#genericTable td {
	margin: 1px;
	padding: 3px 4px 3px 4px;
	background-color: #e5f5ef;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}
#genericTable tr.headings th {
	margin: 1px;
	padding: 2px 4px 2px 4px;
	background-color: #e8e6dd;
	color: #6c6756;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
}
#genericTable tr.headings th.left {
	text-align: left;
	padding: 2px 4px 2px 8px;
}


/*
Footer elements
-------------------------
*/

#footerArea {
	display: block;
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 624px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/bottom.gif");
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#footerArea p {
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 0px 0px;
	font-size: 11px;
	line-height: 13px;
	color: #e8e6dd;
}

#footerArea a {
	color: #ffffff;
	text-decoration: none;
}
#footerArea a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footerArea a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.terms {
	font-size: 10px;
	font-weight: bold;
}


#leftcolumn {
	display: block;
	width: 385px;
	float: left;
}

#rightcolumn {
	display: block;
	float: right;
	width: 200px;
	text-align: right;
}

/*
Nav elements
-------------------------
*/

#navArea {
	display: block;
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 624px;
	height: 44px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/nav4.gif");
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#navArea p {
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 0px 0px;
	font-size: 11px;
	line-height: 13px;
	color: #e8e6dd;
}

#navArea a {
	color: #ffffff;
	text-decoration: none;
}
#navArea a:visited {
	color: #ffffff;
	text-decoration: none;
}
#navArea a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.terms {
	font-size: 10px;
	font-weight: bold;
}


#leftcolumn {
	display: block;
	width: 385px;
	float: left;
}

#rightcolumn {
	display: block;
	float: right;
	width: 200px;
	text-align: right;
}