@charset "utf-8";
/* CSS Document */

body	{ margin: 0;
		  padding:0;
		  text-align:center;
		  font-family: Verdana, Arial, sans-serif;
		  font-size:10px;
		  color:#333333;
		}
		
img		{ border:0px; }

h1	{ font-family:"Times New Roman", Times, serif; 
	  font-size:18px; 
	  font-style:italic;
	  font-weight: normal;
	  display: inline;
	  }
	  
h2	{ font-family:"Times New Roman", Times, serif; 
	  font-size:16px; 
	  font-style:italic;
	  font-weight: normal;
	  display: inline;
	  }

h3	{ font-family:"Times New Roman", Times, serif; 
	  font-size:14px; 
	  font-style:italic;
	  font-weight: normal;
	  display: inline;
	  } 
	  
h4	{ font-family:"Times New Roman", Times, serif; 
	  font-size:14px; 
	  font-style:italic;
	  font-weight: normal;
	  display: inline;
	  } 
	  
h5	{ font-family:"Times New Roman", Times, serif; 
	  font-size:12px; 
	  font-style:italic;
	  font-weight: normal;
	  display: inline;
	  } 


.clr	{ clear:both; }

#wrap	{ width:990px; margin:0 auto; text-align:left;}

#head	{ height:100px; padding: 30px 0px 0px 0px;}
#logo	{ float:left; padding-top:5px;}
#topnav	{ float:right; padding:15px 0px 0px 0px; text-align:right; }
.topnav	{ font-family:"Times New Roman", Times, serif; 
		  font-size:16px; 
	  	  font-style: italic;
		  font-weight: normal;
	  	}
.topnav A:link		{ color:#333333; text-decoration: none; }
.topnav A:visited		{ color:#000000; text-decoration: none; }
.topnav A:hover		{ color:#333333; text-decoration: underline; }
.topnav A:active		{ color:#333333; }

.title	{ border-bottom:solid 1px #333333; padding-bottom:3px;}
.menu	{ font-size:9px; padding:10px 0px;
	  	  font-style: normal;
		  font-weight: normal;
		  text-align:center;
	  	}
.menu A:link		{ color:#333333; text-decoration: none; }
.menu A:visited		{ color:#333333; text-decoration: none; }
.menu A:hover		{ color:#000000; text-decoration: underline; }
.menu A:active		{ color:#333333; }

#main	{ padding-bottom:20px;}

#image	{ text-align:center; padding:10px; border:solid 1px #cccccc; }

.text	{ padding:5px 0px;}
.text A:link		{ color:#333333; text-decoration: none; font-weight:bold;}
.text A:visited		{ color:#333333; text-decoration: none; font-weight:bold; }
.text A:hover		{ color:#000000; text-decoration: none; font-weight:bold;}
.text A:active		{ color:#333333; font-weight:bold; }
.text img			{ padding:10px; border:solid 1px #cccccc;}


#footer	{ border-top:solid 1px #333333;}
#foot-left	{ float:left; padding-top:5px;}
#foot-right	{ float:right; padding-top:5px;}

.foottext	{ font-size: 10px; 
	  		  font-style: normal;
			  font-weight: normal; 
	  		  }
.foottext A:link		{ color:#333333; text-decoration: none; }
.foottext A:visited		{ color:#333333; text-decoration: none; }
.foottext A:hover		{ color:#000000; text-decoration: underline; }
.foottext A:active		{ color:#333333; }
