@charset "utf-8";
/* CSS Document */

body{
 height:100%;
 margin:auto;
 padding:6px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
}



#mainLogoBox {
	position: absolute;
      left: 50%;
      top: 50%;
      width: 400px;
      height: 360px;
      margin-left: -200px; /* half of width */
      margin-top: -190px;  /* half of height */
}


.mainpage {
	margin:auto;
	width:790px;
}

.topBox {
	margin:auto;
	clear:both;
	margin-bottom:40px;
}

.topLogo {
	float:left;

}

.topRight {
 float:right;
}

.navBar {
	margin:auto;
	background-color:#666666;
	height:27px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-indent: 6px;
}

.content {
 margin:auto;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#009933;
	letter-spacing: 0.05em;
	margin-top:0px;
	padding-top:0px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#669933;
	letter-spacing: 0.05em;
}

p{
	font-size:12px;
}

p.note {
	font-size:11px;
	font-style:italic;
	width:770px;
	margin:auto;
}

.pageDesc {
	width:440px;
}

.fullPage {
	clear:both;
	padding:8px;
	min-height:210px;
}

.mainCatBox {
	width:29%;
	height:250px;
	float:left;
	margin:10px;
	padding-left:10px;
	text-align:justify;
	border-left:dotted 1px #CCCCCC;
}

.mainCatBox2 {
	
	float:left;
	margin:10px;
	padding-left:10px;
	text-align:justify;
	border-left:dotted 1px #CCCCCC;
}

.mainFootBox {
	
	border-top:dotted 1px #CCCCCC;
	
}

.typCatBox {
	margin:10px;
	margin-bottom:40px;
	padding-left:10px;
	text-align:justify;
	border-left:dotted 1px #CCCCCC;
}


ul.subCats {
	list-style-type:circle;
	font-size:12px;
	width:100%;
	clear:both;
}

ul.subCats li {
	float:left;
	margin-left:4px;
	text-align:left;
	padding-right:30px;
}

a {
	color:#339933;
	text-decoration:none;
}

a:hover {
	color:#AFBC12;
	text-decoration:underline;
}


/* sample pages */

.anchorLinks{
	 height:30px;
	 text-align:left;
	 clear:both;
}
.anchorLinks2{
	 height:30px;
	 text-align:left;
	 clear:both;

}

.anchorLinks a{
	margin-left:40px;

}

.sampleHeaderBox{
	width:780px;
	height:26px;
	margin:auto;
	background-color:#999999;
	padding:0px;
}

.sampleHeaderBox h2 {
 color:#F0F0F0;
 padding:4px;
}

.sampleArea {
 width:778px;
 background-color:#ECECEC;
 margin:auto;
}

.sampleBox {
	width:180px;
	height:230px;
	float:left;
	margin-left:12px;
	margin-top:10px;
	text-align:justify;
	background-color:#FFFFFF;
}


.sampleBox img {
 width:180px;
 height:180px;
}

.sampleBox p {
	margin-top:4px;
}

.sampleAreaSpacer {
width:700px;
height:60px;
clear:both;
}

/* Photo Pages */

.photoBox {
	width:360px;
	height:360px;
	float:left;
	margin-left:22px;
	margin-top:10px;
	text-align:justify;
	background-color:#FFFFFF;
}

.photoBox img {
 width:360px;
 height:270px;
}

.photoBox p {
 font-size:14px;
 font-weight:bold;
}

table.spedTbl{
	width:560px;
	margin:auto;
}
table.spedTbl th{
	border-bottom:solid 1px #000000;
}