/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 795px;

}
#header {
top:1;
 width: 790px;
 height:120px;
 color: #FFFFFF;
 padding: 10px;
 border: 1px solid #ccc;
 height: 60px;
 margin: 10px 0px 5px 0px;
 background: #CCCCCC;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-style:italic;
}
#navigation {
 width: 790px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 background: #999999;
}
#content {
top:130;
 width: 790px;
 height: auto;
 color: #333;
 border: 1px solid #ccc;
 background:#FFFFFF;
 margin: 0px 0px 5px 0px;
 padding: 10px;
}

#footer {
top:924px;
height:10px;
 width: 790px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 background: #CCCCCC;
 font:Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight:bold;
}

.tables {
	
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	color: #FFFFFF;
	line-height: 20px;
	padding: 3px;
	margin: 0px;
	text-decoration: none;
    
}


.tables a:link {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.tables a:visited {
	
	text-decoration:none;
}

.tables a:hover {
	text-decoration:underline;
}


.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
	cursor:help;

}

.tables2 {
	
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033CC;
	line-height: 20px;
	padding: 2px;
	margin: 4px;
	text-decoration: none;
    
}


.tables2 a:link {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0033CC;
	text-decoration:none;
}
.tables2 a:visited {
	color: #0033CC;
	text-decoration:none;
}

.tables2 a:hover {
	text-decoration:underline;
}


