/* hack \*/
html, body { height: 100%; }
/* end hack */

body {
	margin: 0;
	padding: 0;
	min-width: 770px;
	text-align: center;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight : normal;
	background-color: #CCF;
	color: #333;
}

#skip {
	position:absolute;
	overflow:hidden; 
	width:0px;
	height:0px;
}

#wrapper {
	height: 100%;
	min-height:100%;
	width: 768px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	color: #333;
	text-align: left;
	margin: auto;
	position: relative;
	background: #FFF url('../images/bg.gif') repeat-y center center;
	position: relative;
}

html>body #wrapper { height: auto; }

#innerwrapper {
	float: left;
	width: 615px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 768px;
	height: 91px;
	background: #FFF url('../images/banner_top.jpg') no-repeat top right;
	border-bottom: 1px solid #FFF;
	overflow: hidden;
	color: #000;
	z-index: 100;
}

#pNavL {
	float: left;
	background-color: #036;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 12px 0 5px 0;
	height: 13px;
	width: 540px;
}

#pNavR {
	float: right;
	background-color: #036;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 12px 0 5px 0;
	height: 13px;
	width: 228px;
}

#pNavDivider {
	clear: left;
	background-color: #669;
	height: 10px;
	font-size: 2px;
	border-bottom: 1px solid #FFF;
}

#column1 {
	position: relative;
	width: 149px;
	float: left;
	padding-top: 91px;
	padding-bottom: 20px;
	margin: 0;
	overflow: hidden;
}

#column3 {
	position: relative;
	width: 153px;
	float: right;
	padding-top: 91px;
	padding-bottom: 20px;
	overflow: hidden;
}

#column3Image {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.clear {
	clear:both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#footer {
	width: 768px;
	clear: both;
	height: 20px;
	background-color: transparent;
	color: #999;
	text-align: center;
	left: 0;
	bottom: 0;
	position: absolute;
}

div,p {margin-top: 0;}

#column2 {
	width: 466px;
	float: right;
	padding-top: 91px;
	padding-bottom: 20px;
}

#banner {
	margin: 1px;
	border: 1px solid #99C;
	width: 462px;
	height: 137px;
}

#bannerL {
	float: left;
	border: 1px solid #FFF;
	border-right: none;
}

#bannerR {
	float: left;
	border: 1px solid #FFF;
	border-left: 1px solid #99C;
}

#column2Content {
	clear: left;
	padding: 0 15px;
}

#clearfooter {
	width: 100%;
	height: 20px;
	clear: both;
}

/*
 * Styles
 */
h1 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
	color: #036;
	margin: 10px 0;
}

#column1 h1 {
	margin: 0;
	padding: 15px 5px 15px 40px;
	font-size: 125%;
	font-weight: normal;
	color:#FFF;
	text-align: left;
	background: #99C url('../images/square_lhs.gif') no-repeat top left;
	overflow: hidden;
}

#column3 h1 {
	margin: 0;
	padding: 8px 5px 8px 30px;
	font-size: 100%;
	font-weight: bold;
	color:#FFF;
	text-align: left;
	background: #99C url('../images/square_rhs.gif') no-repeat center left;
	overflow: hidden;
}

h1.secondary {
	margin-top: 15px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #333;
	margin: 10px 0;
}

p {
	background-color : transparent;
	line-height : 18px;
}

p.firstPara:first-line, p.newsTitle {
	font-weight : bold;
	color : #669;
}

p.newsTitle {
	margin: 10px 0;
}

#footer p {
	margin: 0;
	padding: 0;
	padding-right: 5px;
	font-style: italic;
	font-size: 85%;
	text-align: right;
	line-height: 100%;
}

/*
 * Navigation
 */
 
ul#pNavLItem, ul#pNavRItem, ul#sNavItem {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#sNavItem {
	margin: 30px 0 0 0;  /* Reset margins from above rule */
}

ul#pNavLItem li, ul#pNavRItem li {
	display: inline;
	font-weight: bold;
}

ul#sNavItem li {
	font-weight: bold;
	padding-bottom: 10px;
}

ul#pNavLItem li.pNavOff, ul#pNavRItem li.pNavOff, ul#pNavLItem li a, ul#pNavRItem li a, ul#sNavItem li a, ul#sNavItem li.sNavOff {
	margin: 0;
	padding: 0 10px;
	font-weight : bold;
	color: #9CF;
	text-decoration: none;
}

ul#pNavLItem li.pNavOff, ul#pNavRItem li.pNavOff, ul#sNavItem li.sNavOff {
	color: #FFF;
}

ul#sNavItem li.sNavOff {
	padding: 0 5px 10px 5px;
}

ul#pNavLItem li a, ul#pNavLItem li.pNavOff {
	padding-right: 20px;
}

ul#pNavRItem li a, ul#pNavRItem li.pNavOff {
	padding-left: 20px;
}

ul#sNavItem li a {
	color: #306; /* Reset the color from rule above */
	padding: 0 5px;
}

ul#pNavLItem li a:hover, ul#pNavRItem li a:hover, ul#sNavItem li a:hover {
	color: #FFF;
	text-decoration: underline;
}

ul#pNavRItem {
	text-align: right;
}


/* Lists */

ul.newsItem {
	list-style-image: url('../images/double_slash.gif');
	list-style-position: outside;
	margin: 12px 5px 12px 25px;
	padding: 0;
}

* html ul.newsItem {
	margin-left: 20px;
}

ul.newsItem li, ul.newsItem li.newsItemOff {
	margin: 0;
	padding: 2px 5px 15px 2px;
	color:#333;
	text-align: left;
}

ul.newsItem li.newsItemOff {
	font-weight: bold;
}

ul.newsItem li a {
	background-color : transparent;
	font-weight : normal;
	text-decoration: none;
	color : #333;
}

ul.newsItem li a:hover {
	text-decoration: underline;
}


/* Table definitions */

.defTable {
	border: 0;
	width: 90%;
	font-size: 100%;
	line-height: 18px;
}

.defTable td {
	vertical-align: top;
}

.defTable th {
	text-align: left;
}






input.txt, select, textarea {
	color:#666666;
	background: transparent none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	width:200px;
	padding-left:2px;
}

input.txtRO {
	color:#666666;
	background: transparent none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	width:200px;
	padding-left:2px;
}

input.btn {
	color:#FFFFFF;
	background: #036 none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	border: 1px solid #003300;
	float:right;
}

form p {
	clear:left;
	margin:0px;
	padding:0px;
	padding-top:5px;
}

form p label {
	float:left;
	width:40%;
}

span.errorTxt {
	color: #CC0000;
	background: transparent none;
	font-weight:normal;
	font-size:90%;
}