body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/darkgreenbarbg.gif);
	margin-top: 10px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #339966;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 95% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: bold 90% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h6{
 font: 85% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/*************** list tag styles ***************/

ul{
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 96%;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/*************** holder styles ***************/

#holder {
	width: 760px;
	text-align: left;
	margin: 0 auto 0 auto;
	background: #FFFFFF;
	top: 50px;
	background-image: url(../images/holder_bg.gif);
}

/*************** header styles ***************/

#header {
}

/*************** nav bar styles ***************/

#nav {
	width: 140px;
	float: left;
	padding: 15px 10px;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #99CC66;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/*************** content area styles ***************/

#content {
	margin: 0 0 0 165px;
	padding: 15px;
}
#footer {
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-size: 80%;
	color: #736B5E;
	background-image: url(../images/footer_bg.gif);
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
p {
	font-size: 80%;
}
#content p {
	line-height: 130%;
}
.calendarLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #877D6C;
	border-left-color: 877D6C;
	padding: 1px 3px;
	background-color: #FFFFCC;
	font-size: 80%;
}
.calendarRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #877D6C;
	border-left-color: #877D6C;
	padding: 1px 3px;
	background-color: #CCFFCC;
	font-size: 80%;
	font-weight: bold;
}
.calendarSep {
	background-color: #006600;
	height: 5px;
}
.storySep {
	background-color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.storyNletr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 10px 5px;
}
.storyLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}
.storyRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}
.pixTextL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	padding: 3px;
	font-weight: bold;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: center;
}
.pixTextR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFFFCC;
	border: 1px solid #000000;
	padding: 3px;
	text-align: center;
}
.pixText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	background-color: #FFFFCC;
	border: 1px solid #000000;
	padding: 3px 5px;
}
