 
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #E5E5E5;
}

#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	visibility: visible;
}

#container {
	width: 800px;
	border: 1px solid #68923e;
	text-align: left;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0em;
	background-color: #FFFFFF;
	clear:both;
} 
#header {
	background-image: url(../Images/Logo/bar.jpg);
	height: 200px;
	width: 800px;
	background-repeat: no-repeat;
} 
#header h1 {
	margin: 0; 
	padding: 10px 0;
}


#sidebar1 {
	float: left;
	width: 190px;
	padding-bottom: 20px;
	padding-right: 30px;
	height: 100%;
	padding-top: 20px;
	min-height:100%;
}

#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}


#menu
{
	z-index:auto;
}

#contentholder
{
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
}

#mainContent {
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	
}
 
#footer {
	background-color: #FFFFFF;
	background-image: url(footerbar.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #494949;
	border-top-width: thin;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #68923e;
	border-right-color: #68923e;
	border-bottom-color: #68923e;
	border-left-color: #68923e;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 20px;
} 
#footer p {
	margin: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/*Menus*/

ul#side-menu {
	width: 100%;
	list-style: none;
	margin: 0px;
	font-size:78%;
	border: 1px none #cecece;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}
ul#side-menu li {
	line-height: 1.5em;
}
ul#side-menu li a {
	display: block;
	width: 180px;
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #dedede;

}

ul#side-menu li a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #cdcdcd;
	border-right-color: #cdcdcd;
	border-bottom-color: #cdcdcd;
	border-left-color: #cdcdcd;
	color: #0000FF;
	font-weight: bolder;
}

#slantedmenu{
	font-weight: bold;
	font-size: 78%;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#slantedmenu ul{
	text-indent: 10px;
	padding: 3px 0;
	margin: 0;
	background-color: #68923e;
	border: 1px solid #bebebe;
	text-align: left; /*set value to "center" for example to center items*/
	
}

#slantedmenu ul li{
	display: inline;
}

#slantedmenu ul li a{
	color: #FFFFFF;
	padding: 3px 0;
	padding-right: 25px;
	margin: 0;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../Images/slantdivider.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#slantedmenu ul li a:visited{
	color: #FFFF66;
} 

#slantedmenu ul li a:hover{
	color: #FF9900;
}


/* Miscellaneous classes for reuse */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.MoreInfo {
	padding:0px 0px 0px 18px;
	background-color: transparent;
	background-image: url(../Images/info.png);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link
{
	color:#5D4F12;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color:#006699;
	text-decoration: none;
}

a:hover
{
	color:#68923E;
	text-decoration:none;
}

.Heading_Main
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #68923E;
	font-style: italic;
}

.Heading_Sub
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #68923E;
}

.News_H
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	background:#68923E;
}
