/* Written by Katie Karpetz Feb. 20 2006 info@katiekarpetz.com */
/* Modified by Dave Bennett October 20 2006*/	
	
/* HTML Styles */

body {
	/*font-family: "Times New Roman", Times, serif;*/
	/*font-size: 12px;*/
	/*color: #333333;*/
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #333;
	margin:10px;
	padding:0px;
	/*background-color:#000000;*/
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x, repeat-y;
	align: center;
     }

form {
	margin:0px;
	padding:0px;
	}

h1 {
	color:#000;
	font-size: 18px;
	font-weight: bold;
	}

h2 {
	color:#000;
	font-size: 16px;
	font-weight: bold;
	}
	
h3 {
	color:#000;
	font-size: 14px;
	font-weight: bold;
	}
	
h4 {
	color:#333;
	font-size: 12px;
	font-weight: bold;
	}
	
h5 {
	color:#333;
	font-size: 10px;
	font-weight: bold;
	}
	
h6 {
	color:#333;
	font-size: 8px;
	font-weight: bold;
	}
	
a:link {
	color:#000000;
	text-decoration: none;
	}

a:hover {
	color:#000000;
	text-decoration:none;
	}

a:visited {
	color:#7A7A7A;
	text-decoration: none;
	}

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

textarea {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 62.5%; 
	/*font-family: "Times New Roman", Times, serif;*/
	/*font-size: 12px;*/
         }



/* Layout Styles */

#container {
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	background-color:#FFFFFF;
	text-align: center;
	vertical-align: top;
	padding:10px;
	/*background-image: url(../images/Content_BG.jpg);*/
	/*background-repeat: repeat-y;*/
	color: #666666;
	height: 90%;
	}

#header {
	background-color:#000000;
        margin-left:auto;
	margin-right:auto;
	width:666px;
	height:138px;
	background-image: url(../images/Header.jpg);

	}

#navlist {
	margin: 0;
	color:#000000;
	/*background-image: url(../images/navBar.jpg);*/
	/*background-repeat: no-repeat;*/
	text-align: center;
	height: 39px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	color: #000000;
	}

#navlist a:link, #navlist a:visited {
	line-height: 25px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #000000;
	}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid #FFF;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
	}

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

#content {
        margin-left:auto;
	margin-right:auto;
        align: center;
	width:750px;
	padding:0px 25px;
        
	}
#etable {
        background-color:#eee;
        }
#footer {
	background-color:#4A4A4A;
	color:#000000;
	padding:10px 20px 5px 0px;
	text-align:right;
	vertical-align: top;
	/*background-image: url(../images/footer.jpg);*/
	height: 30px;
	bottom: 10px;
	}
#BarLine {
	text-align:left;
	vertical-align: top;
	width: 100%;
	font-size: 18px;
	font-weight: bolder;
	padding-left: 5px;
	background-color: #CCCCCC;
	color: #000000;
	}
	
#featureCar {
	border: 1px solid #CC0000;
	padding: 5px;
	margin: 5px;
	}
