/* General 
BLUE: #43C3DE*/

body{
	font: 0.8em Tahoma, Arial, Helvetica, sans-serif; color:#616161;
    line-height: 130%;
	padding: 0px;
	margin: 0px auto;
	background-color:#3C718B;
    height:100%;
    
    
}

td
{
    font: 0.8em Tahoma, Arial, Helvetica, sans-serif; color:#616161;
    line-height: 130%;
    /*padding: 10px;*/
    margin: 0px auto;
}

a img{ 
	border:0px;
}

a{ 
	color:#3780a6;
    font-weight: bold;
	text-decoration:none;
}

a:hover{ 
	/*color:#3780a6; */
    color: #FF0000;
    font-weight: bold;
	text-decoration:none;
}



h1{
	font-size: 18px;
    margin:0px; padding:0px;
}

h2{
    font-size: 14px;
	margin:0px; padding:0px;
}





/* style of item titles on edit and admin pages */
.subhed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
    font-weight: bold;
	color: #3780a6;
    line-height: 120%;
}

.hed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 18px;
    font-weight: bold;
    color: #3780a6;
    line-height: 120%;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */


/* text style used for error messages */
.red
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 0.8em;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */

.spacer
{
    width:auto;
    height: 200px;
    
}

.small
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

.smallform
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

.smallw
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
}

.footer {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    line-height:120%;
    width: 950;
    margin: auto;
    text-align: center;
}

.footer a:link, .footer a:visited, .footer a:active  {
    color:#000000;
    font-weight: bold;
    text-decoration:none !important;
}
        
.footer a:hover {
    color: #FFFF00;
    font-weight: bold;
    text-decoration:none !important;
} 

.menu {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
}

.menu a:link, .menu a:visited, .menu a:active  {
    color:#FFFFFF;
    font-weight: bold;
    text-decoration:none !important;
}
        
.menu a:hover {
    color: #FF0000;
    font-weight: bold;
    text-decoration:none !important;
} 














