body
{
	margin-top: 0;
	padding: 0;
	border: 0;
	
	background-color: #e8f7f9;
	background-image: url(   'images/bg3.png' );
	background-repeat: no-repeat;
	background-position: 50% top;
	font-family: Verdana, Arial;
	text-align: center;
}

.outer
{
	background-color: #fff;
	width: 879px;
	margin: 0px auto;
	
}

.container
{
	text-align: left;
}

.header
{
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	background:#FFFFFF;
	text-align:right;
}

.menu2{
margin-top:-14px;width:870px; color:#FFFFFF; font-size:14px;padding-left:10px;
width: 880px;
	height: 30px;
	font-family: Trebuchet MS;
	text-align: left;
	background-image: url('images/nav_bg4.png');
	background-repeat: repeat-x;
}

.menu
{
	width: 880px;
	height: 30px;
	font-family: Trebuchet MS;
	text-align: left;
	background-image: url('images/nav_bg4.png');
	background-repeat: repeat-x;
}

.menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu li
{
	float: left;
	height: 27px;
	font-family: Trebuchet MS;
	margin-left: 20px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.menu a
{
	height: 40px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

.menu a:hover
{
	color: #c5d652;
}
.content
{
	height: auto;
	margin: 10px 10px 10px 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 20px;
	min-height: 200px;
}

.pagetitle
{
	padding-bottom: 5px;
}

#footer
{
	height: 100px;
	width: 880px;
	padding:10px;
	text-align:right;
	font-size:10px;
	margin:auto;
	color:#666666;
	text-transform:lowercase;
	
}

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

.footer p
{
	padding-top: 60px;
	padding-left: 10px;
	color: #fff;
}

.content h1
{
	color: #3167ab;
	font-family: Tahoma;
	display: inline;
	font-weight: normal;
	font-size:24px; 
}

.content h3
{
	display: inline;
	color: #666;
	font-weight: normal;
}

.content p
{
	line-height: 1.5em;
	font-size: 10pt;
	padding-top: 2px;
	color: #333;
}

.content li
{
	line-height: 1.5em;
	font-size: 10pt;
	list-style-type: square;
	color:#000000;
}

.content h4
{
	display: inline;
	color: #17365d;
}

.content .intro
{
	font-weight: normal;
	color: #3167ab;
	font-size: 12pt;
	padding-top: 5px;
}

.content hr
{
	color: #888;
	background-color: #888;
	height: 1px;
}

.content a
{
	
	text-decoration:none;
	
}

.content img {
padding:20px;
}

.content ul{
	padding-left:40px;
}
.cat
{
	border: 1px solid #ccc;
	background: #f2f2f2;
	margin: 10px;
	padding: 10px;
}

#library
{
	padding: 10px;
	border: 1px solid #ccc;
	margin-left: 30px;
	margin-right: 30px;
}

.bartitle p
{
	color: #3167ab;
	font-weight: bold;
	font-size: 12pt;
}

.menu .active
{
	background-color: #fff;
}

.menu .active a
{
	color: #000;
}

