@charset "utf-8";
body {
	background: #F60;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container  {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
}
#header  {

}
#nav  {
	background: #F00;
	color: #FFF;
	font-weight: bold;
	border-top: medium solid #DD5800;
	border-bottom: medium solid #DD5800;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	text-decoration: none;
	display: inline;
	border-style: none;
	list-style: none;
}
ol li {
	padding-bottom: 10px;
	padding-right: 10px;
}

#nav a:link , #nav a:visited{
	color: #FFF;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #0C0;
	text-decoration: none;
}
#mainContent  {
	padding: 0 0 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#events    {
	background: #FFF9DD;
	border: 3px solid #F60;
	float: left;
	margin-top: 5px;
	padding: 5px;
}
.orangeTxt {
	font-weight: bold;
	color: #F63;
}

.FAST {
	font-style: italic;
	font-weight: bold;
	color: #F00;
}
.SmallType {
	font-size: 10px;
}
.MedType {
	font-size: 12px;
}
.graySep {
	border-right: 1px solid #E9E9E9;
}


.clrFLT {
	clear: both;
}
#notifyForm {
	border: 4px solid #F00;
	background: #FFC;
	font-size: 10px;
}
#header h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 5px 5px;
}

#mainContent h1 {
	font-size: 18px;
	font-weight: bold;
}


#notifyList {
	margin: 5px 5px 5px 655px;
	border: 3px solid #0C0;
	padding: 5px;
	width: 300px;
}
#footer  {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	border-top: thin solid #F00;
	text-align: center;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a:link, #footer a:visited {
	color: #0C0;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover, #footer a:active {
	color: #B9FFB9;
	text-decoration: none;
}
.orangeBox {
	color: #FFF;
	background: #F60;
	border: 2px solid #F00;
	padding: 5px;
	font-weight: bold;
}

