
body {
	
	width:760px;
	background-color:#F6F6F6;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size: small;
	margin-left: auto; 
	margin-right: auto;
	margin-top: auto;
	margin-bottom:auto;
	padding: 0px;
	text-align: center; /*to align page center*/
}

img{
	padding:10px;
	border:none;
}


/*******************************************/
/************  Page Containers  ************/
/*******************************************/
div#container {
	width:100%;
	background-color:#fff;
	text-align: left; /*to counter act text aligning center in body*/
	border-left: 0px solid #00ff00;
}

/********************/
/* Header Container */
/********************/
#header{
	border:0px solid #ff0000;
	text-align:center;
	/* width:770px;*/
}

#header img{
	padding:0px;
	border:none; 
	
}

#header #logo{
	background-image: url("../images/headerbackground2.gif");
	padding:0px;
	border:0px solid #ff0000;
	background-repeat: repeat-x; 
}

/*******************************************/
/************     Event Table     ************/
/*******************************************/

#contentright div.events{
	color : #99c7e7;
	background-color : transparent;	
	margin-bottom : 11px;
	padding : 10px;
	line-height : 140%;
	border : 1px solid #509fd6;
}


#contentright div.events ul{
	margin : 0;
	padding : 0;
	line-height : 180%;
	list-style-type: disc;
	list-style-position: inside;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

#contentright div.events ul li{
	font-size: 1em;
	font-weight:normal;
	background-color : transparent;
}

.rightSide {
	float: left; 
	margin-top:2em;
	width: 100%;
	text-align: center;
	color: #ffffff;
	background-color: #000066;	
	font-size: 1em;
	border:none;
	
}

.rightSide br{
	line-height : 80%;
}

.rightSide ul{
	margin: 1px;
	padding: 7px;
	font-size:1em;
	line-height : 180%;
	list-style-type: disc;
	list-style-position: inside;
	text-align: left;
	background-color: #ffffff;
	color:#000066;
}

.rightSide ul li{
	color:#000066;
	font-size: 1em;
}

.rightSide ul li.title{
	list-style-type: none;
	list-style-position: outside;
	color:#000000;
	font-size:1em;
}


/********************/
/* Footer Container */
/********************/
div#footer {
	width:100%;
	height:100px;
	padding-top: 1em;
    padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top: 1px solid #000000;
	/* background-image: url("images/footerbackground2.gif" );*/
	/* background-repeat: repeat-x;*/
}
div#footer h4{
	font-size: .8em;
	text-align: center;
	color:#000000;
	border:none;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
}
div#footer h5{
	font-size: .6em;
	color:#000000;
	border:none;
	text-align: center;
	font-style: italic;
}
/*******************************************/
/************     General Classes    ************/
/*******************************************/





/*******************************************/
/************     Menu     ************/
/*******************************************/
#tabbar {
	float:left;
	width:100%;
	margin:auto;
	text-align:center;
	padding: 0px;
	font-size:1em;
	background-color:#FFCC66;
}

#tabbar ul {
	
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#tabbar li {
	
	float:left;
	width:auto;
	list-style-type:none;
	padding:0px;
	margin: 0 0px 0 0;
	font-weight: bold;
	text-align: center;
	vertical-align: text-bottom; 
}

#tabbar li a {
    padding: 4px;
	text-decoration:none;
	display: block; 
}

#tabbar li a:active {
}

#tabbar li a:hover {
	display: block;
	text-decoration: none;
}

#tabbar li a:visited {
	padding: 4px;
	text-decoration:none;
	display: block;
}

#navcontainer ul
{
padding-left: 0;
margin: auto;
background-color: #ffcc66;
color: #ffffff;
float: left;
width: 100%;
white-space: nowrap;
text-align:center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #ffcc66;
color: #000066;
text-decoration: none;
float: left;
border-right: 1px solid #ffffff;
}

#navcontainer ul li a:hover
{
background-color: #000066;
color: #ffffff;
}


/*******************************************/
/************     Link Tags     ************/
/*******************************************/
a:link {
	color: #333333;
	border: none;
}
a:visited {
	color: #000000;
	border: none;
}
a:hover {
	color: #FF0000;
	border: none;
}
a:active {
	color: #990000;
	border: none;
}
/*******************************************/
/**************     Admin     **************/
/*******************************************/
div#container div#adminMain{
	text-align: center;
}
div#container div#adminMain div#adminConfirm{
	text-align: center;
	width: 50%;
	margin: 0px auto;
}
div#container div#adminMain div#adminLeft{
	text-align: right;
	width: 50%;
	float: left;
}
div#container div#adminMain div#adminRight{
	text-align: center;
	width: 50%;
	float: left;
}

div#container div#adminDescription{
	text-align: left;
	width: auto;
	margin: 5px 0px;
	padding: 5px;
	border: 3px outset #CCCCCC;
}
/*******************************************/
/*********    Float Correction     *********/
/*******************************************/
div.fixFloat{
	clear: both;
}

