@charset "utf-8";
/* CSS Document Main */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

h2 {font-size: .9em;
}


h3 {font-size: .8em;
	margin-bottom: -.75em;
}

h4 {
	font-size: .8em;
	font-weight: normal;
	font-style: italic;
	list-style-type: none;
	margin-bottom: -1em;
}


p {
	font-size: .75em;
}

ul {
	font-size: 0.75em;
}

li {
	list-style-type:square;
}

ul a {
	font-size: inherit;
}


/* CONTAINER */

#container  {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 

/* HEADER */
#header  {
	background: #000;
	height: 150px;
	width: 780px;
} 

#header  h1  {
	margin: 0; 
}

/* TOP NAVIGATION BAR */
#topNav {
	padding: 5px 0;
	background: #000;
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;
	left: 0px;
	text-align: right;
	border-top:1px solid #fff;	
	border-bottom:1px solid #fff;	
	float:left; 
	width: 780px;
	position:relative;
}

#topNav ul {
	margin:0;
	}

#topNav li {
	float:right;
	list-style-type:none;	
	background-color:#000; 
	border-left:1px solid #fff; 
	}
	
#topNav li:first-child {
	border-left:1px solid #fff; 
	}

#topNav li:hover { 
	background-color:#FFF; 
	}
	
#topNav a {
    padding:0 6px; 
	text-decoration:none;	 
	color:#fff;	
	}
#topNav a:hover {
	color:#000;
	background:#FFFFFF;
	}

/* SIDEBAR */
#sidebar  {
	float: left;
	width: 130px; 
	background: #fff; 
	padding: 20px 0 15px 0px;
}
	

#sidebar a {
	text-decoration: none;
	color: #000;
}

#sidebar a:hover{
	background: #000;
	color: #fff;
}
#sidebar ul {
	border:0; 
	margin: 0 20px 12px 1.25em; 
	padding:0; 
}
	
/* a hack for IE Win only \*/	
* html #sidebar ul {
	border-bottom:2px solid #000;
	border-top:2px solid #000;
}


#sidebar li {
	border-bottom:1px solid #000; 
	list-style: none;
	margin:0; 
	padding:.3em 0; 
	text-indent:.5em
}

#sidebar li:first-child 	{
	border-top:2px solid #000;
	}
	
#sidebar li:last-child 	{
	border-bottom:2px solid #000;
	}
/*end of hack */

/* MAIN CONTENT */

#mainContent  { 
	margin: 0 0 0 130px; 
	padding: 30px 30px 20px 10px; 
} 


/* FOOTER */

#footer  {
	padding: 0 10px 0 20px; 
	background:#fff center;
	text-align: center;
	font-size: .8em;
	border-top: 1px solid #999999;
} 
#footer  p  {
	margin: 0; 
	padding: 10px 0; 
}

#footer  a  {
	color:#000;
	text-decoration: none;
}

#footer  a:hover  {
	background:#000;
	color: #fff;
}

/* FLOATS & CLEARFLOAT */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* CALENDAR */


#calendar table {
	width: 574px;
	padding: 2px;
	text-align: center;
	border: 1px;
}

#calendar th {
	width: 14%;
	background-color: #927B5C;
	font-size: .9em;
}

#calendar tr {
	vertical-align: top;
	font-size: 0.8em;
}
#calendar td {
	background-color: #E2D9CD;
}


#calendar p {
	font-size: inherit;
}

/* Internet Explorer * 
/*\*/ 
* html #content { 
    height: 200px;
} 
