* {margin:0;padding:0;}

html, body, #container {height: 100%;}

body {
	font-family: Arial, Verdana, helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	background: #fff url(/images/bg.png) repeat-x;
}

body > #container {
	height: auto; 
	min-height: 100%;
}

img {
	border: none;
}

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

a:hover {
	text-decoration: underline;
}

#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
    voice-family: "\"}\"";
    voice-family: inherit;
	height: auto;
}

#header {
	position: relative;
	height: 148px;
	width: 100%;
}

#header .headerLogo {
	float: left;
	width: 480px;
}

#header .headerExtra {
	width: 248px;
	float: right;
	height: 100px;
}

#header .extraLinks {
	position: absolute;
	width: 38px;
	height: 52px;
	line-height: 12px;
	margin-top: 6px;
	text-align: center;
	right: 0px;
}

#header .extraLinks ul {
	padding-top: 4px;
	list-style: none;
	font-size: .7em;
}

#header .extraLinks ul li a {
	color: #333;
	list-style: none;
}

#header .extraSearch {
	position: absolute;
	width: 250px;
	height: 30px;
	/*background: url(/images/bg_search.png) no-repeat 0 0;*/
	line-height: 30px;
	text-align: right;
	right: 3px;
	bottom: 8px;
	font-size: .7em;
	font-weight: bold;
	color: #fff;
}

#header .extraSearch input {
	vertical-align: middle;
	padding-right: 2px;
}

#header .searchForm {
	padding-right: 10px;
}

#pageBody {
	width: 960px;
	background: url(/images/pbg.png) repeat-y 0 0;
	min-height: 600px;
	top 128px;
	position: relative;
}

#pageBody .pageContent {
	padding-left: 40px;
	padding-top: 22px;
	float: left;
	width: 560px;
}

#pageBody .pageContent h3 {
	color: #CC0000;
	font-size: .9em;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

#pageBody .pageContent p {
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: .9em;
	line-height: 20px;
}

#pageBody .pageRcolumn {
	float: left;
	width: 306px;
	padding-top: 20px;
	text-align: center;
	margin-left: 24px;
	margin-top: 22px;
	background: url(/images/bg_rcol.png) no-repeat 0 0;
}

#pageBody .pageRcolumn-bot {
	width: 306px;
	height: 40px;
	background: url(/images/bg_rcol_bot.png) bottom;
}

#main_nav ul {	
	float: left;
	width: 520px;
}

#main_nav li {
	list-style: none;
	float: left;
}

#main_nav li.selected {
	background: url(/images/btn_nav_select.png) no-repeat center top;
}

#main_nav li:hover {
	background: url(/images/btn_nav_select.png) no-repeat center top;
}

.errMsg {
	font-weight: bold;
	font-size: .8em;
	color: #CC0000;
}