/*

NOTE: TO CHANGE THE DISTANCE BETWEEN THE MENU ITEMS, SCOLL DOWN TO FIND THE VALUE WHICH IS LABELED WITH A COMMENT

*/

html, body {
height: 100%;
padding:0px;
margin:0px;

}
body {
	background: #193a80;
	font-family: Arial;
	font-size: 14px;
	color:#006699;
	padding:0px;
	margin:0px;
	text-align:center;
	vertical-align: text-bottom;
	word-spacing: normal;
	font-weight: bold;
}
a, a:link {
text-decoration: underline;
color:#0066FF;
}
a:hover {
text-decoration: none;
color:#0066FF;
}
a:active {
text-decoration: underline;
color:#0066FF;
}

#container {
width: 800px;
height: auto !important;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom:0px;
}

#core_header {
width: 800px;;
height: 110px;
background: #FFFFFF;
margin:0px;
padding:0px;
}

#header_text
{
 position:relative;
 right:15px;
 top:15px;
 font-size:18pt;
 color:#000000;
 font-family:"Arial";
 float:right;
}

img
{
 margin:0px;
}
#core_container2
{
width: 800px;
height:auto;
position: relative;
margin:0px;
padding:0px;
background-color: #FFFFFF;
}

#core_left {
margin: 0;
float: none;
width: 800px;
background-color: #FFFFFF;
}
#core_right {
	margin: 0;
	float: right;
	width: 800px;
	color:#006699;
	background:#FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
}

.content-box
{
 height: auto!important;
 float:left;
 width: 800px;
 font-family: "arial";
 font-size: 12px;
 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:800px;
	height:auto;
	background-color: #FFFFFF;
}

#footer_text
{
	color:#FF0000;
	font-size:14px;
	float:none;
	margin-right:30px;
	margin-top:15px;
	background-color: #FFFFFF;
	padding-top: 20px;
}

#footer2
{
width: 800px;
padding-top:10px;
padding-left:14px;
text-align: center;
height:80px;
background:#FFF;
clear:both;
}


h2
{
font-family: "Arial";
font-size:18px;
height:25px;
}
h3
{
font-family: "Arial";
font-size:14px;
height:15px;
margin:0px;
padding:0px;
color:#8c8c8c;
border-bottom: 1px ridge #000;
margin-bottom:8px;
}
h3:first-letter {
font-size: 15px;
font-family: Verdana;
color: #000;
}
h4
{
font-family: "Arial";
font-size:12px;
}


#navcontainer li {
	padding: 0px;
	margin:0px;
	color:#FFF;
	display:inline;
	position:relative;
	height:20px;
	/* CHANGE THE FOLLOWING VALUE TO INCREASE THE SPACE BETWEEN THE MENU ITEMS */
padding-left:10px;
	background-color: #FFFFFF;

}

#navcontainer ul {
	margin:0;
	width: 800px;
	list-style-type: none;
	height:25px;
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom: 5px;
}
#navcontainer a, #navcontainer a:visited {
display:inline;
color:#0066FF;
text-decoration: none;
font-family:Verdana;
font-size:11px;
font-weight:bold;
margin:0px;
height:25px;
}
#navcontainer a:hover {
margin:0px;
color:#0066FF;
text-decoration: underline;
}
