﻿/* Standard HTML Components Redefined */

a 
{
	text-decoration: none;
	color: #3DAEE0;
}

a:hover
{
	text-decoration: underline;
}

p {
	padding: 0px;	
	margin-top: 3px;
}

/* User-Defined classes for layout */

.header{
	width: 730px;
	padding: 0px 0px 4px 0px;
	border: none;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.header td a{
	text-decoration: none;
	color: #929393;	
}
.header td a:hover{
	text-decoration: none;
	color: #ccc;	
}
.header-links{
	padding-bottom: 10px;
	vertical-align: bottom;
}
.logo{
	text-align: right;
	vertical-align: bottom;
}
.topimage 
{
	width: 730px;
	height: 185px;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}
.mainmenu{
	background-color: #727272;
	color: #fff;
	font-size: 11px;
	width: 710px;
	height: 17px;
	padding: 2px 10px 0px 10px;
}
.mainmenu a{
	color: #cfcfcf;
	text-decoration: none;
	padding-right: 18px;
	padding-left: 12px;
	background-image: url(/images/nav-seperator.gif);
	background-repeat: no-repeat;
	/* border-right: dotted 1px #cfcfcf;  */
}
.mainmenu a:hover{
	color: #3DAEE0;
	text-decoration: underline;
	background-image: url(/App_Themes/Blue/nav-seperator.gif);		
}
.mainmenu .active
{
	color: #3DAEE0;
	background-image: url(/App_Themes/Blue/nav-seperator.gif);	
}

.leftads{
	width: 189px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	color: #666;
}

.box{
	border: 1px dashed #999;
	font-size: 11px;
	margin: 5px 0px 5px 0px;
	padding: 0px 5px 2px 10px; 
}

.box a
{
	color: #3DAEE0;
	text-decoration: none;
}

.box a:hover
{
	color: #3DAEE0;
	text-decoration: underline;
}

.contents{
	width: 450px;
	vertical-align: top;
	font-size: 11px;
	padding: 0px 10px 0px 20px;
}
.contents h1{
	color: #3DAEE0;
	font-size: 14px;
	font-family: verdana;
	background-image: url(/App_Themes/Blue/h1-lead.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

.contents h2{
	color: #3DAEE0;
	font-size: 12px;
	font-family: verdana;
	background-image: url(/App_Themes/Blue/h1-lead.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

.contents h3{
	font-size: 11px;
	font-family: verdana;
/*	background-image: url(/App_Themes/Green/h1-lead.gif); 
	background-repeat: no-repeat; */
}
