/* shared with oc_archive (but different here)  */
body  {
	background-image: url(images/star_bg.jpg); 
	background-color:#000033; 
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
img {  margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; 
	padding-bottom: 0px; padding-left: 0px; left: 0px; top: 0px; 
	border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}

body .body_txt, p, td, li, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1 { /*  same as blue_bb  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}

/* shared with oc_archive (but different here)  */
.header_img {
	background: url(images/logo-text.png);	width:600px; height:50px;
}

/* front-page files styles */
#container {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	position:relative;
	display:block;
	height: auto;
	width: 1000px;
	margin:0 auto; padding:0; 
	background-color:#FFF /*  */
}
#header {
	position:absolute;	top:0;	left:0; z-index:3;
	height: 55px;	width: 1000px;
	text-align: center; 
}
#sitemap {
	position:absolute;	top:0;	left:0; z-index:3; 
	background-image:url(images/star_bg.jpg); overflow:hidden;
	margin:0; padding:10px 0 30px 0;
	height: auto;
	width: 1000px;
	text-align: left; 
}
#main_wrap {
	position:absolute;	top:60px;	left:0;	 z-index:2; visibility:visible;
	color:#222222;	/*222222 */
	height: auto;
	width: 1000px;
	margin:0;	padding:0;
	text-align: center; 
}

.submenu { display: none; }
.menu:hover { cursor: pointer; }
.menu:hover>.submenu { display: block; }

#old_page_err {
	z-index:10;
	margin:5px 242px; padding:2px;
	color:#F00;	background-color:#FFF; border:solid 1px #999999;
}
#page_err { position:absolute; top:0; left:0; width:100%; height:50px; z-index:20;	background-color:#000033; display:block; text-align:center; color:#FFFFFF;	}

#any_err {
	position:relative; top:0;	left:242px; width:516px;
	margin:5px 0; padding:2px; z-index:5;
}

#script_err {	
	position:absolute;	top:0;	left:0; width:516px;	height:40px;	z-index:15;
	color:#F00;	background-color:#FFE; border:solid 1px #999999;
}

#cookie_err {	
	position:absolute;	top:0;	left:0; width:516px;	height:40px;	z-index:20; display:none;
	color:#F00;	background-color:#EEF; border:solid 1px #999999;
}

.main_content  {
	background-color:#FFFFEE;	width:960px;	z-index:1; 
	padding: 10px 20px; margin:0px;
	text-align: left; 
}

/* Archive - main menu navigation styles	*/
.main_menu {
	background-color:#EFF;
}
.main_menu_on {
	background-color:#FFE;
}
.main_menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003;
	text-decoration: none;
	font-weight: bold;
}
a.main_menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003;
	text-decoration: none;
	font-weight: bold;
}
a.main_menu_link:hover {
	color: #300;
	text-decoration: underline;
}

#side1 { font-family:"Courier New", Courier, monospace;
 padding:5px 8px; width:15px; height:100px; text-align:center; vertical-align:middle; float:left; 
 border:solid 1px #CCC; display:block;
}
#side1:hover { 	cursor:pointer;	}

#side2 { font-family:"Courier New", Courier, monospace;
 padding:5px 8px; width:15px; height:100px; text-align:center; vertical-align:middle; float:left; 
 border:solid 1px #CCC; display:block;
}
#side2:hover { 	cursor:pointer;	}

#side3 { font-family:"Courier New", Courier, monospace;
 padding:5px 8px; width:15px; height:140px; text-align:center; vertical-align:middle; float:left; 
 border:solid 1px #CCC; display:block;
}
#side3:hover { 	cursor:pointer;	}

#side4 { font-family:"Courier New", Courier, monospace;
 padding:5px 8px; width:15px; height:160px; text-align:center; vertical-align:middle; float:left; 
 border:solid 1px #CCC; display:block;
}
#side4:hover { 	cursor:pointer;	}

#side5 { font-family:"Courier New", Courier, monospace;
 padding:5px 8px; width:15px; height:140px; text-align:center; vertical-align:middle; float:left; 
 border:solid 1px #CCC; display:block;
}
#side5:hover { 	cursor:pointer;	}

.site_menu {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color:#FFF; font-weight:bold;
	background-color:#003;
	text-decoration: none;
	font-size: 14px;
}
a.site_menu:hover {
	color: #FF9;
}

/* navigation frame styles	*/
.nav_content  { 
	float:left; width:150px;	background-color:#EFF0FE;		/* #990033; */	
	border:1px solid #6481B3;
}

.nav_content ul {
	list-style-type: none;
	display: block;
	margin: 6px 0 10px 0;
	padding: 0px;
}
.nav_content  ul  li {
	display: block;
	margin: 4px 0px;
	padding: 0px;
}

.nav_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EFF0FE;
	text-decoration: none;
	font-style: italic;
	background-color: #00005F;	/* #5F0000; */
}
.nav_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00005F;
	text-decoration: none;
	cursor: pointer;
}
a.nav_menu:hover {
	background-color: #0000CC;	/* #CC0000; */
	color: #EFF0FE;	/* #CC0000; */
	text-decoration: underline;
}
.nav_menu_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EFF0FE;	/* #CC0000; */
	text-decoration: none;
	background-color: #0000CC;
	cursor: pointer;
	padding: 2px 2px;
}
/* navigation (menu) list styles */
.nav_list_fmt {
	line-height:20px;
}
.nav_list_fmt td {	/* override td style */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.h1hdr 		{ text-align:center; margin-bottom:10px;	}
.h1hdr15	{ text-align:center; margin-bottom:15px;	}
.bottom20 { margin-bottom:20px;	}

/* ainfo - contact link, alink - styled link, copy - copyright style	*/
.ainfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFCC00;
}
.alink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}
.copy-rt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}

/* color styles...
	1st char: s/n/b - small/normal/bold
	2nd char: n/b - normal/bold
*/
.rust_nb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
}
.rust_bb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}
.red_nb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
}
.green_nb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
}
.blue_bb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}
.dkgreen_bb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003300;
	font-weight: bold;
}
.bg_dkgreen_nb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFDD;
	background-color: #003300;
}
.bg_green_nb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFF6;
	background-color: #005000;
	font-weight: bold;
}

.glossary {	color:#090; font-style:italic;	}

.footer {
  font-size:10px;color:#FFFFFF;text-align:center; margin:5px 0px;
}
.footer a {
  color:#FFFFFF; text-decoration:none;
}
.footer a:hover {
	background-color: #CC0000;
	text-decoration: underline;
}

/* border styles... */
.border_up {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #440000;
	border-bottom-color: #440000;
	border-left-color: #999999;
}
.border_dn {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #000000;
}

