
body
{
	font-family: Arial;
	background-image: url('/images/back.jpg');
	background-repeat: repeat-x;
	background-color: #616161;
}

body, div, form
{
	margin: 0px;
	padding: 0px;
}

img
{
	display: block;
}

#pagewrapper
{
	margin: 0px 10% 0px 10%;
	position: relative;
}

#topfix
{
	height: 40px;
}

#top
{
	height: 29px;
	background-color: #fff;
	margin-left: 32px;
	margin-right: 32px;
}

#topleftcorner
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#topleftcorner img
{
	width: 32px;
	height: 29px;
	behavior: url('/style/iepngfix.htc');
}

#toprightcorner
{
	position: absolute;
	right: 0px;
	top: 0px;
}

#toprightcorner img
{
	width: 32px;
	height: 29px;
	behavior: url('/style/iepngfix.htc');
}

#logo
{
	position: absolute;
	left: 20px;
	top: 17px;
}


#topfade
{
	background-image: url('/images/topfade.gif');
	height: 99px;
}

#header
{
	height: 264px;
	position: relative;
	background-image: url('/images/background.jpg');
	z-index: 50;
}

#bottomleftcorner
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#bottomleftcorner img
{
	width: 31px;
	height: 33px;
	behavior: url('/style/iepngfix.htc');
}

#bottomrightcorner
{
	position: absolute;
	right: 0px;
	top: 0px;
}

#bottomrightcorner img
{
	width: 31px;
	height: 33px;
	behavior: url('/style/iepngfix.htc');
}

#curve
{
	height: 44px;
	background-image: url('/images/line.gif');	
}

#midrightcorner
{
	position: absolute;
	right: 0px;
	bottom: 43px;
}

#midrightcorner2
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#midrightcorner img
{
	width: 35px;
	height: 28px;
	behavior: url('/style/iepngfix.htc');
}

#midleftcorner
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#midleftcorner img
{
	width: 35px;
	height: 71px;
	behavior: url('/style/iepngfix.htc');
}

#menuwrapper
{
	height: 33px;
	background-image: url('/images/menuback.gif');
	margin-left: 25px;
	margin-right: 31px;
	z-index: 50;
	position: relative;
}

#menu
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 1000;
	position: relative;
}

#menu li
{
	margin: 0px 0px 0px 0px;
	padding: 10px 6px 0px 6px;
	font-size: 9pt;
	line-height: 11pt;
	float: left;
	height: 23px;
	z-index: 1000;
	position: relative;
	cursor: pointer;
}

#menu li.over
{
	background-image: url('/images/menuover.gif');
}

#menu li.over a
{
	color: #fff;
}

#menu li.divider
{
	padding: 0px;
}

#menu li a
{
	color: #000;
	text-decoration: none;
	font-size: 9pt;
	line-height: 11pt;
}

#main
{
	position: absolute;
	top: -90px;
	right: -25px;
	z-index: 60;
}

#main img
{
	width: 466px;
	height: 310px;
	behavior: url('/style/iepngfix.htc');	
}

#footerwrapper
{
	font-size: 8pt;
	color: #fff;
	text-align: center;
	padding-top: 10px;
}

#bodywrapper
{
	background-image: url('/images/mainfade.gif');
	position: relative;
	background-position: 0px 100%;
	background-repeat: repeat-x;
	background-color: #fff;
}

#mainleftcorner
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#rightside
{
	width: 267px;
	background-image: url('/images/rightside.jpg');
	background-position: 0px 100%;
	background-repeat: no-repeat;
	background-color: #7EB22A;
	float: right;
	padding: 0px 0px 0px 23px;
}

#content
{
	margin-right: 350px;
	font-size: 10pt;
	padding: 20px 0px 20px 35px;
}

#content p
{
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

h1
{
	font-weight: normal;
	font-size: 16pt;
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 0px 35px;
	color: #fff;
	line-height: 18pt;
}

#rightside p
{
	color: #fff;
	font-size: 12pt;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 15px 0px;
	line-height: 15pt;
}

#content ol
{
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 10px 23px;
}

#content ol li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 7px 0px;
}

#rightside ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#rightside ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 20px;
	color: #fff;
	font-size: 11pt;
	background-image: url('/images/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

