﻿body, div, span, td, th, li, p {
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

a
{
    color:#321d00;     
    text-decoration:none;   
}

a:hover
{
    color:#321d00;     
    text-decoration:underline;   
}


.customtitle, .customtitle a{
    font-family: Trebuchet MS, Times New Roman;
    font-size:12px;
}

.ModuleTitle
{
    font-weight:bold;
    font-size:16px;        
    margin-left:10px;
}

.header
{
    font-weight:bold;
    font-size:14px;        
}
.boldText
{
    font-weight:bold; 
}
 
 .cleaner 
 {
	clear:both;
}

.box
{
    padding:0 10px;    
}

.msg
{
    color:Red;
    font-size:10px;    
    font-weight:bolder;
}

.nav, .nav a
{
    padding:0 10px;    
}

.txtoverlay
{
    color:#336699;        
}

.AdText
{
    font-size:12px;    
}

.AdTitle
{
    color:#0f2a59;
    font-size:16px;
    font-weight:bold;

}

.divLeftNav
{
    width:160px;
    border-left: 1px solid #336699;
    border-right: 1px solid #336699;
    border-bottom: 1px solid #336699; 
}

.divLeftNav a
{
    padding:0 5px;     
}

.divRightRail
{
    width:300px;
    border-left: 1px solid #336699;
    border-right: 1px solid #336699;
    border-bottom: 1px solid #336699; 
}

.divNews
{
    width:812px;
    margin-left:8px;
    border-left: 1px solid #336699;
    border-right: 1px solid #336699;
    border-bottom: 1px solid #336699; 
    display:inline-block;
}

.divCalendar
{
    width:300px;
    float:right;
    margin-left:8px;
    border-left: 1px solid #336699;
    border-right: 1px solid #336699;
    border-bottom: 1px solid #336699; 
}

.divMainContent
{
    width:505px;
    float:left;
    margin-left:8px;
    border: 1px solid #336699; 
}
a.graybtn{
    display: block;
    height: 25px;
    line-height: 25px;
    float: left;
    background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* W3C */
/*
	border-radius: 5px;
	-moz-border-radius:5px;
*/
	color: #666666;
	font-size: 13px;
	font-family: Arial, Sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 0 8px;
	margin:0 2px;
}
a.graybtn:hover, a.graybtn:hover{
	background: #666666;
		color: #fff;
}
a.graybtn:hover {background-position: bottom left}
.adheading
{ 
    color:#336699;
    font-weight:bold;
}
.adheadinglarge
{
    color:#336699;
    font-weight:bold;
    font-size:16px;
	text-transform: capitalize;
}
.adtext, .adtext a
{
    color:#333;    
}
.ad-single-container{margin-left: 20px;}
/*For the Prev/Next Buttons in Single Ad Display*/
.prev-next {width: 200px; float: right;}
