@charset "utf-8";
body{
 background:#eeeae3;
 margin:15px auto;
 font-family:Tahoma, Arial, Verdana;
}

h2{
 font-family:Georgia,"Times New Roman",Times;
 font-size:24px;
 line-height:28px;
 color:#2667aa;
 font-weight:normal;
 margin:0;
 margin-bottom:18px;
}
h3{
 font-family:Arial,Tahoma,Verdana;
 font-size:16px;
 color:#fff;
 font-weight:normal;
 margin:0;
 margin-top:15px;
 margin-bottom:6px;
}

a{
 color:#5ea6ee;
 text-decoration:underline;
}
a:hover{
 color:#80bfff;
 text-decoration:none;
}

/*******************/
/* Topbar & Banner */
/*******************/
.topbar_left{
 background:url(images/topbar_bg.gif) repeat-x;
 padding-left:18px;
 width:958px
}
.topbar_right{
 background:transparent url(images/topbar_corner.gif) right top no-repeat;
 width:24px;
 height:47px;
}

.banner{
 width:1000px;
 height:205px;
}

/**************/
/* Navigation */
/**************/
.nav{
 background:#003b77 url(images/nav_bg.gif) repeat-x;
}

.nav_corner{
 background:url(images/nav_corner.gif) top right no-repeat;
 width:7px;
 height:33px;
}

/**********************/
/* ALL PAGES: Content */
/**********************/
.content{
 background-color:#003b77;
 font-size:14px;
 color:#d6e4f2;
 line-height:20px;
 padding:20px;
 border-bottom:1px solid #2667aa;
 width:960px;
}
.content h2{
 color:#e1b00b;
}

/************************/
/* HOME: Content & Divs */
/************************/
.home_content{
 background-color:#003B77;
 border-bottom:1px solid #fff;
 font-size:12px;
 color:#FFF;
}

#profile_pic{
 float:left;
 padding:25px;
 width:170px;
 height:220px;
}

#profile{
 font-size:12px;
 color:#D6E4F2;
 line-height:20px;
 float:right;
 padding:25px;
 padding-left:0;
 width:755px;
}
#profile h1{
 color:#e1b00b;
}

tr.information{
 background:url(images/info_bg.gif) repeat-x;
}

#info{
 font-size:14px;
 color:#3E3122;
 line-height:22px;
 float:left;
 padding:20px;
 width:440px;
 height:202px;
}

#link_assessment{
 float:left;
 padding:10px;
 width:231px;
 height:222px;
}

#link_sales{
 float:left;
 padding:10px;
 width:231px;
 height:222px;
}

.footer{
 background:#053362;
 padding-top:25px;
 padding-bottom:10px;
 padding-left:20px;
 padding-right:20px;
}
.footer a{ color:#fff; text-decoration:none;}
.footer a:hover{ color:#d6e4f2; text-decoration:underline;}

#footer_left{
 font-size:14px;
 color:#fff;
 float:left;
 width:510px;
}
#footer_right{
 font-size:12px;
 color:#fff;
 text-align:right;
 float:right;
 width:450px;
}

span.bullet{ font-size:10px; color:#fff; margin-left:5px; margin-right:5px;}
