*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*img, div
{
	behavior: url(iepngfix.htc);
}*/

body
{
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 8px 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

div#logo
{
	position: absolute;
	/*z-index: 1000;*/
	top: 0px;
	left: -9px;
	background-image: url(images/logo_bigger.png);
	behavior: url(iepngfix.htc);
	height: 333px;
	width: 464px;
	background-position: center center;
	background-repeat: no-repeat;
}

div#header_top
{
	background-image: url(images/header_top.png);
	behavior: url(iepngfix.htc);
	height: 77px;
	width: 825px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 100px;
	background-color: white;
}

div#header
{
	background: url(images/header_back.png);
	behavior: url(iepngfix.htc);
	height: 200px;
	width: 825px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 100px;
}

div#header_cont
{
	position: absolute;
	height: 200px;
	width: 877px;
	left: 95px;
	top: 86px;
}


div#main
{
	top: 279px;
	width: 950px;
	margin-left: 100px;
	background: url(images/background.jpg);
	background-repeat: repeat-y;
	padding-bottom: 45px;
	padding-left: 30px;
	padding-top: 2em;
	padding-right: 30px;
	overflow: auto;
}

div#contents
{
	float: left;
	width: 500px;
	left: 0px;
}

div#highlights
{
	float: right;
	width: 286px;
	background-color: white;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
}


div#footer
{
	margin-left: 100px;
	padding-top: 30px;
	background-image: url(images/footer.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 60px;
	width: 825px;
	color: black;
	font-size: 10px;
	text-align: center;
	clear: both;
}

div#footer a
{
	color: #0000CC;
	text-decoration: underline;
}

div#footer a:hover
{
	text-decoration: underline;
}


div#header_menu
{
	position: absolute;
	width: 836px;
	height: 29px;
	bottom: 12px;
	text-align: left;
	padding-right: 5px;
	padding-top: 10px;
	color: white;
	font-size: 11px;
	font-weight: bolder;
	left: 1px;
}

div#header_menu div.active
{
	text-decoration: underline;
}

div#header_menu div
{
	display: inline;
	text-align: left;
	border-right: 2px solid white;
	padding: 0px 0,5em 0px 0,5em;
	letter-spacing: normal;
}

div#header_menu div.last
{
	border-right: none;
}


div#header_menu a
{
	color: white;
	text-decoration: none;
}

div#header_menu a:hover
{
	text-decoration: underline;
}

div#header_img1
{
	position: absolute;
	width: 150px;
	height: 150px;
	right: 47px;
	top: -1px;
}

div#header_img2
{
	position: absolute;
	width: 150px;
	height: 150px;
	right: 197px;
	top: -1px;
}

div#header_img3
{
	position: absolute;
	width: 455px;
	height: 151px;
	right: 42px;
	top: -2px;
}

img
{
	border: none;
}

ul.fancy
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.fancy li
{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-left: 4px;
	padding: 3px 0px 3px 25px;
	font-size: 12px;
}

h1
{
	font-size: 17px;
	color: #663399;
	margin: 2em 0px 0.2em 0px;
	padding: 0px 0px 0px 0px;
}

h2
{
	font-size: 15px;
	font-style: italic;
	color: #663399;
	margin: 2em 0px 0.2em 0px;
	padding: 0px 0px 0px 0px;
}

p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1em 0px;
}

strong
{
	color: #663399;
}

