@charset "utf-8";
/* CSS Document */
/* This Stylesheet contains CSS Rules for the Site Colors (Only Colors) */

body{background:#464d70;}

#wrapper{border:5px solid #021b2e; border-top:none;}
#header{background:#021b2e;}
.logo{background:url(../images/investments/logo.jpg) no-repeat;}

/*Portal Title - e.g. Children Portal*/
h1{color:#464d70;}

/*Four Side Graphic Images*/
.top_graphic{background:url(../images/investments/Horizon-snowflakesblk-wht.jpg) top center;}
.left_graphic{background:url(../images/investments/vert-snowflakes1.jpg) left top repeat-y;}
.right_graphic{background:#fff url(../images/investments/vert-snowflakes2.jpg) right top repeat-y;}

/*Home Page link Located on top*/
.home{background:#464d70;}
.home a{color:#fff;}

/*Copyright in footer*/
.copyright{background:#9999de; color:#fff;}
.contact_us{background:#000016;}
.contact_us a{color:#fff;}

/*Portal Landing Page Links*/
ul.sub_links{border:2px solid #b1b1ce;}
ul.sub_links li a{background:#fcfafc; border:1px solid #f9f5fa; color:#000;}
ul.sub_links li a:hover{border:1px solid #dfd7e1;}

/*Sub Page Titles*/
ul.page_titles{border:1px solid #e1e3ed;}
ul.page_titles li h2{border:1px solid #e1e3ed; color:#000;}

/*Main Content*/
.content{border:0px solid #8cacbc;}
.content h3{background:#0a1140; color:#fff;}
.content span a{color:#afb5d3;}
.content p{}

/*Backlink at the end of content*/
.breadcrumb a{color:#afb5d3;}

/*Notes between Entries*/
.bullets{background:#dadde8; border:1px solid #8991ba; border-left:8px solid #8991ba; border-right:8px solid #8991ba; width:684px;}

.main_content_table th{background:#0a1140; color:#fff;}
.main_content_table th code a{color:#fff;}
.main_content_table h6 a{color:#afb5d3;}