/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color:#333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#F4FFE4;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-weight:bold;
	font-size: 120%;
	color: #334d55;
	margin: 30px 0px 20px 0px;
	padding: 0px;
	text-align:center;
	width:auto;
}
h2{
 font-family: Verdana,Arial,sans-serif;
 font-size:medium;
 color: #993300;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
	font:14px Verdana,Arial,sans-serif;
	font-weight:bold;
	color: #334d55;
	text-align:center;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	width: 100%;
}

#navBar{
  float: right;
	width: auto;
	margin: 0px;
	padding: 0px;
	border: 1px solid #5C743D;
}

#pageNav{
	float:right;
	width:inherit;
	height:auto;
	padding-right:0px;
	background-color:#D5EDB3;
	font: small Verdana,sans-serif;
}

#pageNav iframe.SideBarInfo{
	float: right;
	padding-right:0px;
}

.sideBar {
	width:18.2em;
/*	width:15.5em;*/
	height:36em;
}

#headlines{
 	float:left;
	width:auto;
	border-right: 1px solid #F4FFE4;
	border-bottom: 1px solid #F4FFE4;
	padding-right: 10px;
}

#content{
  	float: left;
	width:45%;
/*	width: 45%;*/
}
#contentCalendar{
  	float: left;
	width:40%;
	margin:20px 20px 0px 20px;
/*	width: 45%;*/
}
#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}
	
.logo {
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
}
#tagline 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.3em;
/*	line-height:13px;*/
	line-height:18px;
	font-size:12px;
}
#tagline2	{	
	font:11px Arial, Helvetica, sans-serif;
/*	color: #993300;*/
	letter-spacing:.2em;
/*	line-height:13px;*/
	line-height:18px;
	font-size:12px;
}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
	
.monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
.dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.2em;
	background-color:#99CC66;
	font-weight:bold;
	}

#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.2em;
	background-color:#99CC66;
	}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
}
	
.dashedline {
	background-color:#99CC66;
	background:url(../Images/mm_dashed_line.gif);
	width:4px;
	height:3px;
	border:0px;
}
.pageName{
	font: 18px Arial, Helvetica, sans-serif;
	color: #99CC66;
	line-height:26px;
	letter-spacing:.21em;
	}
	
.subHeader {
	font:bold 14px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}

/***********************************************/
/* Class Styles                                */
/***********************************************/

.highlight-justify-even {
	font-size:12px;
	background-color: #D5EDB3;
	text-align:justify;
	width:auto;
}
.highlight-justify-odd {
	font-size:12px;
	background-color: #99cc66;
	text-align:justify;
	width:auto;
}
.highlight-center-odd {
	font-size:12px;
	font-weight:bold;
	background-color: #99cc66;
	text-align:center;
	width:auto;
}
.highlight-center-even {
	font-size:12px;
	font-weight:bold;
	background-color: #D5EDB3;
	text-align:center;
	width:auto;
}

.rustText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	color:#993300;
}
.bodyText {
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}

.boldText {
	font-weight:bold;
	letter-spacing:.09em;
/*	text-align:justify;*/
}

.pageName{
	font: 18px Arial, Helvetica, sans-serif;
	color: #99CC66;
	line-height:26px;
	letter-spacing:.21em;
	}

.borderRight_green {
	border-right:solid;
	border-right-width:1px;
	border-right-color:#99CC66;
	}
	
.borderBottom_green { 
	border-bottom:groove;
	border-bottom-width:2px;
	border-bottom-color:#99CC66;
	}
	
.borderTop_green { 
	border-top:groove;
	border-top-width:2px;
	border-top-color:#99CC66;
	}

.borderBottomandRight_green {
	border-right:solid;
	border-right-width:1px;
	border-bottom:groove;
	border-bottom-width:2px;
	border-color:#99CC66;
	}
	
.borderBottomandTop_green { 
	border-bottom:groove;
	border-bottom-width:2px;
	border-top:groove;
	border-top-width:2px;
	border-color:#99CC66;
	}
	
.ulStyle{
	line-height:1.5em;
	text-align:justify;
}
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 0px 0px 0px 0px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 10px 0px 5px 0px;
/*	padding: 30px 0px 5px 0px; */
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}
/************** table formating ***************/
.tableEvent {
	width:95%;
	text-align:center;
	border-color:#669966;
	border-style:groove;
	margin: 0px 0px 0px 30px;
}

.tableEntry {
/*	width:99%;*/
	background-color:#f4ffe4;
	border:#99CC66 thin solid;
	font-size:11px;
	font-weight:bold;
	padding:0px;
}
.tableCaption {
	margin-bottom:5px;
	font-size:large;
	font-weight:bold;
}

.borderTableEntry_green {
 	border-right:groove;
	border-right-width:2px;
 	border-left:solid;
	border-left-width:1px;
 	border-top:solid;
	border-top-width:1px;
	border-bottom:groove;
	border-bottom-width:2px;
	border-color:#99CC66;
	}
	
.borderList_green {
 	border-right:groove;
	border-right-width:2px;
 	border-left:solid;
	border-left-width:1px;
 	border-top:solid;
	border-top-width:1px;
	border-bottom:groove;
	border-bottom-width:2px;
	border-color:#99CC66;
	font-size:12px;
	font-weight:bold;
	background-color: #D5EDB3;
	text-align:center;
	width:auto;
	}
/************** .story styles *****************/

/*.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 11px;
}*/

.story{ 
	padding: 10px 10px 10px 10px;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #334d55;
	background-color:#FFFFFF;
	border:#99CC66 double;
}

.storyHeading{
	font:14px Verdana,Arial,sans-serif;
	font-weight:bold;
	background-color:#d5edb3;
	color: #334d55;
	letter-spacing:.3em;
	text-align:center;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 0px 0px 0px 0px;
	font-size:10px;
	font-weight:bold;
	}

#advert img{
	display: block;
}

.smallText {
font-size:11px;
font-weight:bolder;
width:319px;
color:#993300;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 80%;
	width:auto;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.headlinesText {
	color:#993300;
	 font-weight:bold;
}
