	A:link {			text-decoration: underline; color: #333;}
	A:visited {			text-decoration: underline; color: #333;}
	A:hover {			text-decoration: none; color: #333;}				

html, body {
	background: url(../images/navcolumnbg.gif) repeat-y #f6ce9a;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	height: 100%;
	}
table {
	border-collapse: collapse;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	}
#container {
	position: relative;
	min-height: 100%;
	height: auto;
}
html>body #container {height:auto}
#header {
	height: 126px;
	width: auto;
	background: url(../images/header.gif) center no-repeat #f6ce9a;
}

#subheader{
	background:#f6ce9a;
	height: 25px;
	line-height: 24px;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
}
#subheader #constrainer{
	width: 823px;
	text-align: right;
	}
#contentcontainer {
/*  width: 923px;  */	
	position: relative;
	height: auto;
	clear: both;
}
html>#contentcontainer {height:auto}

#nav {
	width: 175px;
	float: left;
	text-align: center;
	font-size: 13px;
	color: #333;
	position: relative;
	left: -3px;
	}
	
a.mainlink:link,
a.mainlink:visited{
	padding: 5px 20px;
	color: #333;
	text-align: right;
	font-weight : bold;
	text-decoration : none;
	display : block;
	font-size: 13px;
}
a.mainlink:hover{
	background: #E2E3E8;
	color : #333;
}


#content {
	margin-left: 200px;
	color: #333333;
	}
#contentpad{
	padding-left: 10px;
	padding-top: 0px;
	}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background:#f6ce9a;
	height: 25px;
	color: #333;
	line-height: 25px;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}
#footer a {
	color: #000;
}
#footer #constrainer{
	width: 723px;
	text-align: center;
	}
.clearer {
	height:1px;
	clear:both;
	overflow:hidden;
	margin-top:25px;
}
.textError {
	color: #ff0000;
}
.textRed {
	color: #ff0000;
}