/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 3; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* ///// Normalizer from www.transcendingcss.com ///// */

html {
	display: inline;	/* IE bug: to remove double margin w/ float. */
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002183;
	line-height: 120%;
	font-weight: normal;
	background: url(images/site_tile.gif) repeat-x top;
	text-align: center;
}

#main_container {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

#normal_list {
	list-style-type: disc;
	padding-left: 45px;
}

#normal_list li {
	padding-top: 6px;
}
#normal_number_list {
	list-style-type: decimal;
	padding-left: 45px;
}

#normal_number_list li {
	padding-top: 6px;
}


/* /////////////////////////// BRANDING ////////////////////////////// */

#ad_off {
	width: 400px;
	text-align:center;
}

#branding {
	width: 950px;
	height: 136px;
	background: url(images/back_branding.jpg) no-repeat top;
}

#branding_ad {
	padding: 25px 0 0 490px;
}

#topnavheader {
	padding-right: 25px;
	padding-top: 5px;  // padding-bottom: 3px;
	color: #fff;
	margin: 0 auto;
	width: 950px;
	height: 18px;
}

#topnavheader a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-family: tahoma, sans-serif;
}

#topnavheader a:hover {
	text-decoration: underline;
}

#content_fix {
	text-align: center;
	line-height: 5px;
}

#content_fix h2 {
	text-align: center;
	line-height: 5px;
	font-weight: bold;
}

#content_fix a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#content_fix a {
	font-weight: bold;
}

#bnav {
	position: absolute;
	width: 390px;
	height: 57px;
	top: 20px;
	left: 50px;
}

#bnav ul {
	list-style-type: none;
}

#bnav ul li {
	position: absolute;
}

#bnav ul li a {
	position: absolute;
	display: block;
	text-decoration: none;
}

#bnav1 a { width: 390px; height: 57px; }




/* /////////////////////////// FROM OLD SITE ////////////////////////////// */

.style15 {
	font-size: xx-small;
}

.style7 {
	font-size: x-small;
}

.style20 {
	text-align: center;
	border-style: solid;
	border-width: medium;
}

.style34 {
	text-align: center;
	border-style: solid;
	border-width: medium;
	font-size: x-small;
	padding: 5px;
}












/* /////////////////////////// CONTENT ////////////////////////////// */

#middle_one form{
	padding: 5px 0 10px 30px;
}

#content_main, #content_main_one, #content_main_left {
	display:block;
	width: 950px;
	min-height: 100%;
	overflow: auto;
}

#content_main {
	background: url(images/back_content_tile.gif) repeat-y top;
}

#content_main_one {
	background: url(images/back_content_tile_one.gif) repeat-y top;
}

#content_main_left {
	background: url(images/back_content_tile_three.gif) repeat-y top;
}

#left {
	float: left;
	width: 269px;
	min-height: 100%;
	display:block;
}

#left_p {
	float: left;
	padding: 0 5px 0 10px;
}

#lnav {
	width: 269px;
	height: 339px;
	top: 7px;
}

#lnav ul {
	list-style-type: none;
}

#lnav ul li {
	position: absolute;
}

#lnav ul li a {
	position: absolute;
	display: block;
	text-decoration: none;
}

#lnav1 a { width: 89px; height: 339px; top: 0px; left: 0px; background-image: url(images/lnav_1.jpg); }
#lnav2 a { width: 89px; height: 339px; top: 0px; left: 89px; background-image: url(images/lnav_2.jpg); }
#lnav3 a { width: 89px; height: 339px; top: 0px; left: 178px; background-image: url(images/lnav_3.jpg); }

#lnav5 a { width: 89px; height: 339px; top: 0px; left: 89px; background-image: url(images/lnav_5.jpg); }
#lnav6 a { width: 89px; height: 339px; top: 0px; left: 178px; background-image: url(images/lnav_6.jpg); }


#lnav1 a:hover, #lnav2 a:hover, #lnav3 a:hover, #lnav5 a:hover, #lnav6 a:hover {
	background-position: 0 -339px;
}

#left img {
	margin: 15px 0 15px 0;
}

#left_blue_box {
	background-image: url(images/left_blue_box.gif);
	width: 269px;
	height: 101px;
	margin: 0 0 15px 0;
}

#left_blue_box p {
	margin: 10px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#left_blue_box p.one {
	color: #cc0000;
	font-size: 20px;
	font-weight: bolder;
	padding: 15px 0 0 0; // padding: 7px 0 0 0;
}

#left_blue_box p.two {
	color: #002183;
	font-size: 16px;
	font-weight: bolder;
}

#left_blue_box p.three {
	color: #cc0000;
	font-size: 30px;
	font-weight: bolder;
}

#middle {
	width: 421px;
	background: url(images/back_middle_tile.gif) repeat-y top;
}

#middle ul, #middle_two ul, #left_two ul {
	list-style-type: disc;
}

#middle_two {
	width: 680px;
	background: url(images/back_middle_tile_two.gif) repeat-y top;
}

#left_two {
	width: 690px;
	background: url(images/back_middle_tile_three.gif) repeat-y top;
}

#middle_one {
	width: 949px;
	background: url(images/back_middle_tile_one.gif) repeat-y top 1px 0;
}

#middle, #middle_one, #middle_two, #left_two {
	float: left;
	display:block;
	min-height:500px
}

#middle p, #middle_two p, #middle_one p, #left_two p {
	padding: 10px 15px 5px 20px;
}

#middle ul {
	padding: 5px 15px 5px 30px;
}

#middle_two ul, #left_two ul {
	padding: 5px 15px 5px 30px;
}

#middle_two td, #left_two td {
	font-size: 12px;
}

#ul_club ul {
	padding: 10px 15px 5px 65px;
	list-style-type: disc;
}


#middle_two ol, #left_two ol {
	padding: 5px 15px 5px 60px;
	list-style-type: upper-roman;
}

#middle_one ul {
	list-style-type: disc;
	padding: 5px 15px 5px 60px;
}

#middle_one ol {
	list-style-type: decimal;
	padding: 5px 15px 5px 60px;
}

#middle_one{
	width:939px;
}

#right {
	float: left;
	width: 250px;
	min-height: 100%;
	display: block;
}

#right img {
	margin: 5px 0 0 0;
}



#right_blue_box {
	background-image: url(images/right_blue_box.gif);
	width: 230px;  // width: 240px;
	margin: 8px 8px;
	padding: 5px;
	text-align: center;
}
	#right_blue_box p.one {
		color: #cc0000;
		font-weight: bold;
	}
	#right_blue_box p.two {
		color: #002183;
		font-size: 10px;
		font-weight: bold;
	}
	#right_blue_box p.three {
		color: #cc0000;
		font-size: 20px;
		font-weight: bolder;
		padding: 15px 0 10px 0;
	}
	#right_blue_box p.four {
		color: #002183;
		font-size: 12px;
		font-weight: bolder;
	}
	#right_blue_box p.five {
		color: #002183;
	}
	




#right_blue_box4 p.one {
	color: #000000;
	top: 25px; // top: 15px;
}

#right_blue_box4 p, {
	padding: 10px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}


#.tblListing th {
	background-color: #cc0000;
	width: 395px;
	height: 20px;
}

#red_title {
	background-color: #cc0000;
	width: 690px;
	height: 20px;
}

#red_title_short {
	background-color: #cc0000;
	width: 421px;
	height: 20px;
}

#red_title p, .tblListing th {
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 0 3px 4px;
	font-size: 12px;
}

#red_title_short p, .tblListing th {
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 0 3px 4px;
	font-size: 12px;
}

#red_title p a {
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 0 3px 4px;
	font-size: 12px;
	text-decoration: none;
}

#red_title p a:hover {
	text-decoration: none;
	color: #002183;
	font-weight: bold;
	padding: 2px 0 3px 4px;
	font-size: 12px;
}


#red_title_short p a {
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 0 3px 4px;
	font-size: 12px;
	text-decoration: none;
}

#red_title_short p a:hover {
	text-decoration: none;
	color: #002183;
	font-weight: bold;
	padding: 2px 0 3px 4px;
	font-size: 12px;
}


.tblListing tr td {
	padding: 5px;
	font-size: 12px;
}

.tblListing tr.tableshade {
	background-color: #f7f8fb;
}


#goog_ads {
	width: 950px;
	height: 108px;
	background: url(images/back_goog_ads.gif) no-repeat top;
}

#bottom_cap, #bottom_cap_one, #bottom_cap_two {
	width: 950px;
	height: 18px;
}

#bottom_cap {
	background: url(images/bottom_cap.gif) no-repeat top;
}

#bottom_cap_one {
	background: url(images/bottom_cap_one.gif) no-repeat top;
}

#bottom_cap_two {
	background: url(images/bottom_cap_two.gif) no-repeat top;
}

#pic_text {
	position: absolute;
	top: 464px;
	left: 258px;
}

/* /////////////////////////// FOOTER /////////////////////////////// */

#footer {
	width: 950px;
	height: 48px;
}

#footer p {
	text-align: center;
	padding: 10px 0 0 0;
	line-height: 130%;
}

.bottomlinks {
	color: #666666;
}

.bottomlinks a:link, .bottomlinks a:visited, .bottomlinks a:active {
	color: #666666;
}

.bottomlinks a:hover {
	color: #333333;
}

/* /////////////////////////// FONTS ///////////////////////////////// */

.normal 		{ font-weight: normal; font-size: 12px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }

.larger 		{ font-weight: normal; font-size: 13px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #000000; }
.larger2 		{ font-weight: normal; font-size: 13px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #000000; }
.larger3 		{ font-weight: normal; font-size: 15px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #000000; }
.larger4		{ font-weight: normal; font-size: 20px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
.larger5		{ font-weight: normal; font-size: 22px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
.larger6		{ font-weight: bold; font-size: 14px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }


.endofpage  { margin-bottom: 25px; }

.no_show 	{ display: none; }

.bold		{ font-weight: bold; }

.italic		{ font-style: italic; }

.italic2		{ font-style: italic; font-size: 15px; color: #002183; }

.white {
	color: #ffffff;
	font-size: 10px;
}

#gray_link p, #gray_link p a {
	color: #666666;
	font-size: 10px;
}

#gray_link a:hover {
	color: #333333;
	font-size: 10px;
}

.title {
	color: #002183;
	font-weight: bold;
	font-size: 20px;
}

#middle p.sub_title {
	color: #a19388;
	font-weight: bold;
	font-size: 12px;
	padding: 0 15px 5px 20px;
}

.blue3 	{ color: #003399; }

.gray 				{ color: #666666; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 130%; text-decoration: underline; }

a:link				{font-size: 12px; color: #cc0000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 130%; text-decoration: underline; }
a:visited			{font-size: 12px; color: #cc0000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 130%; text-decoration: underline; }
a:active			{font-size: 12px; color: #cc0000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 130%; text-decoration: underline; }
a:hover				{font-size: 12px; color: #002183; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 130%; text-decoration: underline; }

a.red:link			{font-size:  10px; color: #cc0000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 110%; text-decoration: underline; }
a.red:visited		{font-size:  10px; color: #cc0000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 110%; text-decoration: underline; }
a.red:active		{font-size:  10px; color: #cc0000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 110%; text-decoration: underline; }
a.red:hover			{font-size:  10px; color: #002183; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 110%; text-decoration: underline; }

a.blue:link			{font-size:  11px; color: #cc0000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 110%; text-decoration: underline; }
a.blue:visited		{font-size:  11px; color: #cc0000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 110%; text-decoration: underline; }
a.blue:active		{font-size:  11px; color: #cc0000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 110%; text-decoration: underline; }
a.blue:hover		{font-size:  11px; color: #002183; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 110%; text-decoration: underline; }

a.blue2:link			{font-size:  12px; color: #cc0000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 110%; text-decoration: underline; }
a.blue2:visited			{font-size:  12px; color: #cc0000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 110%; text-decoration: underline; }
a.blue2:active			{font-size:  12px; color: #cc0000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 110%; text-decoration: underline; }
a.blue2:hover			{font-size:  12px; color: #002183; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 110%; text-decoration: underline; }

a.blue3:link			{font-size:  12px; color: #cc0000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 110%; text-decoration: underline; }
a.blue3:visited			{font-size:  12px; color: #cc0000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 110%; text-decoration: underline; }
a.blue3:active			{font-size:  12px; color: #cc0000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 110%; text-decoration: underline; }
a.blue3:hover			{font-size:  12px; color: #002183; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 110%; text-decoration: underline; }

#issue {
	width: 20%;
}

#space {
	width: 25%;
}

#event {
	width: 40%;
}


#artship {
	width: 15%;
}



#LIBRARY_WEBRAVEN {
	background: transparent url(images/bot_nav.gif) no-repeat 0px 280px;
	border: solid 1px #cc0000;
	font: bold "verdana" 18px #FFFFFF underline;
}
.expandDiv{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
} 
* html .expandDiv {
	height: 1%;
}