/* CSS Document */
body	{	font-family:Arial, Helvetica, sans-serif;
			font-size:0.75em;
			background: #ffffcc url(images/faux.jpg) repeat-y 50%;
			height:100%;	}
h2	{	margin-top:5px;font-size:0.88em;}
h3	{	font-size:2em; color:#fff;padding-top:12px;#padding-top:35px;}
h4	{	text-align:center; font-size:1.25em; margin-top:15px;}
h5	{	font-weight:bold;	margin:0;	font-size:inherit; #font-size:0.98em;}
h6	{	color:#fff;	font-size:.75em;	margin:0;	padding:0; letter-spacing:.5em;}

a img {border:none;}
a:link, a:visited	{color:#000; text-decoration:none;}
a:hover		{color:#D4A017; text-decoration:none;}

a.menu:link, a.menu:visited	{color:#fff;	font-weight:bold;	letter-spacing:1px; z-index:500; text-align:center;}
a.menu:hover {text-decoration:underline;z-index:500;}

a.menu2:link, a.menu2:visited	{color:#fff;	font-weight:bold;	letter-spacing:1px; z-index:500; text-align:left;}
a.menu2:hover {text-decoration:underline;z-index:500;}

label		{	margin-left:100px;	display:block;	width:15em;	float:left;	text-align:right;	color:#666;		}
input		{	margin-left:285px;	display:block;	}
textarea	{	margin-left:285px;	display:block;	width:220px;}

/* header */

#bgroundLeft {
	position:absolute;
	left:0px;
	right:50%;
	margin-right:410.5px;
	#margin-right:409px;
	top:0px;
	height:500px;
	background:url(images/bground.jpg) repeat-x;
	z-index:5;
	}
#bgroundRight {
	position:absolute;
	right:0px;
	left:50%;
	margin-left:409.5px;
	#margin-left:409px;
	top:0px;
	height:500px;
	background:url(images/bground.jpg) repeat-x;
	z-index:5;
	}
#header {
	position:absolute;
	left:50%;
	margin-left:-410.5px;
	#margin-left:-410px;
	top:0px;
	z-index:50;
	}
#leftFade {
	position:absolute;
	left:50%;
	margin-left:-410.5px;
	#margin-left:-410px;
	top:150px;
	background:url(images/leftFadeLower.jpg) repeat-y;
	z-index:50;
	}
#rightFade {
	position:absolute;
	left:50%;
	margin-left:399.5px;
	#margin-left:400px;
	top:150px;
	background:url(images/rightFadeLower.jpg) repeat-y;
	z-index:50;
	}
#infoBar {
	position:relative;
	padding:7px 5px 0 5px;
	border:none;
}

/* calendar */

#calendar {
	position:absolute;
	top:150px;
	bottom:0px;
	width:784px;
	left:50%;
	background:#fff;
	margin-left:-392px;
	overflow:auto;
	z-index:10;
}
#calendar p {
	margin:0;
	font-size:0.9em;
}
#calendar ul {
	width:763px;
	list-style:none;
	margin:0px;
	padding:0px;
}
#calendar ul li {
	width:99px;
	_width:98px;
	float:left;
	height:83px;
	#height:85px;
	background:#eee;
	margin:2px 0px 2px 4px;
	padding:3px;
	overflow: hidden;
}
#calendar ul li.day {
	font-weight:bold;
	background:#fff;
	height:15px;
	text-align:center;
}
#calendar ul li.month {
	width:760px;
	height:100px;
	text-align:center;
	padding:0px;
}
#calendar ul li.blank {
	background:#fff;
}
#calendar ul li.space {
	background:#fff;
	width:750px;
	height:10px;
}

/* info */

#info {
	position:absolute;
	top:150px;
	bottom:0px;
	width:784px;
	left:50%;
	background:#fff;
	margin-left:-392px;
	overflow:auto;
	z-index:10;
}
#info ul {
	width:763px;
	list-style:none;
	padding:0;
	margin:0;
}
#info ul li {
	width:320px;
	height:180px;
	float:left;
	padding:10px 0 10px 0;
	margin:0 0 0 50px;
	border-bottom:#CCC 1px solid;
	z-index:30;
}
#info ul li.month {
	width:760px;
	height:100px;
	text-align:center;
	padding:0;
	margin:-2px 0 0 4px;
	border:none;
	z-index:60;
}

/* content */

#content {
	position:absolute;
	top:150px;
	bottom:0px;
	width:784px;
	left:50%;
	background:#fff;
	margin-left:-392px;
	overflow:auto;
	z-index:10;
	}
#contentPad {
	position:relative;
	padding:0 50px 0 50px;
}

/* links */

#comLinks {
	position:absolute;
	left:50%;
	margin-left:-320px;
	width:640px;
	top:160px;
	}
#comLinks ul {
	width:650px;
	list-style:none;
	padding:0px;
}
#comLinks ul li {
	width:210px;
	height:50px;
	float:left;
	margin:2px;
	padding:0 0 0 2px;
	overflow: hidden;
}


/* menu */

#topMenu {
	position:absolute;
	left:50%;
	margin-left:-385px;
	#margin-left:-380px;
	top:115px;
	width:800px;
	z-index:500;
}

#nav, #nav ul {
	padding:0;
	margin:0 10px 0 0;
	list-style:none;
	z-index:500;
}

#nav a {
	display: block;
	float:none;
	z-index:500;
}

#nav li {
	float:left;
	padding:0 20px 0 20px;
	z-index:500;
}
#nav li ul li {
	padding:5px 10px 5px 10px;
	float:none;
	z-index:500;
	}
#nav li ul {
	position: absolute;
	left: -999em;
	background-color:#01197d;
	z-index:500;
}

#nav li:hover ul {
	margin-left:-9px;
	left: auto;
	z-index:500;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index:500;
}


