/*General Page layout and positioning*/

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	background-image: url(../images/back5.jpg);
	height: 100%;
}

html>body .col1 ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;}


#wrapper {
	width: 823px;	
	height: 100%;	
	background-color: #77AC42;	
	padding-bottom: 10px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #000000;
}


#main {
	width: 823px;	
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #77AC42;
	position: relative;
	}


/*Page components and sections*/

#masthead {
	height: 160px;
	width: 823px;
	padding: 0px;
	margin: 0px;
	top: 0px;
	background-color:#ffffff;
	border-width: 0px;	
	left: 0px;
	text-align: center;	
}	

#masthead img {
	border: 0px;
	padding: 0px;
}	


#col1 {
	width: 175px;	
	height: auto;
	height: 100%;
	min-height: 550px;
	margin: 0px;
	padding-left: 0px;
	background-color: #77AC42;
	top: 0px;
	left: 0px;
	text-align: center;
	position: absolute;
	}
	
	
#col2 {
	width: 615px;	
	left: 188px;
	margin: 0px;
	top: 0px;
	padding: 5px;
	background-color: #ffffff;
	border-left: 2px solid #000000;
	position: relative;
	}	
	

	
	
.borderimg{
	border-style:solid;
    border-top-color:#000000;
    border-bottom-color:#000000;
    border-left-color:#000000;
    border-right-color:#000000;
    border-width:2px;
    border-top-width:2px;
    border-left-width:2px;
	margin: 12px;
	padding: 0px;
	}		
			
	
	
	
.wildimg {
    border-style:solid;
    border-top-color:blue;
    border-bottom-color:red;
    border-left-color:#F9FC20;
    border-right-color:green;
    border-width:20px;
    border-top-width:10px;
    border-left-width:10px;
	margin: 10px;}		
	

#footer {
	width: 804px;
	left: 0px;
	height: 230px;
	border-top: 2px solid #000000;
	padding: 10px;
	bottom: 0;
	background-color:#77AC42;	
	text-align: center;
	position: relative;
	margin: 0 auto;
	}



/*Navigation Menu*/


#nav{
border: 1px solid black;
width: 175px;
padding-left: 3px;
background-color: #F9FC20;
text-align: left;
}

#nav a{
	font: bold 13px Verdana;
	padding: 2px;
	padding-left: 4px;
	display: block;
	width: 100%;
	color: #cc0000;
	text-decoration: none;
	border-bottom: 1px solid black;
	line-height: 30px;
}

html>body #nav a{ /*Non IE rule*/
width: auto;
}

#nav a:hover{
background-color: #ffffff;
color: #000000;
line-height: 30px;
}




/*Text and styling*/

.text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.text-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #000000;
}


.text-bold14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

h1 {
	color: #CC0000;
	font-size: 19px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #482A34;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8E735E;
	height: 28px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #482A34;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 35px;
	margin: 0px;
}

p {
	font-size: 13px;
	color: #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	letter-spacing: 0.4px;	
}

.small {
    font-size: 9px;
	color: #000000;
	font-weight: normal;
	}
	

/*Images*/

img { padding: 10px;
border: 0;}


/*Special Areas and Sections*/

#ques {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #482A34;
	padding-bottom: 10px;
	margin-left: 20px;
	width: 90%;		
	}
	
#ans {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #BE9009;
	padding-bottom: 10px;
	margin-left: 20px;
	width: 90%		
	}	

#indentbox {
     padding-left: 5px;
	 margin: 0 auto; 
	 width: 500px;
	 background-color: #FFFF99;
	 text-align: left;	 
	 }
	 
	 
#salebox {
     padding-left: 10px;
	 margin-left: 50px;	 
	 width: 380px;
	 background-color: #F1E6C9;
	 }	 
	 


/*Hyperlink Styles*/

a:link, a:visited, a:active {
	color: CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
a:hover {
	color: #77AC42;
	font-weight: bold;
	font-size: 13px;
}

a.black-l:link, a.black-l:visited, a.black-l:active {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
a.black-l:hover {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}

a.white-l:link, a.white-l:visited, a.white-l:active {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
a.white-l:hover {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}

a.small-l:link, a.small-l:visited, a.small-l:active {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
a.small-l:hover {
	color: #ffffff;
	font-weight: bold;
	font-size: 9px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#footer a.eck:link, #footer a.eck:visited, #footer a.eck:active {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
#footer a.eck:hover {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}


/* Pages with Forms */

#form {
    width: 90%;
	margin: 0 auto;}

#contact-form {
	padding: 0px;
	width: 335px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	color: #333333;
}
#contact-form td {
	padding-top: 2px;
	padding-bottom: 2px;
}
#comments {
	background-color: #FAFCFE;
	border: 1px solid #D0E8E8;
}
input {
	border: 1px solid #D0E8E8;
	color: #333333;
	height: 20px;
}
select {
	background-color: #FAFCFE;
	color: #333333;
	height: 22px;
	border: 1px solid #D0E8E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/*Links and Resources Section*/

#links {
    font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;}
	
li {
    margin-top: 15px;
	margin-left: 15px;}
	
#search {
    text-align: center;
	}	
	
#exchange {
	width: 430px;
	height: auto;
	background-color:#D0E8E8;
	border: 2px;
	border-color: #000000;
}		

#disclaimer {
    font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
    width: 85%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
	border: 1px solid #000000;
	padding: 10px;
	}


#center {
    text-align: center;}
	
#center-large {
     text-align: center;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 font-size: 35px;
	 color: #336600;
	 font-weight: bold;
	 }	


#table {
     margin-left: 50px;}






/*Not Used*/


#topad {
	background-color:#8B7E66;
	width: 810px;
	height: 10px;
	top: 55px;
	position: absolute;
	left: 1px;
	}	
