html
	{
	height: 101%;
	}

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


body, td
	{
	font-family: Tahoma, sans-serif;
	font-size: 12.45678px;
	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;
	}


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

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




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

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

#logodivleft
	{
	float: left;
	height: 130px;
	background-image: url('art/topleft.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 8px;
	}





.menu
	{
	width: 750px;
	margin: auto;
	position: relative; top: -64px;
	padding: 0px 0px 0 110px;
	background-image: url('art/menuback.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 36px;
	color: #ffffff;
	font-family: Georgia, Serif;
	font-size: 15pt;
	font-weight: bold;	
	}


#maincontent
	{
	min-height: 580px;
	height: auto;
	width: 702px;
	margin: auto;
	position: relative; top: -64px;
	padding: 5px 20px 10px 20px;
	margin: -10px 0 0 0;
	border: 0px solid #013d85; 
	border-width: 0px 4px 0px 4px;  
	background-image: url('art/mainback.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: justify;
	}


#maincontent h1
	{
	margin-top: 10px;
	}

#leftcolumn
	{
	float: left;
	width: 130px;
	margin: 15px 20px 0 5px;
	}	

#leftlogos
	{
	clear: both;
	float: left;
	margin: 20px 20px 0 5px;
	}




#footer
	{
	width: 746px;
	margin: auto;
	position: relative; top: -60px;
	clear: both;
	height: 25px;
	border: 0px solid #013d85; 
	border-width: 0px 0px 0px 0px;  
	font-size: 7pt;
	text-align: center;
	}

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

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

#emaildiv
	{
	position: relative; top: -128px;
	}

