html { height: 100%;}

body {
	margin: 0px;
	padding: 0px;
	background-color: #352d22;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	height: 100%;
	margin: 0px auto;
}


p {

padding-top: 0;
padding-bottom: 5px;
margin-top: 0;
margin-bottom: 6px;
font-size: 12px;
line-height: 18px;

}
.new {

font-size: 12px;
color: #900;
font-weight: bold;


}

table {
	background-color:#FFF;
    margin: 0px auto;
	border: 0px;
	padding: 0px;
	

}


h1 { font-size: 20px;
	 font-family: Arial, Helvetica, sans-serif; 
	 color: #232f5c;
	 font-weight: bold;
	 padding: 0px;
	 line-height: 25px;
 
	
}

h2 {
	 font-size: 15px;
	 font-family: Arial, Helvetica, sans-serif;  
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 2px;
	margin: 0;
	color: #803b03;

}

h3 { font-size: 13px; 
 	 font-family: Arial, Helvetica, sans-serif; 
	 color:#461141;
	 font-weight: bold;
	padding-top: 12px;
	padding-bottom: 0px;
	margin:0;
	 
	 }

blockquote
   
   { font-size: 12px;
	  font-family: Arial, Helvetica, sans-serif;
	 padding-left: 0px;
  	 padding-right: 5px;
	 padding-top: 5px;
     padding-bottom: 5px;
	 

}


hr {
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #73a2bd;
}
.yellowhr{

	color: #f4d98f;
}

ul
{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	list-style-position: outside;

	
}

ul li
{
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
  

}



ol li
{
  font-size: 12px;
  color: #333333;
  margin: 0px;
  padding-top: 0px;
  padding-left: 25px;
  padding-right: 10px;
  padding-bottom: 5px;
  

}
.list1
{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 10px;
	padding-bottom: 5px;
	list-style-position: outside;

	
}

.list1 li {
	line-height: 16px;
	padding-bottom: 13px;

	
}


.strong
{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;

}



a:link {
	color: #461141;
	text-decoration: underline;
}
a:visited {
	color: #461141;
	text-decoration: underline;
}	
a:active {
	color: #461141;
	text-decoration: underline;
	
}
a:hover {
	color: #97772f;
	text-decoration: none;
	text-decoration: underline;
}





	
#topnav {
	width: 275px;
	float: right;
	padding: 10px;
	margin-top: 15px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	
}



a.topnav:link
{
  color: #f4d98f;
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
  margin: 5px;
  font-family: Arial, Helvetica, sans-serif;
}

a.topnav:visited
{ color: #f4d98f;
  font-size: 14px;
 text-decoration: none;
  font-weight: normal;
   margin: 5px;
}
a.topnav:active
{ color: #f4d98f;
  font-size: 14px;
   text-decoration: none;
  font-weight: normal;
   margin: 5px;
}
a.topnav:hover
{ color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
   margin: 5px;
}

/* Menu */

#nav {
	width: 935px;
	margin-left: 15px;
	height: 33px;
	margin: 0px auto;
	background-color: #666666;
	margin-right: 0px;



}


/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.topmenu, .topmenu ul
{
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  list-style: none;
  


  
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.topmenu ul
{
  display: block;
  visibility: hidden;
  position: absolute;
  left: 0px;

  
  
  

 

  
}

/* Second and third etc. level submenus - position across from parent instead */
.topmenu ul ul
{
  top: 0px;
  left: 160px;
  padding-bottom: 0px;

}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.topmenu li
{
  float: left;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  padding-top: 4px;
  padding-bottom: 1px;
  padding-left: 7px;
  padding-right: 7px;
  border-right: 1px solid #fff;
  
  
  
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.topmenu ul li
{
  float: left;
 /* margin-bottom: -1px;*/
  background-color: #461141;
  text-align: left;
  font-size: 13px;
  width: 215px;
  margin-bottom: -3px;
  border: 1px solid #fff;
  margin-top: 2px;
}


.topmenu ul > li:last-child
{
  margin-bottom: 1px;
  
}

/* Links inside the menu */
.topmenu a, topmenu a:visited
{
	display: block;
	color: #ffffff !important;
	text-decoration: none !important;
	padding-left: 5px;
	padding-right: 5px;
	line-height:30px;
	font-weight: normal;
	
    

}

/* List  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.topmenu a:hover, .topmenu a.highlighted:hover, .topmenu a:focus
{
  color: #f4d98f !important;
  text-decoration: none;
  display: block;
  padding-left: 5px;
  padding-right: 5px;

}
.topmenu a.highlighted
{
  color: #f4d98f;
  text-decoration: none;
  

}


.topmenu ul li a:hover
{
 /* background: #819c43; /*background hover color set here for sub menu items */
}

/* Only style submenu indicators within submenus. */
.topmenu a .subind
{
  display: none;
}
.topmenu ul a .subind
{
  display: block;
  float: right;
  
}



/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.topmenu
 a {
 float: left;

}
.topmenu
 ul a {
 float: none;
}
/* \*/
.topmenu
 a {
 float: none;
}
/* */



/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .topmenu
  ul li {
  float: left;
  height: 1%;

}
* html .topmenu
  ul a {
 height: 1%;

}
/* End Hack */



/* Header */






/* Footer */


#footer {
	height: 53px;
	text-align: center;
	line-height: normal;
	font-size: 12px;
	color: #ffffff;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	
	
}

#footer p {
	
	color: #FFF;
	font-size: 12px;
	margin-top: 5px;
	
	
}


#footer a {
	color: #29407c;
}
