@charset "UTF-8";
body {
	font: 8pt Adobe caslon pro, Times, serif;
	font-weight: lighter;
	background: #777370;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF5EE;
	
}

ul{ 
  list-style-type: none;
}

a:link {text-decoration: none; color: #F4D5D0}
a:visited {text-decoration: none; color: #F4D5D0}
a:active {text-decoration: none}
a:hover {color: #333;}

.nav a:link {text-decoration: none; color: #F29886}
.nav a:visited {text-decoration: none; color: #F29886}
.nav a:active {color: #333;}
.nav a:hover {color: #333;}

a img { border: none;}



.oneColElsCtr #container {
	width: 120em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-bottom: 20px;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.menu {
font:10pt Adobe caslon pro, Times, serif;
font-style:italic;
letter-spacing: .1em;  
color: #F9D7CD; 
}

.date {
font:9pt;
color: #DDD;
}

.caption {
font:9pt;
color: #DDD;
}


.title {
font: 9pt;
font-weight: none;
color: #DDD;
}

.style1 {font-size: 8pt; letter-spacing: .1em; }


#content {
padding: 0;
position: static;
width: auto;
height:auto;
}

#mainbox {
width: auto;
height:auto;
padding-top: 100px;

}

#news {
width: auto;
height:auto;
margin: -20px 0px 0px 400px;

}

#news {
width: auto;
padding-left: 30px;
padding-right: 20px;
}

#underline {
width: auto;
margin: 0px 0 15px 0;
border-bottom:1px solid #fff;
}

#heading {
position: fixed;
margin-left: 20px;
margin-top: 10px;
width: auto;
}

#menu{
margin-left: 125px;
margin-top: -50px;
padding: 40px 0 0 0;
width:1000px;
height: 20px;
background: #777370;

}


#footleft {
margin-left: 50px;
margin-top: 47px;
font-size: 9px;
color: #ED9C80;
font-weight:lighter;
text-align: right;
float: left;
width: auto;
position:fixed;
}

#footleft2 {
margin-left: 30px;
margin-top: 453px;
font-size: 9px;
color: #ED9C80;
font-weight:lighter;
text-align: right;
float: left;
width: auto;
position:fixed;
}


#navigation ul {list-style: none;margin: 0;padding: 0;}
#navigation li {border: none; text-align: left;}
#navigation a {font-weight: none;text-decoration: none;display: block;}	
#navigation a:hover {color: #333;}
#navigation #currentpage a {color: #333;}

