/*General Page Layout*/

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;	
	background-color: #ffffff;
	height: 100%;		
}

#wrapper {
	width: 850px;	
	background-color: #0B204F;		
	padding-bottom: 10px;
	margin: 0 auto;
	text-align: left;
	border: 2px solid #0B204F;
}


#main {
	width: 850px;	
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0B204F;
	position: relative;
	}
	

#col1 {
	width: 170px;	
	height: 620px;
	margin: 0px;	
	padding-left: 0px;
	background-color: #0B204F;	
	top: 0px;
	left: 0px;
	text-align: left;	
	position: absolute;
	}
	
	
#col2 {
	width: 650px;
	height: auto;
	height: 100%;
	min-height: 100%;	
	left: 168px;
	margin: 0px;
	top: 0px;	
	padding: 10px;
	background-color: #ffffff;	
	border-left: 2px solid #000000;	
	position: relative;
	}		


/*Special Layout Styles*/

#ques {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #482A34;
	padding-bottom: 10px;
	margin-left: 20px;
	width: 90%;		
	}
	
#ans {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BE9009;
	padding-bottom: 10px;
	margin-left: 20px;
	width: 90%		
	}	
	
	
#center {
    text-align: center;}	
	

#indentbox {
     padding-left: 50px;	 
	 width: 590px;
	 }
	 
	 
#salebox {
     padding-left: 10px;
	 margin-left: 50px;	 
	 width: 380px;
	 background-color: #F1E6C9;
	 }	 	


/*Text Styles*/


p {
	font-size: 12px;
	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;	
}


.text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.textblueb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0B204F;
}



.text-bold-gold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9f932f;
}

.text-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}

.text-boldw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}


.text-bold14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #482A34;
}



/*Link Styles*/

a:link, a:visited, a:active {
	color: #9f932f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color: #ffffff;
	font-weight: bold;
}

a.black-l:link, a.black-l:visited, a.black-l:active {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.black-l:hover {
	color: #000000;
	font-weight: bold;
}

a.white-l:link, a.white-l:visited, a.white-l:active {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.white-l:hover {
	color: #000000;
	font-weight: bold;
}


/*Header Tag Styles*/

h1 {
	color: #482A34;
	font-size: 17px;
	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: 7px;
	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: 12px;
	font-weight: normal;
	color: #000000;	
	margin: 0px;
	padding-left: 15px;
}



/*Masthead Styles*/
	
#masthead {
	height: 204px;
	width: 850px;
	padding: 0px;
	margin: 0px;
	top: 0px;
	background-image: url(../images/topper4.jpg);
	border-width: 0px;	
	left: 0px;
	text-align: center;	
}	


/*Navigation Styles*/

	
#nav {
    width: 170px;
	padding-bottom: 20px;
	}
	
	
#nav ul{
	font: bold 10px arial;
	padding-left: 0;	
	margin-left: 0;
	height: 20px;	
	list-style: none;	
}

#nav li{
	list-style: none;
	line-height: 20px;
	display: block;		
}

#nav a:link, #nav a:visited, #nav a:active {
    color: #ffffff;
	background-color: #0B204F;	
	display: block;
	}
	
#nav a:hover {
    color: #000000;
	background-color: #ffffff;
	display: block;	
	}	

html>body .col1 ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
	

/*Footer Styles*/

#footer {
	width: 829px;
	left: 0px;
	height: 380px;
	border-top: 2px solid #000000;
	padding: 10px;
	bottom: 0;
	background-color:#0B204F;
	border-top: 2px solid #000000;
	text-align: center;
	position: relative;
	margin: 0 auto;	
	color: #ffffff;
	}
	
a.footer-l:link {
  color:#9F932F; 
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;}  

a.footer-l:visited {
  color:#9F932F;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;}  

a.footer-l:active {
  color:#9F932F;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;}    

a.footer-l:hover {
  color:#ffffff; 
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;}  
	

/*Image Styles*/


.imgborder { padding: 10px;
border: 0;}



/*Resources Section Styles*/

#links {
    font-family: Arial, Helvetica, 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: Arial, Helvetica, 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;
	}



	
/* Form styling */


#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: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	



/*Not Used*/


#topad {
	background-color:#8B7E66;
	width: 810px;
	height: 10px;
	top: 55px;
	position: absolute;
	left: 1px;
	}	
