body
{
    font-family: arial, tahoma;
    font-size: 80%;
    color: #000000;
    background-color: #B9DAFF;
    line-height: 150%;
    margin-top: 0px;
}

#logo {
	FLOAT: left; MARGIN: 2px 10px 0px 5px;
}

#border
{
    border: 0px ;
    width: 800px;
    background-color: #FFFFFF;
    background:url('images/background.gif');
    margin: 0 auto;
}

#header
{
    height: 188px;
    border-top: 3px solid #203E74; 
    background-image:url('images/header.jpg');
}

#content
{
    padding: 0.5em 1em;
    max-width: 750px;
    background-color: #FFFFFF;
}

#container
{
    width: 770px;
    margin: 0px auto;
    background-color: #ffffff;
    border: 0px solid #669900;
}

.splitright {
    background: #ffffff url('images/menu.gif') top center no-repeat;
    width: 30%;
    float: right;
    overflow: hidden;
    text-align: center;
}

.splitleft {
    background: #ffffff;
    margin:auto;
    width: 74%;
    float: right;
    overflow: hidden;
    text-align: justify;
    padding-bottom:10px;
}

.splitleft h4{
    font-weight:bold;
    margin:0;
}

.splitleft ul{	
    margin:0 0 0 1.25em;
}

.splitleft li{ 
    
	margin:0;
}

.splitleft_home {
    background: #ffffff;
	background-image:url(images/leftsplit_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
    margin:auto;
    width: 74%;
    float: right;
    overflow: hidden;
    text-align: justify;
    padding-bottom:10px;
}

.splitleft_home h4{
    font-weight:bold;
    margin:0;
}

.splitleft_home ul{	
    margin:0 0 0 1.25em;
}

.splitleft_home li{ 
    
	margin:0;
}

.home_img{
    float:left;
    border-width:7px; 
    border-color:#E6E5E3;
    border-style:solid;
    margin-right:8px;
}

#introduction{
	width:160px;
	height:250px;
	padding:0px 0px;
	margin:20px 0 20px 10px;
	background: url(images/menu.gif) no-repeat;
	text-align:center;
	line-height:1.6em;
	color:#999999;
	font-size:12px;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	letter-spacing:0px;
}

#introduction ul, #introduction li {
    text-align:left;
	list-style: none;
	margin: 0;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight:bold;    
	font-family: Verdana, Arial, Tahoma;
}

#introduction a {
	border-bottom: none;
	color:#7F7E7E;
}

.heading{
	text-align: top;
	color:#203E74;
 	font-size: 18px;	
    font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;

}

.benefitsheading{
	text-align: top;
	color:#203E74;
 	font-size: 18px;	
    font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
    position:relative; top:-50px;

}

.benefitsheading img{position:relative; bottom:20px;top:45px;padding:12px;}

#introduction a:link, a:visited{
	color:#7F7E7E;
}

#introduction #current  a{
	color:#203E74;
}

#introduction a:hover, a:active{
	color:#203E74;
}



/* ~~~~~~~~~ Footer ~~~~~~~~~ */
#footer
{
	text-align: center;
	height: 50px;
	background-color: #E4E5E6;
	font-size: 12px;
	color: #838485;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image:url(images/bg_bottom.jpg);
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;	
}


#footer a:link, a:visited{
	color:#838485;
}

#footer a:hover, a:active{
	color:#838485;
}


a:active,
a:visited,
a:link	    			{ color: #203E74; text-decoration: none; }
a:hover					{ color: #999999; text-decoration: none; }

/*--------------------Thumbnails-------------------*/

.img_tn {
    width:180px;
    float: left;
    padding-left:3px;
    font-size:11px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-align:left;
  }
  
.img_tn img{
    border-width:7px; 
    border-color:#E6E5E3;
    border-style:solid;
}
  
.home_img{
    float:left;
    border-width:7px; 
    border-color:#E6E5E3;
    border-style:solid;
    margin-right:8px;
}
  
.spacer{
    clear:both;
    width:100%;
    height:5px;
}

/* ~~~~~~~~~Navigation Menu~~~~~~~~~ */

#topmenu {
	position: relative;
	top: 0px;
    left: 15px;
	width: 750px;
    font-size:93%;
	margin: 0;
	line-height:normal;
	height: 118px;
}

#topmenu ul {
	margin:0;
	padding:0px 0px 0 2px;
	list-style:none;
}

#topmenu li {
    display:inline;
    margin:0; 
    padding:0;
}

#topmenu a {
	margin-top:95px;
    float:right;
    background:url(images/menuleft.gif) no-repeat left top;
    padding:0 0 0 4px;
    text-decoration:none;
}

#topmenu a span {
	float:right;
    display:block;
    background:url(images/menuright.gif) no-repeat right top;
    padding:5px 12px 4px 7px;
    color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;	  
}
	  
#topmenu #current a {
	background-position:0% -42px;
}

#topmenu #current a span {
    color:#FFFFFF; 
    background-position:100% -42px;  
}
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#topmenu a span {float:none;}
    /* End IE5-Mac hack */
#topmenu a:hover span {
    color:#FFFFFF;
}
#topmenu a:hover {
    background-position:0% -42px;
}

#topmenu a:hover span {
	background-position:100% -42px;
}
	
#topmenu a:active {
	color:#FFFFFF;
    background-position:0% -42px;
}

#topmenu a:active span {
	color:#FFFFFF;
    background-position:100% -42px;      
}




/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1
{
    font-size: 120%;
    color: #659500;
}

h3{
	color:#9aba11;
	font-family:geneva,arial,sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	word-spacing:4px;
	letter-spacing:3px;
	font-size:0.8em;
	font-weight:bold;
	padding:0 2px;
	margin:0;
}


