@charset "utf-8";
/* CSS Document */

/* hide from ie on mac \*/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
#container {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align:left;
	background-color: white;
}
#header {
	background-color:#eefafd;
	height: 30px;
	text-align:right;
	border-top: 2px solid #0099CC;
	padding: 5px 10px 0 0;
	background-image: url(images/search_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#flash {
	float:left;
	width: 578px;
	margin-bottom: 20px;
}
#logo {
	float:left;
	width: 240px;
	padding: 5px;
}
#navmenu {
	float:right;
	padding-top: 25px;
}
#leftcontent {
	width: 578px;
	padding: 0 10px 0 0;
	float:left;
	font-size:14px;
	text-align:justify;
}
#leftcontent h3 {
	font-family: Arial;
	font-size: 16px;
	color: #0099FF;
}
#rightcontent {
	width: 200px;
	float: left;
	padding:0;
	font-size:11px;
	top:0;
	background-color:#f2f3f3;
	color: #333333;
	/*background-color: #c9f1fd;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#eefafd, EndColorStr='white';*/
}
#rightcontent ul {
	margin:0;
	padding:0;
	list-style-type: none;
	line-height: 1.3em;
}
#rightcontent li {
	padding: 10px;
	border-bottom: 1px dotted #666666;
}
#rightcontent h3 {
	font-family: Arial;
	font-size: 11px;
	color: white;
	padding: 8px;
	background-color: #0066CC;
	border-bottom: 1px solid #cccccc;
}
#footer {
	width: 790px;
	height: 50px;
	float: left;
	font: 11px/5em Verdana;
	color: white;
	text-align: center;
	background-image:url(images/bg_footer.gif);
	border-bottom: 1px solid #999999;
}
.fields {
	font-size:11px;
}
/* end hide */
a:link, a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #CC0000;
	background-color: #FFFFCC;
}
ul {
	line-height: 2em;
}
.table td {
	font-size: 8pt;
	border-left:1px solid #cccccc;
}
.header {
	font-weight:bold;
	line-height: 2em;
	color: #0a6da6;
	text-align: center;
	background-image:url(images/bg_header.gif);
}
#footer2 {
	float: left;
	font: 11px/5em Verdana;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #999999;
	width: 790px;
	height: 96px;
	border-color: #d0d0d0;
	margin-bottom: 5px;
}