/* General */

body 
{
font: 10px Arial, Helvetica, sans-serif;
}



 ul {padding-left: 2.5em; margin-left: 0;}
/* Header Image */

#header 
{
	position:absolute;
	left: 14px;
	top: 0px;
}

/* Navigation Bar*/

#nav-menu ul
{
display: inline; 
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
display: inline; 
float: left;
margin: 0 0em;
padding: 0;
text-align: center;
}

#nav-menu li a
{
	background:  #ffffff bottom left repeat-x;
	height: 1.4em;
	line-height: 1.2em;
	float: left;
	width: 8em;
	display: block;
	border: 0.05em solid #95AAc7;
	color: #000099;
	text-decoration: none;
	text-align: center;
	font-weight: bold;

}

/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a
{
	float: none;
}
/* End IE5-Mac hack */

#nav-menu
{
	width:730px;
	position: absolute;
	left: 14px;
	top: 126px;
	font-size:12px;
}


/* Schedule Section */

#sched
{
	position:absolute;
	padding:.5em .5em .5em 5px;
	width:165px;
	border:1px #26a solid;
	left: 563px;
	top: 155px;
}

#sched h3, #poll h3 {
font-size:12px;
text-transform:uppercase;
	margin:-5px;
	margin-bottom:0px;
	padding:3px;
	color:#fff;
	background-color:#95aac7; border-bottom:2px dotted #F2DB6F;}

#sched ul, #poll ul
{
font-size:10px;
list-style: none;
padding: 0;
margin: 0;

}

#sched li, #poll li
{
	float: none;
	margin: 0 ;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;	
	line-height: 1.4em;
}

/* Main Content and News */

#content
{
	position:absolute;
	padding: .5em .5em .5em .5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0 0.15em;
	border:1px #26a solid;
	left: 13px;
	top: 155px;
	width: 521px;
	height: 350px;
	overflow:auto;
}
#content p
{ font-size:12px }

#content H1 {
font-weight:bold;
	font-size:16px;
	margin:0px;
	border:0px;
	padding-right:8px;
	text-transform:capitalize;
	color:#fff;
	background-color:#95aac7; border-bottom:2px dotted #F2DB6F;
}


#content H2, #photobox H2 {
	font-weight:bold;
	font-size:14px;
	color:#333;
	margin:0px;
	border:0px;
	padding-right:8px;
	text-transform:capitalize;
	
}

#phonelist
{
	font-weight:bold;
	font-size:10px;
	color:#333;
	margin:0px;
	border:0px;
	padding-right:8px;
	text-transform:capitalize;
}

/* Full screen Content */

#photobox
{
	position:absolute;
	padding: .5em .5em .5em .5em;
	font-size:10px;
	margin: 0 0.15em;
	border:1px #26a solid;
	left: 13px;
	top: 155px;
	width: 728px;
	height: 350px;
	overflow:auto;
		float: left;
}

#photobox a
{ display: inline;
}

/* Poll Section */

#poll 
{
	position:absolute;
	padding:.5em .5em .5em 5px;
	width:165px;
	border:1px #26a solid;
	left: 563px;
	top: 290px;

}


/* Footer - Copyrights */
#footer
{
	position: absolute;
	padding: .4em .4em .4em .4em;
	width: 728px;
	border: 0;
	font-size: 12px;
	text-align: center;
	left: 16px;
	top: 522px;
	font-size:x-small;
}
#footer a
{
color:#999999;
}

.textcross {
	text-decoration: line-through;
}
