/* mac hide\*/
html, body
{
	height: 100%
}
/* end hide */
body
{
	padding: 0;
	margin: 0;
	text-align: center;
	min-width: 790px; /* for mozilla*/
	font-family: verdana, helvetica, sans-serif;
	background-color: #EEEEEE;
	color: #000000;
}
#outer
{
	height: 100%;
	min-height: 100%;
	width: 790px;
	text-align: left;
	margin: auto;
	position: relative;
	background-image: url('images/content_bg.gif');
	background-repeat: repeat-y;
}
html>body #outer
{
	height: auto; /* for mozilla as IE treats height as min-height anyway */
}
#innerwrap
{
	/* enables content first */
	color: #FFFFFF;
	float: left;
	width: 790px;
}
#header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 790px;
	overflow: hidden;
	color: #000000;
	z-index: 100;
	height: 220px;
	background-color: #EEEEEE;
}
#menuwrap
{
	position: absolute;
	top: 220px;
	left: 0;
	z-index: 101;
	overflow: hidden;
	padding-left: 5px;
	width: 785px;
	height: 70px;
	background-image: url('/images/menu_bg.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}
#printwrap
{
	top: 270px;
	left: 0;
	z-index: 102;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 35px;
	text-align: right;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	position: absolute;
	line-height: 14px;
	width: 750px;
	height: 20px;
	background-image: url('/images/menu_bg.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}
div.title
{
	font-size: 14px;
	color: #FF6600;
	padding-bottom: 16px;
	width: 450px;
	font-weight: bold;
}
div.maincontent q
{
	color: #FF6600;
	quotes: '«' '»';
}
#footer
{
	width: 790px;
	clear: both;
	background-color: #FF8080;
	color: #000000;
	text-align: center;
	left: 0;
	bottom: 0;
	position: absolute;
	font-size: 10px;
	height: 45px;
	background: url('images/bg_footer.png') #C6C6C6 repeat-y center center;
}
* html #footer /* only ie gets this style */
{
	\height: 47px; /* for ie5 */
	he\ight: 45px; /* for ie6 */
}
#clearfooter /* to clear footer */
{
	width: 100%;
	height: 47px;
	clear: both;
}
#content
{
	padding-top: 290px;
	float: right;
	padding-left: 5px;
	width: 769px;
	padding-right: 16px;
	padding-bottom: 45px;/* needed to make room for footer */
}
#header div
{
	position: relative;
	float: left;
	margin: 0;
	clear: none;
}
#menu div
{
	position: relative;
	float: left;
	margin: 0;
	clear: none;
}
#content div
{
	position: relative;
	float: left;
	margin: 0;
	clear: none;
}
img
{
	border: 0;
	vertical-align: middle;
}
ul
{
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 20px;
	margin-left: 0px;
	list-style-type: circle;
}
a:link
{
	color: #0099FF;
}
a:visited
{
	color: #0099FF;
}
a:hover
{
	color: #0099FF;
}
td
{
	vertical-align: top;
}
input,select,textarea
{
	float: left;
	font-family: verdana, helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	border: 1px solid #999999;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
}
select
{
	padding: 1px;
}
input.button
{
	font-family: arial, helvetica, sans-serif;
	background-color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #666666;
	color: #666666;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
}
input.check
{
	background-color: transparent;
	border-width: 0px;
}