html{
overflow-y: scroll;
}

body {
height: 100%;
padding:0px;
margin:0px;
font-family: "Arial";
font-size: 11px;
color:black;
padding:0px;
margin:0px;
}
a,a:link {
text-decoration: none;
font-weight: bold;
border-width: 0;
/* link color? */
color:green;
}
a:hover {
text-decoration: none;
font-weight: bold;
/* link color when mouse is over? */
color:purple;
}
a:active {
/* link color when clicking on it ? */
text-decoration: none;
font-weight: bold;
color:green;
}

#container {
width: 800px;
height: auto !important;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom:auto;
}

img{
border: none;
/* space between images and text */
margin:5px;
}

#core_header {
width: 800px;
height: 185px;
/* Change the top banner here! */
background: #FFFFFF;
margin:0px;
padding:0px;
}

#core_menu {
margin: 0px;
float: none;
width: 800px;
/* Change the background color of the menu */
background-color: white;
}

#core_content {
/*padding-top: 10px;*/
padding-top: auto;
margin: auto;
float: right;
width: 800px;
min-height:250px;
background:#FFF;
}

.content-box
{
 height:auto !important;
 float:left;
 text-align:justify;
 width: 800px;
/* text font */
 font-family: "arial";
/* text size */
 font-size: 13px;
/* text color */
 color:black;
 margin-bottom:5px;
 margin-left:0px;
 margin-top:10px;
}
.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:1px;
}

#footer_text
{
 color:#000000;
 font-size:11px;
 float:center;
 margin-right:0px;
 margin-top:1px;
}

#footer2
{
width: 800px;
padding-top:0px;
padding-left:0px;
text-align: center;
height:40px;
#height:50px;
background:#FFF;
clear:both;
}
.up{
position: relative;
bottom: 5px;
}

h2
{
font-family: "Verdana", Lucida Handwriting, sans-serif;
font-size:18px;
height:25px;
}


/* Section titles properties */
h3
{
font-family: "Verdana", Lucida Handwriting, sans-serif;
font-size:13px;
height:auto;
#height:20px;
margin:0px;
padding-top:0px;
/* Section titles color */
color:black;
border-bottom: 1px ridge #000;
margin-bottom:8px;
}

/* First letter of section titles properties */
h3:first-letter {
font-size: 13px;
font-family: Verdana;
color: black;
}
.down{
position: relative;
top: 3px;
}

h4
{
font-family: "Verdana", Lucida Handwriting, sans-serif;
font-size:12px;
}

#navcontainer li {
padding: 13px;
margin: 18px;
color:#FFF;
display:inline;
position:relative;
height:25px;
font-size:11px;
padding-left:0px;

}

/* menubar properties */

#navcontainer a:link {
display:inline;
/* color of menu items */
color:green;
text-decoration: none;
font-family:Verdana;
font-size:11px;
font-weight:bold;
margin:0px;
height:25px;
}
#navcontainer a:visited {
display:inline;
/* color of visited menu items */
color:green;
text-decoration: none;
font-family:Verdana;
font-size:11px;
font-weight:bold;
margin:0px;
height:25px;
}
#navcontainer a:hover {
margin:0px;
/* color of menu items when mouse over*/
color:purple;
font-size:11px;
text-decoration: none;
}


