body {
	margin:	0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f6edd6;
	font-size: 1.0em;
}

/***** Basic CSS definitions *****/
h1, h2, h3 {
	font-size: 115%;
	font-style: normal;
	font-weight: bold;
	color: #0c2a3d;
}

h2 {
	font-size: 110%;
	font-style: italic;
}
h3 {
	font-size: 105%;
	font-style: normal;
}
p {
	font-size: 100%;
	line-height: 1.5em;
}

li {
	font-size: 100%;
}

td {
	vertical-align: top;
	font-size: 14px;
}	

table {
	margin-left: auto;
	margin-right: auto;
}

a, a:visited {
	color: #80671b;
	font-style: normal;
}


.main {
    position: relative;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #f6edd6;
    height: 100%;
    
}

.header {
    width: 780px;
	margin: 0px;
	padding: 0px;
	background-color: #f6edd6;
}


.logo {
    position: absolute;
    top: 5px;
    left: 40px;
    z-index: 100;
}

.title p{
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 140%;
    
}

.subtitle p{
    position: absolute;
    top: 40px;
    right: 10px;
    font-size: 100%;
}

.menu, .menu2 {
    position: absolute;
    top: 95px;
    left: 0px;
    z-index: 3;

}

.submenu, .submenu2 {
    position: absolute;
    top: 123px;
    left: 0px;
    background-color: #000000;
}


.content {
    position: absolute;
    top: 400px;    
	width: 780px;
	height: 100%;
	margin: 0px;
	padding: 0px;
    background-color: #f6edd6;
    
}
.contentnopicture {
    position: absolute;
    top: 123px;    
	width: 780px;
	height: 100%;
	margin: 0px;
	padding: 0px;
    background-color: #f6edd6;
    
}

html, body, .content {
	min-height: 100%;
	height: 100%;
}

html>body, html>body .content {
	height: auto;
}

.footer {
	text-align: center;
	position: relative;
	bottom: 0;
	clear: both;
}

.footer p {
    font-size: 80%;
	color: #cbb17b;

}

.copyright {
	color: #A2ADB3;
	text-align: center;
	font-size: 10px;
}

/*  Three Column Layout 30/40/30	*/
.left25 {
	width: 160px;
	float:left;
	margin: 0px;
	margin-top:  10px; 
	padding: 0px 5px;
}

.center50 {
	width: 330px;
	margin: 0px;
	margin-left: 175px;
	margin-top:  10px;
	padding: 0px 5px;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}

.right25 {
	width: 242px;
	float:right;
	margin: 0px;
	margin-top: 10px; 
	padding: 0px 5px;
	
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

/*  Two Column Layout 65/35	*/
.mainleft {
	width: 63%;
	float:left;
	margin:  0px; 
	padding: 5px;
}

.mainright {
	width: 34%;
	float:right;
	margin: 0px; 
	padding: 5px;
	border-left: 1px solid #888888;
	height: 10%;
}

/*  Two Column Layout 30/70	*/
.left40 {
	width: 220px;
	float:left;
	margin:  0px; 
	padding: 5px;
}

.right60 {
	width: 525px;
	float:right;
	margin: 0px; 
	padding: 5px;
	border-left: 1px solid #888888;
}


/*								*/
/* Horizontal Navigation Menu 	*/
/*								*/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	text-decoration: none;
	font-size: 110%;
	color: #000000;
	padding: 5px 5px 5px 0.5em;
	background-color: #fecc02;
	border-bottom: 1px solid #cbb17b;
	border-left: 1px solid #cbb17b;
	border-right: 1px solid #cbb17b;
}

#nav li {
	float: left;
	width: 156px;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover a, #nav li.sfhover a {
	border-left: 1px solid #cbb17b;
	border-right: 1px solid #cbb17b;
	border-bottom: 1px solid #cbb17b;
	background-color: #000000;		
	color: #fecc02;
}

#nav li:hover li a:hover, #nav li.sfhover li a:hover {
	border-left: 		1px solid #888888;
	border-right: 		1px solid #888888;
	border-bottom: 		1px solid #888888;
	background-color: 	#fec002;
	color: #000000;
}

/* set dropdown to default */
#nav li:hover li a, #nav li.sfhover li a {
	color: #000000;
	background-color: #f6edd6;		
}

/* commented backslash mac hiding hack \*/ 
* html ul li a {height:1%}
/* end hack */ 


/*
 *	Vertical Navigation Menu Code
 *								     */
#vnav, #vnav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;	
}

#vnav {
	margin-top: 5px;
	width: 330px;
}
	
#vnav a {
	display: block;
	text-decoration: none;
	font-size: 100%;
	color: #fecc02;
	background-color: #000000;
	padding: 10px 0px 10px 5px;
	border-bottom: 1px solid #fecc02;	
}

#vnav li {
	width: 330px;
}	

#vnav li:hover a, #vnav li.sfhover a {
	
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #f6edd6;				
	color: #000000;
}

/* 							*
*     NEWS Section CSS 		*
*							*/
.headlinelist {
	font-size: 90%;
	font-family: arial, verdana, sans-serif;	
}

.headlinelist a, .headlinelist a:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

.headlinelist a:hover {
    text-decoration: underline;
    color: #888888;
}

.smalldate {
   font-size: 80%;
   font-weight: normal;
}   

.newscontent {
	width: 520px;
	margin: 0px;
	padding: 5px 0px 0px 10px;
}

.headlinelist {
	border: none;
}

.newsstory {
	font-size: 90%;
	width: 95%;
	margin: 0px;
	padding: 0px 0px 0px 3px;
	
}

#newsvnav, #newsvnav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;	
}


#newsvnav {
	margin-top: 5px;
	width: 100%px;
}
	
#newsvnav a {
	display: block;
	text-decoration: none;
	font-size: 80%;
	color: #000000;
	background-color: #f6edd6;
	padding: 10px 0px 10px 5px;
	border-bottom: 1px solid #f5f3ed;	
}

#newsvnav li {
	width: 100%;
}	

/****  Calendar Style ****/
.calendar {
	width: 770px;
	border: none;
	padding-top: 10px;
	padding-left: 5px;
}
.calheader {
	background-color: #fecc02;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
	text-align: center;
	border: 1px solid #80671b;
}
.datecell, .datecelltoday {
	background-color: #000000;
	border: 1px solid #80671b;
	border-bottom: none;
	color: #fecc02;
	padding: 2px 3px 2px 3px;
}

.datecelltoday {
	background-color: #fecc02;
	border-bottom: 1px solid #80671b;
	color: #000000;
}

.filler, .fillerleft, .fillerright, .fillersingle {
	background-color: #cbb17b;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.fillersingle {
    border: 1px solid #000000;
}

.fillerleft {
	border-left: 1px solid #80671b;
}

.fillerright {
	border-right: 1px solid #333333;	
}

.eventscell, .eventscelltoday{
	padding: 2px 3px 2px 3px;
	border: 1px solid #80671b;
	background-color: #f6edd6;
	border-top: none;
	font-size: 70%;
}

.eventscelltoday {
	background-color: #ffffff;
}

/* END Calendar Formatting */

.linklist ul{
    padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
}

.linklist  a {
	display: block;
	text-decoration: none;
	font-size: 95%;
	color: #80671b;
	padding: 5px 5px 5px 0.5em;
	
}

.linklist li:hover a {
	font-weight: bold;		
	color: #000000;
}
