/****************************************************
 *
 *	style.css
 *
 ****************************************************/

body, td, th{
	color: #333;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
/*
div{
	border: 1px solid #f90;
}
*/
a{
	color: #c00;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
/*
b{
	color: #c00;
}
*/
ul{
	margin: 8px 0px 8px 32px;
	padding: 0px;
	/*list-style-position: inside;*/
	list-style-type: disc;	/* this is used if the following image is not found or if client's images are disabled. */
	list-style-image: url(images/bullet.gif);
}
img{
	border: none;
}
h1{
	font-size: 18pt;
	color: #c00;
}
h2{
	font-size: 12pt;
	color: #c00;
}
h3{
	font-size: 10pt;
	color: #c00;
	margin-bottom: .5em;
}
#container{
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg02.gif);
}
#header{
	padding: 12px 20px;
	width: 740px;
	position: relative;
}
#mainmenu{
	width: 800px;
	height: 27px;
	background-image: url(/images/greenbar.jpg);
	text-align: right;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
}
#mainmenu a{
	margin: 34px;
	color: #fff;
}
#mainmenu a:hover{
	color: #c00;
	text-decoration: none;
}
#bodydiv{
	width: 800px;
	min-height: 300px;
	position: relative;
	background-image: url(images/bg01.gif);
}
.bodytable{
	width: 800px;
	margin: 0px;
	height: 300px;
}
.bodycell{
	padding: 24px;
	vertical-align: top;
}
#leftmenu{
	background-color: #c00;
	color: #fff;
	vertical-align: top;
	text-align: right;
	width: 146px;
	padding: 24px 16px 0 0;
}
#leftmenu a{
	color: #fff;
	font-weight: bold;
	display: block;
	/*height: 20px;*/
	padding: 4px;
}
#leftmenu a:hover{
	background-color: #339900;
	text-decoration: none;
}
#footer{
	width: 800px;
	position: relative;
}