body {
	background-color: #FFFFFF;
	font-family: verdana, arial, sans-serif;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
}

#subheader1 {
	height: 115px;
}

#subheader2 {
	background-image:url(../images/backgrounds/menu_bg.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:'Trebuchet MS';
	font-size:118%;
	height:25px;
	padding-left: 22px;
	padding-right: 20px;
}

#subheader3 {
	color: #999999;
	height: 75px;
}
table.subheader3_table {
	width: 100%;
	height: 75px;
}

td.subheader3_headline {
	text-align: left;
	vertical-align: middle;
}

h1.pagetitle {
	font-size: 24px;
	font-weight: normal;
}

td.subheader3_links {
	text-align: right;
	font-size:88%;
	padding-right:22px;
	font-family: Arial;
}

div#subheader3 a:link {
	color: #999999;
}
div#subheader3 a:hover {
	color: #999999;
}
div#subheader3 a:active {
	color: #999999;
}
div#subheader3 a:visited {
	color: #999999;
}

#subheader4 {
	padding: 5px;
	padding-left: 50px;
	background-color: #FFFFCC;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 950px;
}

#side-a {
	float: left;
	width: 178px;
	padding-right: 19px;
}

#side-b {
	float: right;
	width: 185px;
}

#content { 
	float: left;
	width: 50%;
}
#contentWide { 
	float: left;
	width: 765px;
}

#footer {
	clear: both;
	color: #999999;
	text-align: center;
	border-top: #DFB992 1px solid;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 90%;
}

div#subheader2 a:link {
	color: #FFFFFF;
	margin-right: 3px;
}
div#subheader2 a:hover {
	color: #FFFFFF;
}
div#subheader2 a:active {
	color: #FFFFFF;
}
div#subheader2 a:visited {
	color: #FFFFFF;
}

#subheader2_left{
	float: left;
	margin-top: 0px;
	/* vertical-align: middle; */
	height: 25px;
}
#subheader2_left ul {
	margin: 0px;
	padding: 3px 0 0; 
}	
#subheader2_left li {
	display: inline;
	padding-right: 12px;
}	

#subheader2_right{
	margin-top: 0px;
	float:right;
	/* margin-right: 3px; */	
	height: 25px;
	overflow: hidden;
	/* vertical-align: middle; */
}

#subheader2_right ul {
	margin: 0px;
	padding: 3px 0 0; 
}	
#subheader2_right li {
	display: inline;
}

div#footer a:link {
	color: #999999;
}
div#footer a:hover {
	color: #999999;
}
div#footer a:active {
	color: #999999;
}
div#footer a:visited {
	color: #999999;
}

.rich-messages-marker {
	padding-right: 5px;	
}

.messages_error{
	width: 30px;
	background-image: url(../images/icons/exclamation.png);
}
.messages_info{
	width: 30px;
	background-image: url(../images/icons/information.png);
}
.messages_warn{
	width: 30px;
	background-image: url(../images/icons/error.png);
}
input.sidebox_search{
	width: 132px;
}