/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	background: #ADA189; 
	text-align: center;
	margin: 0px;
	padding: 18px;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
p {
	font-size: 80%;
}

/* holder styles */
#holder {
	width: 770px;
	background: #FFFFFF /*url(../Images/faux.gif) repeat-y; /* This image creates the three column faux effect */
	text-align: left;
	margin: 0 auto 0 auto;
	border:solid 2px #000000;
}

/* header styles */
#header {
	background: #DCCBAC url(../Images/Header.png)  no-repeat; 
	height: 110px;
	border-bottom: 1px solid #877D6C;
}

#nav {
	width: 140px;
	float: left;
	padding: 15px 10px;  /* side padding is added to total width above for a 160px "real total" */
	display:none;
}

#nav a:link { 
	color: /*#736B5E;*/ #0033CC;
	text-decoration: none;
	/*font-weight: bold;*/
	}
#nav a:visited { 
	color: #666;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color: /*#333;*/ #0099FF;
	font-style:italic;
	font-weight: bold;
	font-size:medium;
}

/* content styles */
#content {
	margin: 0 165px;
	padding: 18px;
}
#content p {
	font-size: 80%;
}

#content h1{
font-size: 130%;
color: #003366;
}

#content h2{
font-size: 110%;
color: #003366;
}

/* third column styles */
#news {
	margin: 0px;
	padding: 15px 8px 8px 8px;
	float: right;
	width: 144px;
	display:none;
}
#news p {
	color: #333333 ; /* third column has a dark color so font must be light for contrast */
	font-size: 80%;
}
#news h3 {
color:#003366;
}

/* footer styles */
#footer {
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-size: 80%;
	color: #000000; 
	background: #FFF;  /* This background color covers the faux column effect that spans the entire holder div */
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.leftimage{
float: left;
margin-right: 10px;
border: 1px solid #000000;
}

.rightimage{
margin-bottom: 20px;
float: right;
margin-left: 15px;
border: 1px solid #000000;
/*width: 150px;*/
}
.labelimage{
margin-bottom: 20px;
float:right;
margin-left: 15px;
border:none;
/*width: 150px;*/
}

a:hover {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	font-size: medium;
}