/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	margin: 0px;
	background-color: #DDF5DE;
	text-align:center;
	background-image: url(Art/Bkground.gif);
}
#wrap

{
	width: 800px;
	height: auto;
	margin: 0 auto;
	border: 5px solid #FFFFFF;

}

a{
	color: #1a9943;
	text-decoration: underline;
}

a:link{
	color: #1a9943;
	text-decoration: underline;
}

a:visited{
	color: #1a9943;
	text-decoration: underline;
}

a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #1a9943;
}


h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #5CA25F;
	margin: 0px;
	padding: 0px;
	line-height: 2.0em;
}

h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 114%;
 color: #1a9943;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #1a9943;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 95%;
 font-weight: bold;
 color: #A9122A;
 margin: 0px;
 padding: 0px;
}

h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #A9122A;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

ul{
	list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
	list-style-image: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	padding: 0px;
	width: 100%;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background-repeat: no-repeat;

}
#header img {
	text-align: center;
	background-position: right top;
	background-image: url(Art/Bkground.gif);
}


#content{
	text-align:left;
	width: 100%;
	clear: both;
	visibility: visible;
	height: 100%;
	font-size: 90%;
	line-height: 1.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 5%;
	right: 5%;
	padding-top: 10px;
}

#leftbox{
	float: left;
	width: 70%;
	margin: 5px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#rightbox{
	width: 25%;
	float: right;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}


/************* #footer styles ***************/

#footer{
	float: none !important;
	text-align:center;
	clear: both;
	font-size: 75%;
	color: #5CA25F;
	background-color: #DDF5DE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	text-align: center;
	left: 5%;
	right: 5%;
	line-height: 1.5em;
	border: 2px solid #FFFFFF;
	}


.center {
	text-align: center;
}
.imgwrap {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;

}

/************* #Top Navigation Bar styles *************/

#navcontainer ul
{
	background-color: #5CA25F;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #2E0F48;
	padding: 0px 0px 0px 0;
	margin: 0px 0px 15px;
	background-position: center;
	text-align: center;
	text-indent: 0px;
}

#navcontainer ul li {
	display: inline;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	font-weight: bold;
}

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #5CA25F;
	color: White;
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	border: 1px solid #ffffff;
	font-weight: bold;
}

#navcontainer ul li a:hover
{
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #5CA25F;
}

#navcontainer ul li a:active
{
	background-color: #5CA25F;
	color: #FFFFFF;
	border: 1px solid #5CA25F;
	background-repeat: no-repeat;
	background-position: left center;
}
.red {
	color: #ffffff;
	background-color: #AA122B;
	line-height: 2.0em;
	font-weight: bold;
	margin-right: 4px;
	padding-left: 2px;
