html, body {
height: 100%;
padding:0px;
margin:0px;
}
body {
	background: url('images/tile.jpg');
	;
	font-family: "Arial";
	font-size: 12px;
	color:#3B495A;
	padding:0px;
	margin:0px;
}
a, a:link {
text-decoration: underline;
color:#8C8C8C;
}
a:hover {
text-decoration: none;
color:#8C8C8C;
}
a:active {
text-decoration: underline;
color:#8C8C8C;
}

#container {
width: 756px;
height: auto !important;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom:0px;
}

#core_header {
width: 756px;;
height: 285px;
background: #FFFFFF url(images/header.jpg);
margin:0px;
padding:0px;
}

#header_text
{
	position:relative;
	right:15px;
	top:15px;
	font-size:14pt;
	color:#000066;
	font-family:"Arial Black";
	float:right;
}

img
{
 margin:5px;
}
#core_container2
{
	width: 756px;
	height:auto;
	position: relative;
	margin:0px;
	padding:0px;
	background-color: #000066;
}

#core_left {
margin: 0;
float: none;
width: 756px;
background-color: #FFF;
}
#core_right {
margin: 0;
float: right;
width: 756px;
min-height:250px;
color:#000;
background:#FFF;
}

.content-box
{
	height:auto !important;
	float:left;
	width: 740px;
	font-family: "arial";
	font-size: 10px;
	color:#000;
	margin-bottom:10px;
	margin-left:15px;
}
.tumb
{
 float: left;
 margin-right:5px;
 padding:0px;
}

.pagination
{
 margin-left:auto;
 margin-right:auto;
 text-align:center;
}

#footer {
visibility:hidden
}

#footer_line
{
 border-bottom: 1px ridge #000;
 margin:0px;
 padding:0px;
 width:720px;
 height:1px;
}

#footer_text
{
 color:#BCBCBC;
 font-size:10px;
 float:right;
 margin-right:30px;
 margin-top:15px;
}

#footer2
{
width: 742px;
padding-top:10px;
padding-left:14px;
text-align: center;
height:50px;
background:#FFF;
clear:both;
}


h2
{
font-family: "Verdana", Lucida Handwriting, sans-serif;
font-size:18px;
height:25px;
}
h3
{
font-family: "Verdana", Lucida Handwriting, sans-serif;
font-size:12px;
height:15px;
margin:0px;
padding:0px;
color:#8C8C8C;
border-bottom: 1px ridge #000;
margin-bottom:8px;
}
h3:first-letter {
font-size: 12px;
font-family: Verdana;
color: #000;
}
h4
{
font-family: "Verdana", Lucida Handwriting, sans-serif;
font-size:12px;
}
#nav {
	width:750px;
	height:22px;
	background-color:#a5cae5;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 1px;
}
#nav ul {
}
#nav li {
	display:inline;
	background-color:#245882;
	width:122px;
	height:22px;
	float:left;
	margin-left:3px;
	text-align:center;
}
#nav a {
	width:120px;
	height:19px;
	padding-top:3px;
	text-decoration:none;
	color:#a5cae5;
	font-weight:800;
	display:block;
}
#nav a:hover {
	color:#FFFFFF;
	font-weight:800;
}
