* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center; 
	font-family: "Lucida Grande", Arial, san-serif; 
	font-size: small;
	background: #fff;
}
      
#wrapper {
	width: 980px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: left;
	background: #fff;
	border: 1px solid #000;
}

#wrapper-s {
	width: 980px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 150px;
	background: #fff;
	border: 1px solid #000;
}


#masthead {
	border-right: 10px solid #F8B791;
	padding-right: 20px;
	height: 150px;
}   

#header {
	margin: 0 0 0 260px;
	padding: 10px 30px;
	border-right: 10px solid #F8B791; 
	text-align: right;
	font-style: italic;
}

#header h1 {
	font-size: 280%;
	padding-right: 30px;
}

#header p {
	font-size: 110%;
}

#navigation {
 	width: 260px;
	float: left;
	background: #fff; 
	border-bottom: 10px solid #F7A675;
	padding-bottom: 10px;
}

#navigation ul {
	padding: 0 0 0 30px;
}
    
#navigation li {
	list-style-type: none;
	display: inline;
}

#navigation li a {
	display: block;
	width: 230px;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-bottom: 2px solid #fff;
	background: #516BA4;
}

#navigation li a:hover {
	color: #000; 
	background: #F8B791        
}
	                                
#content-wrapper {
	background: #fff; 
	padding-left: 30px;
   	width: 670px;
	float: right;
} 
  
#content {
	width: 670px;
	float: left;
}

#content-lead {
	border-right: 10px solid #F8B791;
	font-size: 90%;
	font-style: italic;
	text-align: right;
}

#content-lead img {
 	border-top: 10px solid #F8B791;
	border-right: 50px solid #F8B791;
	border-bottom: 10px solid #F8B791;
	border-left: 10px solid #F8B791;
}

#content-lead p {
   	padding: 10px 50px 10px 0;
}
 
#content-block {
	width: 640px;
	float: left;
	text-align: justify;
}

#content-block h1, h2, p, ul, li {
	padding-bottom: 0.75em;
}

#content-block ul {
	padding-left: 20px;
	list-style-type: square;
}

#content-gutter {
	width: 20px;
	height: 150px;
	float: right; 
	border-right: 10px solid #F8B791;
	background: #fff;
}  

.content ul {
	border: 1px solid #000;
}

.content li {
	list-style-type: none;
}

#footer {
	clear: both;
	padding-left: 30px;
	text-align: center;
	line-height: 5em;
}

#breadcrumb_trail {
    padding-top: 5px; 
	font-size: 90%;
}

#alert_panel { 
	float: left;
	border: 1px solid #aaa;
	padding: 10px;
}

ol { padding-left: 25px; }
ul { text-align: left; }


/*****LINKS*****/

a { text-decoration: none; }
a:hover { text-decoration: underline; }

/*****CLASSES*****/

.inputSubmit {
	border-right: 1px solid; 
	border-top: 1px solid; 
	font-weight: bold; 
	font-size: 11px;
	padding:3px; 
	border-left: 1px solid; 
	color: #000000; 
	border-bottom: 1px solid; 
	font-family: Verdana,tahoma,Arial; 
	background-color: #eeeeee
}

.inputBox {
	border-right: 1px solid; 
	border-top: 1px solid; 
	font-size: 11px;
	line-height:2.5em;
	padding:5px;
	background: #ffffff; 
	border-left: 1px solid; 
	color: #000000; 			
	border-bottom: 1px solid; 
	font-family: Verdana, tahoma, Arial
}

.contacts {
	border-right: 1px solid; 
	font-size: 11px;
	line-height:2.5em;
	padding:5px;
	background: #ffffff; 
	border-left: 1px solid; 
	color: #000000; 			
	border-bottom: 1px solid; 
	font-family: Verdana, tahoma, Arial
}