﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
	}
#container {
	background-color: #fff;
	width: 1024px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: center;
	background-color: #0D0D0D;
	width: 1024px;
	height: 110px;
	
	
}
#mastheadleft 
{
    text-align: center;
    padding-top:24px;    
    width: 250px;
    float:left;
    height: 109px;
    position: relative;
    
}

#mastheadright 
{
    width: 768px;
    float:right;
    height:106px;
    position: relative;
}

#navigation {
	background-color: #545454;
	overflow: hidden;
}
#column_l {
	width: 685px;
	margin: 3px;
	float: left;
	padding: 0px;	
	position: relative;
    top: 0px;
    left: 0px;
}
#column_r {
	width: 320px;
	margin: 1px;	
	padding:  1px;
	background-color: #a9a924;
	position: relative;
}
#column_ads {
	width: 330px;	
	margin: 1px;	
	float: right;
	padding:0px;
	background-color: #fff;
	border-style:solid;
	border-color:Gray;
	border-width: 0px;
	position: relative;
}
#footer {
	width: 1024px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: blue;
	text-decoration:none;
	
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.WrapDiv
{
    margin:4px;
}
.HomeDiv
{
    border-style:solid;
	border-color:Gray;
	border-width: 2px;
	
	
}
.HomeLeft
{
    float:left;    
    width:335px;
    margin-right:6px;
    margin-bottom:6px;
    position:relative;
    
}
.HomeRight
{
    float:right;    
    width:335px; 
    margin-right:6px;
    margin-bottom:6px;
    position:relative;
    
}
.HomeHeader
{
    background-color:#a4a4a4;
    color:black;
    font-weight:bold;
    font-family:Arial,Times New Roman,Verdana;
    font-size:medium;    
   
}
.SubHeaderDiv
{
    background-color:#a4a4a4;
    color:#151515;
    font-weight:bold;
    font-family:Arial,Times New Roman,Verdana;
    font-size:small;    
    padding-left:4px;
    margin-right:5px;       
    position:relative;
}
.SlideShowdiv
{
     
     height:325px; 
     background-color:#a4a4a4;
     color:#111111;     
     font-family: Arial;
      background-image:url("/images/back.jpg");
    background-repeat:repeat;  
    border-width:1px;
    border-color:Gray;
    border-style:solid;

    

}
.GetMostdiv
{
        
     height:500px; 
     background-color:#a4a4a4;
     color:#111111;     
     font-family: Arial;
     margin-top:6px;
      background-image:url("/images/back.jpg");
    background-repeat:repeat; 
     background-repeat:repeat;  
    border-width:1px;
    border-color:Gray;
    border-style:solid; 
}
.TopSlideDiv
{
    
    position:absolute;    
    filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	
    
    
}
.RestSlideDiv
{
    
    position:absolute;    
     filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	 
    
}
.SlideHeader
{
    font-size: 20px;
    padding-top:6px;
    text-align:center;
    font-weight:bold;
     

   
    
}
.GetMostHeader
{
    font-size: 12px;
    padding-top:10px;
    margin-left:10px;
    text-align:left;
    font-weight:bold;
    
}

.SlideBody
{
    font-size: 13px;
    margin:4px;
    text-align:left;
    font-weight:normal; 
     

    
    
}

.SlideBody a {
	color: #000099;
	text-decoration: underline;
}
.SlideBody a:hover {
	color: #000044;
	text-decoration: underline;
}

.GetMostBody
{
    font-size: 13px;
    padding-top:4px;
    text-align:left;
    font-weight:normal;
    
}
.SlideBody ul
{
    list-style-type:square;   
     
    
    
}
.SlideBody li
{
      
    font-weight:normal;
    margin-top:6px;     
    margin-bottom:12px;
       
        
}

.GetMostBody ul
{
    list-style-type:circle; 
    margin-top:5px;
    margin-bottom:5px;
   
    
    
}
.GetMostBody li
{
      
    font-weight:normal;
    margin-top:5px;
    margin-bottom:15px;
    
        
}
.SlideFooter
{
    font-size : 10px;
    margin-top:0px;
    margin-left: 30px;
    text-align:left;
    font-weight:normal; 
     
}
.SlideFree
{
    font-size : 20px;
    margin-top:75px;
    margin-left:4px;
    margin-right:4px;    
    text-align:center;
    font-weight:normal;
}
.Morediv
{
    padding-top:0px;
    margin-top:0px;
    text-align:right;
    padding-right:20px;
}

.HomeFont
{
    
    color:#110000;
    font-weight:lighter;
    font-size:11pt;
    font-family:Verdana,Times New Roman,Arial;
    
}
.Bullet li
{
    margin-top:0px;
    margin-bottom:6px;
    
}
.HeaderDiv 
{
    background-color:#000000;
    color:White;
    font-weight:bold;
    font-family:Arial,Times New Roman,Verdana;
    font-size:small;
    width:100%;
    text-align:left;
    padding-left:4px;
    position:relative;
    padding-top :5px;
    
}

.BodyDiv 
{
    background-color:#EDEDED;
    color:Black;
    font-weight:normal;
    font-family:Arial,Verdana,Times New Roman;
    width:100%;
    padding-left:4px;
    padding-top: 10px;
    padding-bottom:4px;
    
}
.internalDiv
{
    padding-left: 0px;
    padding-bottom:4px;
    padding-top: 4px;
}