body {
font-size : 12px ;
font-family:Verdana, Arial, Helvetica, sans-serif;
color : #333333;
width : 100%;
height: 100%;
margin: 0;
background-image:url(images/back_ground.gif);
background-repeat:repeat;
}

a:link {
color:#0000FF;
background : transparent;
text-decoration : none;
}

a:visited {
color : #666666;
text-decoration : none;
}

a:hover {
color : #333333;
text-decoration : underline;
}

a:active {
color : #484500;
}

/*clearfix*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {
display: inline-table;
}

/* Hides from IE-mac \*/ 
* html .clearfix {
height: 1%;
}

.clearfix {
display: block;
}
/* End hide from IE-mac */

/*font styles*/
h1 {
text-align : left;
color:#222222;
margin : .5em 0.5em .1em 0.1em;
}

h2 {
text-align : left;
color:#222222;
margin : .5em 0.5em .1em 0.1em;
}

h3 {
text-align : left;
color:#222222;
margin : .5em 0.5em .1em 0.1em;
line-height:21px;
}

h4 {
text-align : left;
color:#222222;
margin : .5em 0.5em .1em 0.1em;
}

h5 {
text-align : left;
color:#222222;
margin : .5em 0.5em .1em 0.1em;
}

.red {
color:#FF0000;
}

.intro {
font-size:14px;
color:#222222;
}

.underline {
text-decoration : underline;
}
   
.spacing {
line-height:16px;
}

/*begin body elements*/
#shadow {
width:786px;
background-image:url(images/786back.gif);
background-position:right;
background-repeat:repeat-y;
}

#wrapper {
margin : 0;
padding :0;
width : 775px;
}

#header {
height : 75px;
width: 775px;
margin:0;
padding:0;
}

#delin {
height: 25px;
background-image:url(images/775x25.gif);
width:775px;
margin:0;
padding:0;
}

#hero {
width: 775px ;
height: 200px ;
border-bottom:thin;
border-bottom-color:#5486E6;
border-bottom-style:solid;
 }
 
#container {
width: 100%;
float: right;
margin-left: -200px;
}

#content {
padding: 10px;
voice-family: "\"}\""; 
voice-family:inherit;
margin-left:180px;
}

#content p {
width:520px;
margin : 0 20px 0px 0px;
text-align : left;
line-height:16px;
}

#leftcol {
margin-top:0px;
float : left;
width : 175px;
}

#leftcol p {
}

.clearing {
height: 0;
clear: both;
}

html>body #content {
width: 560px;
}

.clearing {
height: 0;
clear: both;
}

#footer {
width:770px;
border-top:1px dotted;
border-top-color:#999999;
background-color:#FFFFFF;
text-align:center;
font-size:10px;
padding:2px;
clear:both;
}
/*begin body elements*/

/*begin nav menu*/
.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}
/*end nav menu*/