html
	{
	height: 101%;
	}

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


body, td
	{
	font-family: tahoma, sans-serif;
	font-size: 8pt;
	color: #484848;
	}

div
	{
	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: #404040;
	}
h2
	{
	font-size: 120%;
	color: #404040;
	}

ul li
	{
	margin: 0 0 15px -14px;
	font-weight: bold;
	}

ul li ul li
	{
	margin: 0 0 0 -30px;
	font-weight: normal;
	}


#wrapper
	{
	width: 900px;
	margin: 17px 0px 10px 0px;
	background-color: #FFFFFF;
	background-image: url('art/background.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	text-align: left;
	}

#logodiv
	{
	height: 160px;
	padding-left: 6px;
	background-image: url('art/topbox.gif');
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	}

#taglinediv
	{
	float:left;
	margin: 126px 0px 0 0;
	text-align: center;
	font-style: italic;
	}


#addressdiv
	{
	float:right;
	margin: 112px 25px 0 0;
	text-align: center;
	font-size: 101%;
	font-weight: bold;
	}



#menudiv
	{
	clear: both;
	width: 180px;
	min-height: 625px;
	height: auto;
	float: left;
	margin: 0 0 0 20px;
	padding: 0px 10px 0 0px;
	background-color: #c6d1e8;
	background-image: url('art/menudivback.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	border:1px solid #6D85C3; 
	}

#maindiv
	{
	margin: 0 17px 0 0px;
	width: 645px;
	min-height: 302px;
	height: auto;
	float: right;
	}
	
	

#menubar
	{	
	height: 25px;
	padding-top: 4px;
	background-image: url('art/menubarback.jpg');
	background-repeat: repeat-x;
	background-position: top left;

	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	}

#maincontent
	{	
	min-height: 566px;
	height: auto;
	padding: 15px 25px 10px 25px;
	margin: 8px 0 0 0;
	background-color: #FFFFFF;
	background-image: url('art/maindivback.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	}

#maincontentplain
	{	
	min-height: 566px;
	height: auto;
	padding: 15px 25px 10px 25px;
	margin: 8px 0 0 0;
	background-color: #6584c7;
	background-image: url('art/plaindivback.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	}



#footer
	{
	width: 861px;
	position: relative; top: 12px;
	margin: 0 0 0 20px;
	padding: 5px 0 5px 0;
	clear: both;
	background-color: #FFFFFF;
	border: 1pt solid #330000;	
	font-size: 7pt;
	text-align: center;
	}


#leftdiv
	{
	float: left;
	width: 48%;
	text-align: justify;
	}

#rightdiv
	{
	float: right;
	width: 48%;
	text-align: justify;
	}

#fulldiv
	{
	text-align: justify;
	width: 100%;
	}


.rightimage
	{
	float: right;
	margin: 4px 0 4px 12px;
	}

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


