body{    
    font-family: Arial,sans-serif;    
    background: #fff url('images/main-bgrd.gif') repeat-x top left;
    margin:0;
    padding:0;
}

img {border:0;}

sup {font-size:.6em;}

a:link {color:#427cce;text-decoration:underline;}
a:visited {color:#427cce;text-decoration:underline;}
a:hover {color:#427cce;text-decoration:none;}
    
h1 {
    font-size:30px;
    color:#427cce;
    margin:0px;
    padding:0px;
    font-weight:normal;
}     
    
#wrapper{
	margin:0 auto;
	width:915px;
}
    
#top-nav {
	width:915px;
	font-size:14px;
	color:#666666;
	text-align: right;
	height: 100px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top-nav img {
	float: left;
}
    
#top-nav a{
	color:#427cce;
	margin-right:3px;
	margin-left:3px;
} 
#nav {
	width: 700px;
	margin-top: 25px;
	float: right;
}
    
#box {
	margin-top:38px;
	width:892px;
	padding-bottom:0;
}               

#box-content {
    background: #fff url('images/box-bgrd.gif') repeat-y  top left;
    padding:5px 20px 5px 20px;
} 
    
#box-content p {
    line-height:1.5em;
}    
     
    
#highlight {
    background:url('images/highlight-box-bgrd.gif') repeat-y  top left;  
    margin:0;
    padding:20px;
    font-size:12px;  
}

#highlight ul {
    margin:0px;
    padding:0 0 0 1em;
} 

#highlight ul li{
    line-height:1.4em;
    font-size:13px;
} 

h2 {
    font-size:11px;
    color:#669933;
    text-transform:uppercase;
} 

p.about {
    line-height:1em;
    font-size:12px;
} 

p.indent {
    margin-left:20px;
    margin-right:20px;
}

p.about span{
    margin:0;
    color:#004ebc;
    font-weight:bold; 
}


.light {
    color:#004ebc;    
} 

#footer {
    font-size: 11px;
    text-align:center;
    margin:30px 0 50px 0;
}
