body{
	font-family: Arial,sans-serif;
	font-size:12px
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

#wrapper{
	width: 780px;
	margin: 0 auto;
	border: 1px solid #CDDE80;
}

#masthead{
	margin: 0;
	padding:0;
	width: 100%;
}

#text_layer{
	width: 480px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color: #BBCA76;
	text-align:justify;
}

#text_layer2{
	width: 480px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color: #BBCA76;
	text-align:justify;
}

/********************* navigation **********************/

#navBar{
	background-color: #22320E;
	text-align:center;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 3px solid #344C15;
}

/********************* navigation - location **********************/

#home .home, #contact .contact, #about .about{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #7CD6F8;
	text-decoration: none;
}

/********************* content **********************/

#container{
	width: 100%;
	margin: 0;
	padding: 5px 0px 0px 0px;
	background-image:url(../images/front_image.jpg);
	background-repeat:no-repeat;
}

#content{
	float:left;
	width: 510px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000000;
	margin: 0;
	padding:0px 12px 0px 5px;
}

#sidebar{
 	float:right;
	width: 215px;
	font-family:Geneva, Arial, Helvetica, san-serif;
	font-size:12px;
	color: #000000;
	margin:0px;
	padding:0px 10px 0px 20px;	
}

/********************* footer **********************/
#siteInfo{
	clear: both;
	text-align:center;
	font-size: 10px;
	color: #BBCA76;
	padding: 10px 0px 5px 0px;
	margin-top: 5px;
	background-color:#22320E;
	border-top: 6px solid #344C15;
}

/************** text **************/

.phocredit{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
	color: #000000;
	}
	
#menu p{margin:5px 0;
}

#sidebar p{margin:5px 0;
}	

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

h1{
 font: bold 24px Arial,sans-serif;
 color: #3F5B7B;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 18px Georgia, "Times New Roman", Times, serif;
 color: #3F5B7B;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 14px Arial,sans-serif;
 color: #3F5B7B;
 margin: 0px;
 padding: 0px;
}

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

a:link, a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #6F8D40;
	text-decoration: none;
}

a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #CEE2BA;
	text-decoration: none;
}

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

ul{
 list-style-type: square;
}

/********************* image **********************/

.content img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
}

#sidebar img{
	float:none;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

/********************* decor **********************/

.divider{
	font-family: Arial, sans-serif;
	line-height: 1.166;
	color: #7CD6F8;
}

/********************* new links **********************/
#sidebar a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #00199A;
}

#sidebar a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #00199A;
}

#sidebar a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #C5AD1D;
}

#content a:link{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #00199A;
	font-weight: bold;
}

#content a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #00199A;
	font-weight: bold;
}

#content a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #314396;
	font-weight: bold;
}

/*********** #sidebar link styles ***********/

#sidebar ul a:link, #sidebar ul a:visited {display: block;}
#sidebar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidebar li {border-bottom: 1px solid #ffffff;}

/* fix for browsers that don't need the hack */
html>body #sidebar li {border-bottom: none;}