/*some settings for both the body and html sections*/

body,
html {
    margin: 0;
    padding: 0;
	background-color: #EAEAEA;
	/*background-color: #EBF4D9;*/
    }


/*some settings just for the body*/
body {
	min-width:800px;
}

a:link, a:visited, a:hover {
	color: #3B3BFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}




#Main {
	background-color: #FFFFF9;
	/*background-image: url(background3.png); */
    margin:0 auto;
    width:800px;
	border: 1px solid #003B7E
	}
	
#Header {
	width:800px;
	vertical-align: middle;
	background: #FFFFF9;
	border-top: 3px solid #003B7E;
	border-bottom: 1px solid #003B7E;
}

#Header h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: left;
	text-indent: 10px;
	margin: 0px;
	padding: 4px 0px 4px 0px;
}
	

#NavBar {
	width: 130px;
	/*height: 300px;*/
	margin:2 auto;
	float: left; 
	background-color: #6B9BC3;

}

#NavBar a {
	color: #000;
	text-decoration:none;
	}

#NavBar ul {
	display: block;
	}

#NavBar li {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
		font-size: 90%;
	list-style: none; 
	padding: 2px 0px 2px 0px; 
	display: block;
	color: #000000;
}


#NavBar ul a:link, 
#NavBar ul a:visited {
	display: block;
}


#NavBar a:hover {
	text-decoration: none; 
}

#NavBar li:hover{
	background-color: #E6E6E6;
}

#NavBar ul {
	list-style: none;  
	margin: 0px; 
	padding: 0px;  
		text-indent: 10px;
	
}

#Content {
	width:610px;
	margin:2 auto;
	background: #FFFFF9;
	padding: 10px;
	float: left;
}


.ContentItem {
	width:600px;
	padding: 10px;
	float: left; 
}

.ContentItem li {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	text-align: left;
	list-style: circle inside;
}


.ContentItem p {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}

.ContentItem h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: #5F9EA0;
	border-bottom: 1px solid #E7EDF5;
}

.ContentItem a {
	text-decoration: underline;
}

.ContentItem h1 a {
	color: #83B4AD;
}

.ContentItem h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}	


html>body #Content #NavBar{
	position:fixed;
} 

#BottomBar {
	width:800px;
	height:30px;
	background-color: #FFFFF9;
	clear: both;
	border-top: 1px solid #003B7E;
	border-bottom: 2px solid #003B7E;
	vertical-align: middle; 

}

#BottomBar p {
	color: #969696;
	text-align: center;
	font-size:12px;
	padding: 10px 10px 0px 10px;
	margin-top: 0px;

}

.rightImage {
	float: right;
	clear: both;
	margin: 10px 0px 5px 15px;
	padding: 0px;
}

.leftImage {
	float: left;
	clear: both;
	margin: 10px 15px 5px 0px;
	padding: 0px;
}

/*

	BGCOLOR="#FFFFFF"
    TEXT="#000000"
    LINK="#0000FF"
    VLINK="#8686FF"
    ALINK="#FF0000"


a:link, a:visited, a:hover {
	color: #115500;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.backgroundColor {
	background: #EBF4D9;
}


body,
html {
    margin: 0;
    padding: 0;
	background: #EBF4D9;
    color:#000;
    }
	
body {
    min-width:800px;
    }
	

	
#Main {

	
	background-image: url(images/background3.png); 
    margin:0 auto;
    width:800px;
	border: 1px solid #336600;

    }


#Header {
	width:800px;
	vertical-align: middle;
	background: #FFFFF3;
	border-top: 3px solid #336600;
	border-bottom: 1px solid #336600;
}

#Header h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: left;
	text-indent: 10px;
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

#NavBar {
	width: 130px;
	float: right; 
	background-color: #CCDDB8;

}


#NavBar a {
	color: #000;
	text-decoration:none;
	}

#NavBar ul {
	display: block;
	}

#NavBar li {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
		font-size: 85%;
	list-style: none; 
	padding: 2px 0px 2px 0px; 
	display: block;
	color: #000000;
}


#NavBar ul a:link, 
#NavBar ul a:visited {
	display: block;
}


#NavBar a:hover {
	text-decoration: none; 
}

#NavBar li:hover{
	background-color: #dddddd;
}

#NavBar ul {
	list-style: none;  
	margin: 0px; 
	padding: 0px;  
		text-indent: 10px;
	
}







#Content {
	width:610px;
	background: #FFFFF3;
	padding: 10px;
	float: left;
}


.ContentItem {
	width:600px;
	padding: 10px;
	float: left; 
}

.ContentItem li {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	list-style: circle inside;
}


.ContentItem p {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

.ContentItem h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: #BA3B3E;
	border-bottom: 1px solid #D9E7BD;
}

.ContentItem a {
	text-decoration: underline;
}

.ContentItem h1 a {
	color: #BA3B3E;
}

.ContentItem h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}	



#BottomBar {
	width:800px;
	height:30px;
	background-color: #FFFFF3;
	clear: both;
	border-top: 1px solid #336600;
	border-bottom: 2px solid #336600;
	vertical-align: middle; 

}

#BottomBar p {
	color: #999;
	text-align: center;
	font-size:12px;
	padding: 10px 10px 0px 10px;
	margin-top: 0px;

}


.body {
	font-size:12px;
}


html>body #Content #NavBar{
	position:fixed;
}

.rightImage {
	float: right;
	clear: both;
	margin: 10px 0px 5px 15px;
	padding: 0px;
}

.leftImage {
	float: left;
	clear: both;
	margin: 10px 15px 5px 0px;
	padding: 0px;
}


*/

