/*

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-color: #4b4b4b;
background: url('images/background.jpg');
font-family: "Arial";
font-size: 11px;
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: 856px;
height: auto !important;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom:0px;
}

#core_header {
width: 856px;
height: 250px;
background: #FFFFFF url(images/banner.jpg);
margin:0px;
padding:0px;
}

#core_container2
{
width: 856px;
height:auto;
position: relative;
margin:0px;
padding:0px;
background-color: #FFF;
}

#core_left {
margin: 0;
float: none;
width: 856px;
background-color: #FFF;
}
#core_right {
margin: 0;
float: right;
width: 856px;
min-height:250px;
color:#000;
background:#FFF;
}

.content-box
{
 height:auto !important;
 float:left;
 width: 820px;
 font-family: "Verdana";
 font-size: 12px;
 font-weight: bold;
 color:#000000;
 text-align: justify;
 margin-bottom:10px;
 margin-left:15px;
}

.pagination
{
 margin-left:auto;
 margin-right:auto;
 text-align:center;
}

.content_text
{
 color:#0064FF;
 font-family: "Verdana";
 font-size: 14px;
 font-weight: bold;
 text-align: left;
}

#footer {
visibility:hidden
}

#footer_line
{
 border-bottom: 1px ridge #000;
 margin:0px;
 padding:0px;
 width:820px;
 height:1px;
}

#footer_text
{
 color:#000;
 font-family: "Verdana";
 font-size: 11px;
 font-weight: bold;
 text-align: right;
 margin-top: 8px;
 margin-right: 30px;
}

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


h2
{
font-family: "Verdana";
font-size:18px;
height:25px;
}
h3
{
font-family: "Verdana";
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";
font-size:12px;
}


#navcontainer li {
padding: 0px;
margin:0px;
display:inline;
position:relative;
height:25px;

/* CHANGE THE FOLLOWING VALUE TO INCREASE THE SPACE BETWEEN THE MENU ITEMS */
padding-left:10px;
padding-right:10px;

}

#navcontainer ul {
margin:0;
padding: 0px;
width: 856px;
list-style-type: none;
height:25px;
position:relative;
text-align: center;
padding-top:10px;
padding-bottom:20px;
}
#navcontainer a, #navcontainer a:visited {
display:inline;
color:#000000;
text-decoration: none;
font-family:Verdana;
font-size:14px;
font-weight:bold;
margin:0px;
height:25px;
}
#navcontainer a:hover {
margin:0px;
color:#0064FF;
text-decoration: none;
}



