﻿body 
{
    font-size: 8pt; 
    font-family: Georgia, Serif; 
    color: #ffffff;
    background:#000;
}

#siteBanner
{
    width:760px;
    height:40px;
    top:5px;
    margin-left: 10%; 
    margin-right: 10%;   
    position:relative;  
    border-bottom:solid 1px #ff660f;  
    /*border: solid thin red;*/
}

#siteNavigation
{
    width:760px;
    height:30px;
    top:5px;
    margin-left: 10%; 
    margin-right: 10%;   
    position:relative;  
    z-index:100;        
    /*border: solid thin yellow;*/
}

#pageContent
{
    width:760px;
    height:500px; 
    top:5px;
    margin-left: 10%; 
    margin-right: 10%;   
    position:relative;
    /*border: solid thin green;*/
    overflow:auto;

    scrollbar-track-color:"#000000";
	scrollbar-face-color: #000000;	
	scrollbar-3dlight-color: #FF660F;
	scrollbar-highlight-color: #FF660F;
	scrollbar-shadow-color: #FF660F;
	scrollbar-arrow-color: #FF660F;	
	scrollbar-darkshadow-color: #FF660F;
	scrollbar-base-color: #000000;
	overflow-x:hidden;
}

#pageFeature
{
    position:relative;
    padding: 5px 10px 5px 10px;
}

#pageLatestNews
{
    position:relative;
    padding: 5px 10px 5px 10px;
}

.image
{
	border: 1px solid #FF660F;
	border-width: 1px 1px 1px 1px;
}

.pageNameImg
{
    padding: 5px 0 5px 0;
}

a 	{color:#FF660F; font-weight:bold; text-decoration:none}
a:link 	{color:#FF660F; font-weight:bold; text-decoration:none}
a:hover {color:#FFFFFF; font-weight:bold; text-decoration:none}
a:visited {text-decoration:none}

ol li
{
    padding: 12px 0 0 0;
}

.title
{
    font-size:14px; font-weight:bold;
}