﻿body 
{
	margin: 0px;
	padding: 0 0;
	font: 11px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	color: #282828;
	text-align: center;
	background-color:#333333;
}

p
{
	font-size:11px;
	text-align:justify;
	line-height:16px;
}

a 
{
	color: #7D940E;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}


h3
{
	font-size:14px;
	color: #7D940E;
}

h4
{
	font-size:13px;
	margin:0px;
	color: #7D940E;
	padding-bottom:10px;
}

#container 
{
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	border:solid 1px #000000;
}

#head 
{
	width: 750px;
	margin:0;
}


.top_head_banner
{
	float:right;
	width:200px;
	height:120px;
	background-position:-12px 12px;
}

#mainnav 
{
	width: 750px;
	height: 40px;
	vertical-align:baseline;
	text-align:center;
	background:url(images/menu_bg.gif);
}

#mainnav .item 
{
	height:40px;
	border:solid 1px #D7E039;
	font-weight: bold;
	text-align:center;
	color: #ffffff;
}

#mainnav .selected 
{
}

#mainnav .hover 
{
	height:40px;
	color:#336600;
	text-decoration:none;
}
	
#mainnav .hover1
{	
	color:#336600;
	font-weight:bold;
	text-decoration:none;
}

.popitem
{ 
	margin:0 auto;
	height:22px;
	width:175px;
	padding: 0 4px;
	border-bottom: solid 1px #CCCC33;
	border-right:solid 1px #CCCC33;
	border-left:solid 1px #CCCC33;
	color:#7D940E;
	background-color: #F9F9E3;
	text-align: left;
}

#area 
{
	
	width: 750px;
	height: 40px;
	background: url(images/area.gif) repeat-x;
	padding-top:14px;
	z-index: 100;
}

#main 
{
	margin: auto;
	background-color:#FCFCF3;
	width: 750px;
	height: auto; 
}

#content_left 
{
	background: #FCFCF3 url(images/container_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	padding:30px 30px 30px 30px;
	width: 445px;
	height:auto;

}

#content_right
{
	float:left;
	width: 240px;
	height:auto;
	background-color:#FCFCF3;
}

#welcome 
{
	background-position:12px 0px;
	padding:10px;
	width: 750px;
	height:20px; 
}

.spacer
{
	width:auto; clear:both; 
}

hr
{
	display:none;
}

#footerbg
{
	background: url(images/footer_.jpg);
	width: 100%;
	height:94px;
}

#footer 
{
	text-align:center;
	font-size:10px;
	color:#FFFFFF;

}

#footerlinks
{
}
 
#footertext
{
	color:#7D940E;
}

#footer a 
{
	background: none;
	padding: 0px;
	color:#7D940E;
	font-weight:bold;
}

#footer a:hover
{
	text-decoration:underline;
}

.sidebarcontainer /* in user controls */
{
	margin:0 auto;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	background: url(images/sidebar_bg.jpg) no-repeat;
}

.sidebarcontainer a 
{
	color: #7D940E;
	text-decoration:none;
}

.sidebarcontainer a:hover 
{
	text-decoration:underline;
}

#sidebarcontainerheadtext /* in UserControls */
{
	padding-top:10px;
	padding-bottom:5px;
	font-size:110%;
	font-weight:bold;
	text-transform:capitalize;
	Color:#7D940E;
}

.pageHeading
{
	padding-bottom: 10px;
	text-transform:capitalize;
	font-size:125%;
	font-weight:bold;
	color:#7D940E;
	text-align:center;
}


#photofooter
{
	width:100%;
	background-color:#99CC33;
	height:30px;
	color:#FFFFFF;
}

#photofooter a 
{	
	color: #FFFFFF;
	padding-left:5px;
}

#photofooter a:hover{text-decoration:underline;padding-left:5px;}

#photogallery
{
	width:100%;
	margin:0;
}


.PhotoGalleryBg
{	
	background:White; 
}

.PhotoGalleryBg a
{
	color:Black;
}
	 
.PhotoGalleryBg a:hover
{
	color:Black; 
	text-decoration:none;
}

.PhotoGalleryContent
{	
	/*border: gainsboro 1px solid; */
}

#photogalleryhead
{
	
}

.AlbumBg
{	
	background-color:#EAEDB7;
	padding-top:20px;
}

.AlbumName
{
	background-color:#EAEDB7;
	height:20px;
	font-weight:bold;
	padding-top:5px;
	color: #7D940E;
}

.footermargin
{
	padding-top:5px;
	padding-left:5px;
	padding-right:20px;
}

.warningMessage
{
	color: Red; 
	text-align:Left; 
}