/* CSS Stylesheet */

body			{ margin: 0px; 
				  padding:0px; 
				  text-align:center;
				  background-image: url(../images/bg.jpg);
				  background-repeat: no-repeat;
				  background-position:top left;
				  background-attachment: fixed;
				  background-color: #0D1424;
				  }

img				{ border:0px;}

h1 				{ font-family: Verdana, Tahoma, Arial, helvetica, sans-serif; font-size: 16px; font-style: normal; color:#000000; display:inline;  font-weight: bold;}

h2 				{ font-family: Verdana, Tahoma, Arial, helvetica, sans-serif; font-size: 16px; font-style: normal; color:#000000; display:inline; font-weight: bold;}

div.center		{margin-right:auto;margin-left:auto;text-align:center}

span.left 		{float: left}

span.right 		{float: right}

h3 				{ font-family: Verdana, Tahoma, Arial, helvetica, sans-serif; font-size: 12px; font-style: normal; color:#000000; display:inline;	}

.clr			{ clear: both;}

#wrapper		{ width:774px;
				  margin:0px auto;
			      text-align:left;
				  }
				  
#top			{ width: 774px; height: 100px;}

#menu_bg		{ background-image: url(../images/menu_bg.png); 
				  background-repeat: no-repeat; 
				  width: 774px;
				  height: 40px;
				  text-align: left;
				  
				  }

#content		{ padding: 5px 0px 0px 0px;}
				  
#content_top	{ background-image: url(../images/top.png); 
				  background-repeat: no-repeat; 
				  width: 774px;
				  height: 20px;
				  text-align: left;
				  }
				  
#content_bg		{ background-image: url(../images/content_bg.png); 
				  background-repeat: repeat-y; 
				  width: 774px;
				  text-align: left;
				  
				  }

#content_bot	{ background-image: url(../images/bottom.png); 
				  background-repeat: no-repeat; 
				  width: 774px;
				  height: 20px;
				  text-align: left;
				  }			  

.content		{ font-family: Verdana, Tahoma, Arial, helvetica, sans-serif; 
				  font-size: 12px; 
				  font-style: normal; 
				  font-weight: normal;
				  color:#333333;
				  padding: 5px 30px 5px 30px;
				  }
.content A:link		{ color:#333333; text-decoration: none; font-weight: bold;}
.content A:visited		{ color:#333333; text-decoration: none; font-weight: bold; }
.content A:hover		{ color:#333333; text-decoration: underline; font-weight: bold; }
.content A:active		{ color:#333333; font-weight: bold; }
				  
#foot			{ width: 774px; height: 100px; text-align:center; padding: 5px 0px 0px 0px;}
				  
.foot			{ font-family: Verdana, Tahoma, Arial, helvetica, sans-serif; 
				  font-size: 9px; 
				  font-style: normal; 
				  font-weight: normal;
				  color:#ffffff;
				  padding: 5px 0px 5px 0px;
				  }
.foot A:link		{ color:#ffffff; text-decoration: none; }
.foot A:visited		{ color:#ffffff; text-decoration: none; }
.foot A:hover		{ color:#ffffff; text-decoration: underline; }
.foot A:active		{ color:#ffffff; }  
				

/* menu */

.nav		{ width: 774px; height: 40px;} /*adjusts float location of menu */

.basictab 	{ margin-left: 0px;
			  font-family: Verdana, Tahoma, Arial, helvetica, sans-serif;
			  font-size: 11px; 
			  font-style: normal;
			  font-weight: bold;
			  list-style-type: none;
			  text-align: left; /*set to left, center, or right to align the menu as desired*/
			  color: #666666;
			  padding: 1px 0px 0px 5px;
			  }

.basictab li   { display: inline; color: #cccccc; text-align: left;}
.basictab li a { display: inline; 
				 text-decoration: none;  
				 background-color: transparent; 
				 color: #666666; 
				 padding: 3px 9px 3px 9px; 
				 }

.basictab li a:visited 	{ color: #333333; }
.basictab li a:hover 	{ color: #333333; text-decoration: underline; }
.basictab li a:active 	{ color: #333333; }
