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

body{background:#000033;}

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

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

/*Four Side Graphic Images*/
.top_graphic{background:url(../images/solar/horizon-galaxies.jpg) top center;}
.left_graphic{background:url(../images/solar/vert-galaxies1.jpg) left top repeat-y;}
.right_graphic{background:#fff url(../images/solar/vert-galaxies2.jpg) right top repeat-y;}

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

/*Copyright in footer*/
.copyright{background:#6b608c; color:#fff;}
.contact_us{background:#2b2c4e;}
.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 #e6e6e6;}
ul.page_titles li h2{border:1px solid #e6e6e6; color:#000;}

/*Main Content*/
.content{border:0px solid #8cacbc;}
.content h3{background:#ebf0f2; color:#000;}
.content span a{color:#ccc;}
.content p{}

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

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

.main_content_table th{background:#ebf0f2; color:#000;}
.main_content_table th code a{color:#000;}
.main_content_table h6 a{color:#ccc;}
