body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.166;	
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	background-color:#ffffff;
}

p.small{
	font-size:10px;
}

#pageContainer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#pagecell1{
	position:relative;
	width:100%;
	background-color: #ffffff;
	margin-top: 10px;
	clear: left;
	/*border: 1px solid #334d55;*/
}

#masthead{
	position: relative;
	top: 0px;
	width:810px;
	height: 40px;
	letter-spacing:1.25em;
	background-color:#ffffff;
	color: #000000;
	text-align: center;
	font-size: 25px;
}

#masthead img{
	position:relative;
	background-color: #ffffff;
}

#navwrapper{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	/*background-color:#d3af3d;*/
	/*height of the nav bar*/
	height: 81px;
	margin: 4px 0 0 0;
	width: 788px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#nav, #nav ul{
	width: 680px;
	float:left;
	color: #d3af3d;
	padding: 0;
	/* top margin determins vertical position of menu */
	margin: 15px 0 0 5px;
	font-size: 13px;
	font-weight:bold;
	list-style:none;
	z-index:999;
}

/*modify second padding value to change width*/
#nav a{
	display: block;
	padding: 0.25em 1px;
	text-decoration:none;	
	color: #000000;
}

#nav a:hover{
	text-decoration:underline;	
}

#nav li{
	float: left;
	padding:0 8px; /*determines the spacing between the top level menu items*/
	border-right:1px solid #000000;
}

#nav li.last{
	float: left;
	padding:0 8px; /*determines the spacing between the top level menu items*/
	border-right: 0;
}

#nav li ul{
	position: absolute;
	width: 19em;
	left: -999em;
	height:auto;
	margin: 0;
	font-size:10px;
	background-color:#000000;
	padding:3px;
}

#nav li ul a{
	color:#ffffff;
	font-weight:bold;
	padding:3px;
}

#nav li ul li{
	margin-left: -5px;
}

#nav li:hover ul{
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#content{
	padding: 0;
	margin:0px 0px 0px 0px;
	/*border-left: 1px solid #ccd2d2;*/
	position:relative;
	clear: left;
}

#siteInfo{
	font-size: 10px;
	background-color: #ffffff;
	padding: 8px;
	text-align:center;
	color: #666666;
	width:772px;
	border-bottom: 1px solid #000000;
}

#siteInfo2{
	font-size: 10px;
	background-color: #ffffff;
	padding: 8px;
	text-align:center;
	color:#666666;
}

#popUpContent{
	padding: 20px;
}
/* ;asldkfj;dsalkfjdsa;klfjdsl;kjdsafkl;dsjfkl;dsjkldsjdsl;kfjdsakl;f */

a:link, a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:link.large, a:visited.large{
	font-size:18px;
}



h1{
	font-size: 24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #000000;
	letter-spacing:.25em;
}

h2{
	font-size: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #000000;
	letter-spacing:.25em;
}

h3{
	font-size: 14px;
	color: #000000;
	margin-bottom:0;
}

h4{
	font-size: 12px;
	color: #000000;
	margin-bottom:0;
}



/* BEGIN - Blog Entries */

.BlogDate{
	font-size: 16px; 
	background-color:#cccccc; 
	color: #ffffff; 
	font-weight:bold; 
	padding: 5px;
}

.BlogEntry{
	/*border: 1px solid #cccccc; 
	padding: 0 10px 10px 10px; 
	margin: 8px 0 8px 0;*/
}

/* //END - Blog Entries */

.required{
	color:#FF0000;
	font-weight:bold;
	font-size:150%;
}

.reddot{
	color: #bf0614;
	font-weight:bold;
}

.copyright{
	font-size: 10px;
}
