﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%
}
#container{
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	width: 777px;
}
#header{
   background-image:url(/Development_Graphics/template/header_bg_big.jpg);
   background-repeat: repeat-y;
   width: 777px;
   height: 263px;
}
#headerLeft{
	float: left;
	width: 215px;
}
#headerRight{
	float: right;
	width: 560px;
	height: 263px;

}
#logo{
	margin-top: 25px;
	width: 213px;
	height: 235px;
}
#title
{	float: left;
	margin-top: 0px;
	margin-left: 40px;
	width: 250px;
	height: 35px;
}
#news{	
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	width: 190px;
	height: 150px;
	font-size: 80%;
	
}
.newsTitle{
	color: #fff;
	margin-top: 10px;
	font-weight: 600;
}
.newsHeadlines{
	color: #234f6d;
	font-size: 83%;
}
#topNav{
	clear:both;
	width: 560px;
	height: 35px;
	padding-top: 18px;
}

#topNav a{
	color: #fff;
	text-decoration: none;
}

#topNav a:Hover{
	color: #ffa0d9;
}
table.off {
	background: #ff009a;
}
table.on{
	background: #d1027f;
	background-image: url(blob.gif);
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	height: 21px;
	padding-top: 6px ;
	
} 
#breadcrumbs{
	clear:both;
	width: 550px;
	height: 35px;
	margin-top: 4px;
	font-size: 70%;
}
#main{   
	background-image:url(/Development_Graphics/template/main_bg.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 777px;
}
#mainNav{   
	float: left;
	background-repeat: repeat-y;
	height: 100%;
	width: 180px;
}
#mainContent{   
	float: right;
	background-repeat: repeat-y;
	width: 540px;
	padding: 0 15px 0px 15px;
}
#mainContentInner{   
	color: #616161;
	font-size: 80%;	
}
H1{   
	color: #ff0198;
	font-size: 120%;
}
H2{   
	color: #616161;
	font-size: 110%;
}
#footer{
clear: both;
	background-image:url(/Development_Graphics/template/footer_bg.jpg);
	background-repeat:no-repeat;
	height: 110px;
	width: 777px;
}
#footerInfo{

	padding-top: 80px;
	padding-left: 140px;
	background-repeat:no-repeat;
	height: 20px;
	width: 480px;
	margin: auto;
	font-size: 70%;
	color:#FFFFFF;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* styles for the preview page from the cms */

.publishPanel
{
    font-size: smaller;
    font-weight: bold;
    text-align: center;
}

.publishPanel input
{
    border: 0px;
    background-color: #73add5;
    color: White;
    font-weight: bolder;
}

.navigationItem
{
    border-bottom: dotted 1px #417cb4;
    background-color: #7dcaff;
    background-image: url(/Development_Graphics/template/purplearrow.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-bottom: 5px;
    margin-left: 15px;
    width: 140px;
}

.navigationItem a
{
    font-family: Verdana;
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
    color: #1b4760;
}

.FAQPanel
{
    background-color: #ffebf9;
    border: dashed 1px #ff009a;
    padding: 10px;
    width: 100%;
    background-image: url(/Development_Graphics/template/faq_pen.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}
.LINKPanel
{
    background-color: #ffebf9;
    margin-bottom:10px;
    border: dashed 1px #ff009a;
    padding: 10px;
    width: 100%;
    color: #616161;
    background-repeat: no-repeat;
    background-position: top right;
}
.LINKPanel a
{
   color: #ff009a;
}
.LINKPanel a:hover
{
   color: #bf0575;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */