/* CSS Document */
/* Section style sheet - Website Design */

/* vertical background bar */
#wrapper {
	background: #FFFFFF url("../images/blue_vertbar.gif") repeat-y right;
}

/* header */
#topline {
	border-bottom: 2px solid #2c0098;
}
#header {
	background:  url("../images/blue_tag.jpg") no-repeat 625px 35px;
}
/* content */
#backdrop {
	background: transparent url("../images/blue_mesh.gif") center repeat;
}
#container {
 	border: 2px solid #2c0098;	
	background: #FFFFFF url("../images/blue_div.gif") repeat-y right;
}
#container h2 {
	background-color: #2c0098;
}
/* multipage nav */
#pagenav {
	border-bottom: 2px solid #2c0098; 
	background-color: #d5d2ec;
}
#rightlink a {
	color: #2c0098;
	background: url(../images/blue_arr1.gif) no-repeat 100% 50%;
}
#leftlink a {
	color: #2c0098;
	background: url(../images/blue_rarr1.gif) no-repeat 0% 50%;
}
/* general content */
#content img {
	border-color: #2c0098;
}
.moreinfo a {
	color: #2c0098;
}
#content h3 {
	color: #2c0098;
}
/* navigation */
#navbar {
	background: #2c0098;
}
#navbar p {
	display: none;
}
#navwrapper {
	border-top: 2px solid #2c0098;
	border-left: 2px solid #2c0098;
	border-bottom: 2px solid #2c0098;
	background: #2c0098 url("../images/blue_navgrad.jpg") repeat-x;
}
#navbar {
	color: #2c0098;
}
#navbar ul li {
	background-color: #d5d2ec;
}
#navbar ul li a {
	background:  url("../images/blue_arr1.gif") no-repeat 3px 50%;
	color: #2c0098;
}
#navbar ul li a.subcat {
/*	background:  url("../images/blue_arr2.gif") no-repeat 10px 50%; */
	background:  none;
}
#navbar ul li a:hover {
	background-color: #2c0098;
}
/* image bar */
#imagebar img {
	border-bottom: 2px solid #2c0098;
}
#imagetext {
	background: url(../images/blue_squote.gif) no-repeat 10px 10px;
}
#imagetext blockquote {
	background: url(../images/blue_equote.gif) no-repeat bottom right;
}

/* current page highlights*/
/* topnav */
#graphicpg #tab4, #logo1pg #tab4, #logo2pg #tab4, #statpg #tab4, #litpg #tab4, #portpg #tab4, #gfaqpg #tab4, #gdownpg #tab4, #glinkpg #tab4, #wgraphicpg #tab4 {
	background: url(../images/blue_mesh.gif) repeat left top;
}
#graphicpg #tab4 a, #logo1pg #tab4 a, #logo2pg #tab4 a, #statpg #tab4 a, #litpg #tab4 a, #portpg #tab4 a, #gfaqpg #tab4 a, #gdownpg #tab4 a, #glinkpg #tab4 a, #wgraphicpg #tab4 a {
	background: url(../images/white_cor_on.gif) no-repeat left top;
	color: #2c0098;
}
/* sidenav */
#graphicpg #gintrolink, #logo1pg #logo1link, #logo2pg #logo2link, #statpg #statlink, #litpg #litlink, #portpg #portlink, #gfaqpg #gfaqlink, #gdownpg #gdownlink, #glinkpg #glinks, #wgraphicpg #wgraphiclink {
	background-color: #2c0098;
	color: #ffffff;
}

