﻿a:link {
	text-decoration: none;
	color: #0C6A8A;
}

a:visited {
	color: #0C6A8A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0C6A8A;
}

a:active {
	color: #0C6A8A;
	text-decoration: none;
}


h1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 28px;
	display: inline; 
	color: #3E3E3E;
}

h2
{
	font-family: Tahoma, Verdana, Sans-Serif;
	font-weight: normal;
	font-size:  x-large;
	color: #B2B2B2;
	display: inline;
}



h4
{
	font-family: Tahoma, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: medium;
	display: inline;
	color: #000000;
}


a.greyhl:link { color: #666666; }
a.greyhl:visited { color: #666666; }
a.greyhl:hover { text-decoration: underline; color: #666666; }
a.greyhl:active { color: #666666; }

.greyhl 
{
     font-size: small;
    
}



a.whitehl:link {color: #FFFFFF; }
a.whitehl:visited {color: #FFFFFF; }
a.whitehl:hover {text-decoration: underline; color: #FFFFFF; }
a.whitehl:active {color: #FFFFFF; }



body 
{
    background-color: #F2F2F2;
	text-align: center; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Sans-Serif;
	min-width: 960px;
	font-size: medium;
	color: #000000;
	
}

img
{  border-style: none;
   vertical-align: middle;
}


#backgroundheader
{
    background-image: url(images/backgroundheader.gif);
    background-position:center;
    background-repeat: repeat-x;
	text-align: center; 
	height:245px;

}

#backgroundheader2
{
    background-image: url(images/backgroundheader2.gif);
    background-position:center;
    background-repeat: repeat-x;
	text-align: center; 
	height:165px;

}

#backgroundheadertop
{  
    height: 121px;
    margin: 0px auto;
}

#backgroundheadertop2
{  
    height: 41px;
    margin: 0px auto;
}

#backgroundheaderbottom
{  

    height: 124px; 
    margin: 0px auto;
    background-image: url(images/backgroundheaderbottom.gif);
    background-repeat:no-repeat; 
    background-position:center;

}


#backgroundheaderbottom2
{  

    height: 124px; 
    margin: 0px auto;
    background-image: url(images/backgroundheaderbottom2.gif);
    background-repeat:no-repeat; 
    background-position:center;

}


.mybullet {
	list-style-image: url(images/bullet.gif);
}

.mybullet2 
{ list-style-type: none;

     font-size: xx-small;
}


	
#backgroundmiddle
{
    background-image: url(images/backgroundmiddle.gif);
    background-position:center;
    background-repeat: repeat-y;
    text-align: center;
}


#backgroundfooter
{
    background-image: url(images/backgroundfooter.gif);
    background-position:center;
    background-repeat: repeat-x;
	text-align: center; 
	height:204px;
}

#backgroundfooter2
{
    background-image: url(images/backgroundfooter2.gif);
    background-position:center;
    background-repeat: repeat-x;
	text-align: center; 
	height:204px;
}

#backgroundfootertop
{  

    height: 124px; 
    background-image: url(images/backgroundfootertop.gif);
    background-repeat:no-repeat; 
    background-position:center;
    
}

#content
{
    margin: 0px auto;
    text-align: left;
    width: 690px;
}

#contentborder
{
    margin: 0px auto;
    background-image: url(images/bluebrush.gif);
    background-repeat:no-repeat; 
    background-position: center top;
   
}

#contentborderbuilder
{
    margin: 0px auto;
    background-image: url(images/bluebrushbuilder.gif);
    background-repeat:no-repeat; 
    background-position: center top;
    
   
}

#submenudiv
{
   padding-top: 22px;
   font-size: small;
   color: #666666;
}


#header
{
    margin: 0px auto;
    width: 946px;
}

#headerlogo
{
    float: left;    
    width: 215px;
    text-align: left;
    margin-top: 13px;
    
   
}
#headermenu
{
    float: right;    
    width: 731px;
    text-align: right;
    margin-top: 29px;
    color: #F2F2F2;
   
}

#footer
{
    margin: 0px auto;
    width: 946px;
}

#footerlogo
{
    float: left;    
    width: 215px;
    text-align: left;
    margin-top: 18px;
    
   
}
#footermenu
{
    float: right;    
    width: 731px;
    text-align: right;
    margin-top: 29px;
    color: #F2F2F2;   
}

input.formbutton
{
   

  font-family: Verdana, Sans-Serif;
   font-weight: normal;
   font-size: medium;
   color: #0C6A8A;
   height:22px;
   width: 90px;
   background-image: url(images/formbutton.gif);
   border-style:none;
   cursor: pointer;
}


input.formbutton:hover
{
	text-decoration: underline;
}


.myform
{
    color: #666666;
    padding: 20px 40px 20px 40px;
    background-color: #F2F2F2;
    border-top: none;
    border-bottom: none;
    border-left: solid 1px #E5E5E5;
    border-right: solid 1px #E5E5E5;
}



textarea, select, input {
    
	color: #000000;
	font-size: medium;
	border: solid 1px #CCCCCC;
	
	 font-family: Verdana, Sans-Serif;
   font-weight: normal;
   }