@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff; 
	margin: 0;
	padding: 0;
	color:#a6a6a6;
	}

h1 
{
color: #2280ab;
padding-top: 18px;
font-size: 24px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 
{
color: #2280ab;
padding-top: ?px;
font-size: 18px;
font-weight: bold;
font-family: Verdana, Arial, sans-serif;
}

.entryTitle a
{
color: #2280ab;
font-size: 14px;
font-weight: bold;
font-family: Verdana, Arial, sans-serif;
}

h3 
{
color: #2280ab;
font-size: 14px;
font-weight: bold;
font-family: Verdana, Arial, sans-serif;
}

h4 
{
font-weight: bold;
}

a {
	color: #2280ab;
	text-decoration: none;
	}

a:hover, a:active {
	color: #2280ab;
	}
	
p {
	font-size: 12px;
	}


#container { 
	width: 990px;  
	margin: 0 auto; 
	background: #ffffff; 
	color: #333333;
	border-left: 1px solid #585858;
	border-right: 1px solid #585858;
	position:relative;
	top:-5px;
}
	
#page {
	background-image: url("/media/img/bg.gif");
	background-position: center center;
	background-repeat: repeat-y;
	position:relative;
	top:-5px;
}

#header { 
	padding:0 0 0 8px;
	} 

#top {
	float: right;
	font-size: 13px;
	padding:0 25px 10px 0;
	margin:0;
	border-style: none;
	}
	
#top p {
	margin:0;
	}

#top a {
	color: #a6a6a6;
	text-decoration: none;
	}
	
#topbar {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	text-align:center;
	background-color:#2280ab;
	height:25px;
	padding:9px 3px 3px 3px;
	margin: 0 0 8px 0;
	}

#wrapper2 {
	margin: 0px 20px 0 8px;
	padding:0px 0 0 0;
	}

#logo {	
	width: 112px;
	height: 111px;
	float:left;
	padding-left:40px;
	}	

#logo img {	
	border:none;
}
img{	
	border: none;
	}
	
#sidebar {
	padding: 0 0 0 8px;
	float: left;
	width: 185px;
	margin: 35px 0 0 15px;
	font-size: 14px;
	font-weight:600;
	line-height: 1;
	background-color:#EDE4CD;
	}
	
#menu {
	border-top: 1px solid #666258;
	width: 180px;
}

#sidebar li a {
	text-decoration: none;
	color:#666258;
	margin-left: 5px;
	}

#sidebar li a:hover {
	color: #2280ab;
	}

#sidebar ul li {
	border-bottom: 1px solid #666258;
	padding: 8px 0 8px 0;
	list-style-type: none;
	}
	
#sidebar ul {
	width: 180px;	
	}

#mainContent { 
	float: left;
	width: 495px;
	padding: 0px 20px 10px 40px;
	margin: 0 0 10px 0;
	font-size:small;
	line-height: 1.2;
	min-height: 430px;
	} 

#mainContent ul li a {
	color: #ea9223;
	}

#mainContent ul li {
    list-style-type: disc;
	}
	
#mainContent ul li a:hover {
	color: #1b75a9;
	}

#mainContent ol li {
    list-style-type: decimal;
	}
	
#mainContent p img
	{
	position:relative;
	right:5px;
	}

#mainContent h2
	{
	position:relative;
	top:15px;
	}

#mainContent p
	{
	padding: 10px 0 0 0;
	}

	
#rightContent { 
	float: left;
	width: 165px;
	padding: 0px 20px 10px 40px;
	} 
	
	
	

#footer { 
	background: #2280ab;
	border-top: 5px solid #ffffff;
	position:relative;
	top: 26px;
	} 

#footer p {
	margin: 0;
	padding: 7px 0;
	font-size: 12px;
	color: #ffffff;
	text-align:center
	}

#footer a {
	color: #a6a6a6;
	text-decoration: none;
	}

	
#bottombar {
	padding:3px;
	margin: 0 0 8px 0;
	}
	

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

.gallery-photo {
float: left;
width: 180px;
padding: 10px 10px 20px 10px;
margin:10px;
font-weight: 500;
height: 200px;
}

 label {
	display:block;
	font-weight: bold;
}
.required{
	background-image: url("/media/img/asterisk.gif");
background-repeat:no-repeat;
background-position:right top; 
padding-right: 6px;
}