@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, table, img, form, hr, li, ul, br, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  
}




body {
	border-style: none;
	background-color: #fff;
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
	margin: 3px 0 0 0; /*  (top, right, bottom, left) */
	padding: 0 0 0 0;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	text-decoration: none;
}


HR {
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	height: 3px;
	border-right-style: none;
	border-left-style: none;
	margin: 0px 0px 3px 0px;
}

	
h1 {
	
	color: #000000;
	font-size: small;
	font-weight: bold;
	line-height: 22px;
	margin: 0px 0px 0px 0px;
	
}

h1 a {
	
	font-weight:bold;
	
	}
	
h2 {
	color: #000000;
	font-size: small;
	font-weight: bold;
	line-height: 22px;
	margin: 0px 0px -10px 0px;
	
}	
h3 {
	
	font-size:10px;
	font-weight: normal;
	color: #999999;	
	line-height:12px;
}

#outerWrapper {
  background:#fff url('img/sides.gif') repeat-y fixed center center; 
  margin-left: auto;
  margin-right: auto;
 
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 972px
}
#outerWrapper #header {
 
  background-image: url("img/header.gif");
    margin-left: auto;
  margin-right: auto;

  background-position: top center;
  background-repeat: no-repeat;
  border-style: none; 

  height: px;

  margin: 0px 0px 0px 0px; 
   padding: 4px 0px 0px 0px; 
  width: 972px;
}
#outerWrapper #contentWrapper {
    border-style: none; /* Sets the border style properties for an element using shorthand notation */
	
}
#outerWrapper #contentWrapper #content {
	border-style: none;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 0px;
	width:640px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
	
}

#outerWrapper #contentWrapper #left {
	
	border-style: none;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 25px;
	width:265px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #666666;
}





#outerWrapper #footer {
	background-image: url("img/footer.gif");
	margin-left: auto;
	margin-right: auto;
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight:normal;
	color:#999999;
	line-height: 20px;
	height: 25px;
	width:966px;
	margin: 0px 0px 0px 3px; /*  (top, right, bottom, left) */
	padding: 0px 0px 0px 0px;
}




#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}

a {
	color:#683203;
	
	text-decoration: none;
	font-weight: normal;
}
a:visited {color:#683203; text-decoration: none;}
a:active {color: #DC9A01; text-decoration: none; }
a:hover {
	color:#DC9A01;
	text-decoration: none;
	font-weight: normal;
}

#footer a {
	color: #999999;
	text-decoration: none;
		}
		
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
		}





.copyright {
	
	background-color:#FFFFFF;
	font-size: 10px;
	font-weight:normal;
	color:#999967;
	line-height: 10px;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 150px;
	
	}
.copyright a {
	color: #999967;
	text-decoration: none;
		}
		

.copyright a:hover {
	color: #CC9966;
	text-decoration: underline;
		}
		
ul {
	list-style-position: inside;
	list-style-type: disc;
}
		
ul#ulNav {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	
}
ul#ulNav a{
	color: #333367;
	

	font-weight: bold;
}
ul#ulNav a:hover, #ulNav a.divaGPS-here {
	color:#DC9A01;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}


/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
  zoom: 1;
}
#copyright {
}


.thumb {
	padding: 5px 20px 7px 0px;
	float: left;
}