html
	{
	height: 101%
	}

body, td
	{
	font-family: tahoma, sans-serif;
	font-size: 9pt;
	}

body 
	{ 
	margin: 0 0 0 0; 
	} 


img
	{
	border: 0;
	}

	
h1
	{
	text-align: left;
	}


#wrapper
	{
	width: 1000px;
	background-repeat: repeat-x;
	background-position: top left;
	}

#toptable
	{
	width: 1000px;
	height: 280px;
	background-repeat: no-repeat;
	background-position: top center;
	border-collapse: collapse;
	border: 0pt solid;
	}


#addressbox
	{
	margin-left: 50px; 
	padding-top: 10px;
	}


#menudiv
	{
	width:900px; 
	height:32px; 
	margin: 6px 0 0 0;
	padding: 0px;
	position:relative; 
	z-index:100;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;	
 	background-color:#191E6F;	
	}



#titlecell
	{
	text-align: center;
	vertical-align: center;
	padding-left: 120px;
	}


#maincontent
	{
	position: relative;
	top: -45px;
	width: 855px;
	min-height: 530px;
	height: auto;
	border: 1px solid blue;
	background-color: #FFFFFF;
	padding-left: 25px;
	padding-right: 20px;
	}



.content
	{
	text-align: justify;
	}

#footerdiv
	{
	width: 650px;
	color: #FFFFFF;	
	font-size: 7pt;
	}


	
#footerdiv a:link, #footerdiv a:visited
	{
	text-decoration: none;
	color: #FF6600;	
	}	
	
#footerdiv a:hover
	{
	text-decoration: underline;
	color: #FFFFFF;
	}


#mailbutton
	{
	position: relative;
	top: -53px;
	left: 53px;
	float: right;
	width: 200px;
	height: 120px;
	background-color: none;
	background-image: url('art/star.gif');
	background-repeat: no-repeat;
	background-position: center center;
	margin: 2px 5px 0 20px;
	font-weight: bold;
	}

#mailbutton  a 
	{
	text-decoration: none;
	}


#mailbuttoninner
	{
	padding: 29px 20px 0 63px;	
	}


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

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





/*  
HERE ARE THE DEFAULT SETTINGS THAT WILL CHANGE IN THE ADDITIONAL STYLE SHEETS  
*/

body 
	{ 
	background-color: #FFFFFF;
	color: #000000;
	}



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

a:hover
	{
	text-decoration: underline;
	color: #FF6600;	
	}
	

#wrapper
	{
	background-color: #000066;
	background-image: url('art/background_default.jpg');
	}


#toptable
	{
	background-image: url('art/logo.png');
	}

#menudiv
	{	
 	background-color:#191E6F;	
	}


#maincontent
	{
	border: 1px solid blue;
	background-color: #FFFFFF;
	color: #000000;
	}



#footerdiv
	{
	color: #FFFFFF;	
	}

	
#footerdiv a:link, #footerdiv a:visited
	{
	color: #FF6600;	
	}	
	
#footerdiv a:hover
	{
	color: #FFFFFF;
	}






/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/hover_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */




#menu {list-style-type:none; padding:0 0 0 12px; margin:0;}

#menu ul {list-style-type:none; padding:0; margin:0;}

#menu li {float:left; background:#191E6F; margin:0px 0px 0 0; position:relative;}




/* for IE5.5 and IE6 only */
#menu table {border-collapse:collapse;position:absolute;top:0;left:0;z-index:500;font-size:1em;}



#menu li a {display:block; width:75px;  color:#ffffff; font-size:11.5px; text-decoration:none; text-align:left; padding: 8px 0 0 0px}


#menu li.top a {height:22px; line-height:12px; }

#menu li.sub a {height:12px; width: 150px; line-height:12px; padding: 0 0 10px 8px; }





#menu :hover, #menu li :hover {color:#FF6600; background:#191E6F;}
#menu :hover > a, #menu li :hover > a {color:#FF6600; background:#191E6F;}




#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul {position:absolute; left:-9999px; width:89px;}

#menu :hover ul{left:0;top:31px; }



#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {padding:0 0px; left:158px; top:3px;}



