@charset "utf-8";
/* CSS Document */

a:link, a:visited { color:#21537a }
a:active, a:hover { color:#3888c4; text-decoration:none }

/*-- LEFT NAVIGATION --*/
#leftNav { width:186px; background:#FFF; vertical-align:top }
#leftNav .navTab { margin:0px 0px 6px }
#leftNav #connectNav { color:#445e07; padding:0px 0px 7px 5px }
#leftNav #connectNav a:link, #leftNav #connectNav a:visited { color:#21537a; text-decoration:none }
#leftNav #connectNav a:active, #leftNav #connectNav a:hover { color:#3888c4; font-weight:bold; text-decoration:none }
#leftNav #connectNav ul { width:172px; background:url(/img/connectNav-bkg.gif) left top no-repeat; padding:9px 0px 0px 0px }
#leftNav #connectNav li { height:18px; list-style-type:none; padding:2px 0px 0px 15px }
#leftNav #connectNav .selected { background:url(/img/connectNav-selected.gif) left top no-repeat }
#leftNav #connectNav .selected a { font-weight:bold; color:#3888c4 }
/*-- LEFT NAVIGATION --*/

/*-- CONTENT --*/
#theContent { width:554px; background:#FFF; padding-right:10px; vertical-align:top }
#theContent h1, #theContent h2 { font-family:"Times New Roman", Times, serif; color:#21537a; font-weight:normal; padding:0px; margin:5px 0px 0px }
#theContent h1 { font-size:20px }
#theContent h2 { font-size:16px }
#theContent ul { margin:0px }
#theContent li { list-style-type:none; background:none; padding-left:0px }

#theContent .list { font:13px Arial, Helvetica, sans-serif; padding:0px; margin:5px 10px }
#theContent .list li { list-style-type:none; color:#5183a7; background:url(/img/bullet-arrow-blue.gif) 0 4px no-repeat; padding:0px 0px 5px 13px }

#theContent .stfpic { border:1px solid #21537a; padding:1px; margin:0px 0px 5px 10px }

/*-- Tabs --*/
#theContent #navlist { border-bottom:1px solid #D4D0C7; padding:3px 0; margin:10px 0px 7px 0px }
#theContent #navlist li { list-style-type:none; display:inline; margin-right:4px }
#theContent #navlist li a { padding:3px 10px; border:1px solid #D4D0C7; border-bottom: none; background:#EDECE8; text-decoration:none }
#theContent #navlist li a:link, #navlist li a:visited { color:#3888c4 }
#theContent #navlist li a:active, #navlist li a:hover { background:#FFF; border-color:#cadae3 }
#theContent #navlist li a#current { background:#FFF; border-bottom:1px solid white }
/*-- Tabs --*/
/*-- CONTENT --*/