html, body {
margin: 0;
padding: 0;
font-size: 1em;
font-family: Palatino, "new century schoolbook", Times, serif;
color: #000;
background: #fff url('./images/stars_bg.jpg') 60px 120px;
height:100%;
}




/******** Main Layout ********/
#wrapper {
padding: 10px;
height: 100%;
}

#top_banner {
height: 200px;
border: 0;
}

#main {
margin: 0 180px 0 230px;
height: 100%;
}

#main_nav {
float:left;
width: 210px;
border: 0;
height: 100%;
}


#vertical_logo {
float: right;
background: transparent;
height: 100%;
width: 160px;
vertical-align: bottom;
text-align:right;
}

#footer {
margin: 0;
padding: 5px;
background: transparent;
}

/******** Styling for Main Text ********/
h1 {
font-size: 2em;
color: #007A54;
font-style: normal
}

h2 {
font-size: 1.4em;
color: #666;
font-style: italic;
}

#main p {
font-size: 1.2em;
line-height: 1.6em;
padding: 2px 24px;
text-align: justify;

}

#article {
background: transparent;
padding-bottom: 20px;
width: 100%;
}

.photo_article {
background: transparent;
padding-bottom: 10px;
padding-top: 10px;
display: block;
width: 700px;
}

#article_star {
background: transparent url('./images/gold_star.gif') no-repeat top left;
padding-bottom: 20px;
}

#main ul, #main ol {
font-size: 1.2em;
line-height: 1.2em;
padding: 0 25px;
}

#main li {
padding-bottom: 5px;
}


/********* links *********/
img {
border: 0;
}

/********* menus *********/
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
	
#menu {
	width: 200px;
	margin-top: 10px;
	}
	
#menu li a {
	text-decoration: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
margin:5px 0;
	}
	
#menu li a:link, #menu li a:visited {
	color: #257eb7;
	display: block;
	background: url(images/menu_bg.gif);
	padding: 8px 0 0 20px;
	}
	
#menu li a:hover {
	color: #666;
	background: url(images/menu_bg.gif) 0 -32px;
	padding: 8px 0 0 25px;
	}
	
#menu li a:active {
	color: #fff;
	background: url(images/menu_bg.gif) 0 -64px;
	padding: 8px 0 0 25px;
	}
	
/******** extras ************/
#main_nav h2 {
text-align: center;
color: #000;
font-weight: normal;
font-style: normal;
font-size: 1.2em;
font-family: palatino, lucida, serif;
letter-spacing:2px;
line-height: 1.4em;
}

.logos {
text-align: center;
font-size: 0.95em;
color: #333;
}

.float_left {
border: 1px solid #007a54;
float: left;
margin: 6px 5px 0 0;
}

.clear_left {
clear: left;
}


/******** miscellaneous ********/
.underline {
text-decoration: underline;
}

.telephone {
color: #007A54;
font-weight: bold;
font-size: 1.2em;
}

/********* footer styles *********/
#pixelwave {
font-family: trebuchet, arial, sans-serif;
font-size: 0.8em;
text-align: center;
padding: 20px 0;
}

#smallprint {
text-align: right;
font-size: 1em;
margin: 10px;
padding: 5px;
background: #d9ece7;
line-height: 1.5em;
}

#footer a:link, #footer a:visited {
color: #630;
text-decoration: none;
}

#footer a:hover {
color: #f60;
}

#smallprint ul {
list-style: none;
padding: 0;
margin: 0;
width: 120px;
}

#smallprint li a
{
display: block;
}

#smallprint li a:hover
{
background: #ddd;
border-left: 6px solid #fc0;
}
