@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#003366;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}
	p, ol, li {font-size:small;}
img {border:0px;}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:25px;
	margin-bottom:25px;
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header{
	border-bottom: 1px solid #000;
	text-align: right;
	background-image:url(images/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navbar{
	margin:0px;
	padding-top: 15px;
	padding-bottom:7px;
	padding-right:5px;
}

.navigation{
padding-bottom:8px;
padding-left:8px;
padding-right:8px;
padding-top:22px;
background-image:url(images/navbg.jpg);
font-size:small;

}
.navigationfocus{
padding-bottom:8px;
padding-left:8px;
padding-right:8px;
padding-top:20px;
background-image:url(images/navbg2.gif);
font-size:small;
}
a{
color:#003366;
}
a.navigation, div.footer a, a.navigationfocus{
color:#FFFFFF;
text-decoration:none;
}

div.leftcolumn a{
color:#003366;
text-decoration:none;
}
div.leftcolumn a.darkgreen{
color:#003366;
text-decoration:none;
}
div.leftcolumn p{
margin:5px;

}
p.darkgreenbg{
	background-color:#99CC33;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	
}
p.lightgreenbg{
padding-left:5px;
}
p{
line-height:18px;
}
h3{
text-transform:capitalize;
font-size:small;
color:#003366;
}
h3.intro{
text-transform:none;

}
h4{
color:#fff;
font-size:small;
font-weight:normal;
margin-left:5px;
margin-right:20px;
}

#container img.bordered{
	border: 1px solid #000;
	margin-left:30px;
}
img.bordered{
	border: 1px solid #000;
}
#mainContent {
	background-image: url(images/leftcolumnbg.gif);
	background-color:#FFFFFF;
	background-position: left top;
	background-repeat: repeat-y;
}
div.leftcolumn {
	float: left;
	margin: 0em;
	width: 190px;
	height:100%;
	padding:5px;
	  
	}
div.floatermainright{
	float: left;
	margin: 0;
	width: 560px;
	padding:10px;
	background-image: url(images/maincontentbg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

 div.clearing {
 clear:left;
 padding:0px;
 margin:0px;
 }
  div.footer {
 clear:left;
 text-align:center;
 padding-top:10px;
 padding-bottom:10px;
 margin:0px;
 color:#FFFFFF;
 font-size:11px;
 background-color:#669900;
 border-top:1px solid #000;
 }
  div.footer p{
   margin:0px;
   padding:0px
   }
   table.gallery{
	width:540px;
  
   }
   td{
   
   	text-align: center;
	vertical-align: text-top;
	
	}
table.gallery img{
	border: 1px solid #000000;
	margin: 2px;
	vertical-align: top;
	margin-left: 8px;
	margin-right: 8px;
   }
   table.gallery p{
   margin:0px;
   }
 table.gallery a{
 font-style:italic; 
   }
   
/*GALLERY PAGES*/
div.galleryimgbox {
	float: left;
	margin: 0.7em;
	margin-right: 0;
	width: 22em;
	margin-bottom:0em;
}

form{
margin:0px;
margin-left: 1.8em;
}
input
{
color:#FFFFFF;
background:#669900;
border:0px
}

div.labeltext {
	float: left;
	margin: 0.7em;
	margin-right: 0;
	width: 22em;
	margin-bottom:0em;
}
div.labeltext p{
	margin: 0;
	margin-top: 5px;
}
h2{
font-size:medium;
font-style:italic;
	color:#003366;
}
div.detailimg{
	float: left;
	margin: 0.7em;
	margin-right: 0;
	width: 16em;
	margin-bottom:0em;
	
}
div.gallerybody{
	float: left;
	margin: 0.7em;
	margin-right: 0;
	width: 28em;
	margin-bottom:0em;
}
 div.gallerybody p{
 margin: 0;
 }
 /*Theme pages*/
 div.themeimg{
	float: left;
	margin: 0
}
 div.themeimg p{
	padding-right:10px;
}
div.themeimg img{
margin-right:10px;
margin-bottom:10px;
border: 0px;
}
.subnavigation{
margin-top:20px;
padding:8px;
background-color:#99CC33;
font-size:small;
font-weight:normal;
}
a.subnavigation{
color:#003366;
text-decoration:none;
}
#scrollbox {
  width:402px;
  height:240px;
  overflow:auto;
  font-size:small;
  padding:10px;	
 border: 1px solid #CCCCCC;
}
#scrollbox a{
font-weight:bold;
}

.mainthemeimg{
	float: left;
	margin-right: 20px;
}
a.boardlink {
	color:#0033CC;
	font-weight:bold;
}

