html
	{
	height: 101%;
	}

body 
	{ 
	margin: 0 0 0 0; 
	background-color: #b0b0b0;
	height: 100%;
	}


body, td
	{
	font-family: Arial Black, sans-serif;
	font-size: 8pt;
	color: #5e5c5f;
	}

div, h1, h2
	{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

img
	{
	border: 0;
	}

a:link, a:visited
	{
	text-decoration: none;
	color: #1F2B66;	
	}

a:hover
	{
	text-decoration: none;
	color: #6D85C3;
	}

h1
	{
	font-size: 160%;
	color: #69666c;
	}
h2
	{
	font-size: 120%;
	color: #69666c;
	}

li
	{
	list-style-image: url("art/bullet.gif");
	position: relative; left: 20px;

	}


#wrapper
	{
	width: 900px;
	padding: 10px 0 0 0;
	background-image: url('art/background.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	min-height: 900px;
	height: auto;
	}

#logodiv
	{
	height: 170px;
	margin: 0 0 0 25px;
	background-image: url('art/logo.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	}

#logodivleft
	{
	float: left;
	margin: 127px 0 0 22px;
	color: #E80014;
	}

#logodivright
	{
	float: right;
	width: 300px;
	margin: 20px 26px 0 0;
	color: #E80014;

	}





#picbox
	{
	height: 88px;
	padding-top: 8px;
	margin-bottom: -20px;
	background-image: url('art/picboxbackground.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	}

#picbox img
	{
	margin: 0 15px 0 15px;
	}


.menudiv
	{
	margin: 10px 0px 10px 0px;
	padding: 8px 0px 0 0px;
	background-image: url('art/menudivback.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 36px;
	color: #ffffff;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;	
	}

.menudiv a:link, .menudiv a:visited
	{
	text-decoration: none;
	color: #ffffff;	
	}

.menudiv a:hover
	{
	text-decoration: none;
	color: #fdfd00;
	}


.divboxtop
	{
	background-image: url('art/divboxtop.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 35px;
	}

.divbox
	{
	background-image: url('art/divbox.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	}

.divboxcontent
	{
	position: relative;
	top: -22px;
	text-align: justify;
	padding: 0 42px 0 42px;
	min-height: 220px;
	height: auto;
	}


.divboxbottom
	{
	background-image: url('art/divboxbottom.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 38px;
	position: relative;
	top: -22px;
	}



	
	



#footer
	{
	margin: 0 0 0 0px;
	padding: 8px 0 0px 0;
	clear: both;
	font-size: 7pt;
	text-align: center;
	height: 40px;
	background-image: url('art/menudivback.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	}

#footer a:link, #footer a:visited
	{
	text-decoration: none;
	color: #6D85C3;	
	}

#footer a:hover
	{
	text-decoration: none;
	color: #1F2B66;
	}

.rightimage
	{
	float: right;
	margin: -2px 0 2px 8px;
	}

.leftimage
	{
	float: left;
	margin: 4px 28px 4px 0;
	}

