/*Static stuff*/
#title {
	position: absolute;
	top: 0px;
	left: 0px;
}

#header {
	position: absolute;
	top: 33px;
	left: 0px;
	right: 0px;
	width: 825px;
	height: 42px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #3B426F;
}

a.headerLink {
	position: absolute;
	top: 16px;
	color: #CB9F5B;
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva;
	text-decoration: none;
	/*line-height: .4;*/
}

#header_search {
	position: absolute;
	top: 6px;
	right: 20px;
	color: #CB9F5B;
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva;
}

/*select.issueSearch {
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva;
	position: absolute;
	top: 13px;
	left: 705px;
	/*width: 105px;
}*/

#footer_text {
	position: absolute;
	color: #06143F;
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva;
	right: 25px;
	bottom: 5px;
}

/*[onclick] {
	cursor: pointer;
}*/

.static_pages {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 825px;
	margin: 0px;
	/*border: 0px;*/
	padding: 0px;
	/*height: 314px;*/
	background-color: #FFFFFF;
	/* z-index: 15; */
	
}

#view_static_page {
	width: 725px;
	z-index: 15;
	margin: 53px 0px 20px 37px;
}

#static_hide_extra_white { /*needed for Firefox to work*/
	position: absolute;
	left: 825px;
	top: 75px;
	height: 55px;
	width: 515px;
	background-color: #06143F;
	z-index: 99;
}

#static_title {
	position: absolute;
	top: 90px;
	left: 37px;
	width: 810px;
	font-size: 11pt;
	font-family: Arial, Helvetica, Geneva;
	z-index: 10;
	
}

#static_frame_h {
	position: absolute;
	top: 119px;
	left: 0px;
	width: 635px;
	border-top: solid #000000 1px;
	z-index: 10;
}

#static_frame_v {
	position: absolute;
	top: 119px;
	left: 635px;
	height: 855px;
	border-right: solid #000000 1px;
	z-index: 10;
}

#static_hline {
	position: absolute;
	top: 205px;
	left: 635px;
	width: 172px;
	border-top: solid #000000 1px;
	z-index: 10;
}

#static_container {
	position: absolute;
	top: 26px;
	left: 0px;
	width: 825px;
	background-color: #FFFFFF;
	z-index: 5;
}

#static_article {
	width: 561px;
	z-index: 5;
	margin: 45px 212px 20px 37px;
}


.static_pages_footer {
	position: relative;
	/*top: 389px;*/
	top: 51px;
	left: -8px;
	width: 825px;
	height: 43px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-color: #D9D8E3;
	border-top: solid #06143F 1px;
}

.static_pages_filler { /*needed for Safari to display properly*/
	position: relative;
	height: 43px;
}

/*Home page*/

#home_main_area {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 825px;
	height: 340px;
	background-color: #FFFFFF;
}

#cover {
	position: absolute;
	top: 30px;
	left: 30px;
	
}

#home_vline {
	position: absolute;
	top: 27px;
	left: 222px;
	width: 1px;
	height: 252px;
	border-left: solid #000000 1px;
	/*background-color: red;*/
}

#home_hline {
	position: absolute;
	top: 188px;
	left: 222px;
	width: 88px;
	border-top: solid #000000 1px;
}

#home_issue {
	position: absolute;
	top: 23px;
	left: 228px;
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva;
	/*line-height: 1.9;  /* PROBLEM WITH IE!!!!!!!!!!!!!!!! 1.9*/
}

#home_issue a {
	text-decoration: none;
	color: #000000;
}

#home_issue a:hover {
	text-decoration: none;
	color: #CB9F5B;
}

/*a.departments {
	text-decoration: none;
	color: #000000;
	cursor: default;
}*/

#current {
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva;
}

#home_depts_menu_side {
	position: absolute;
	top: 14px;
	left: 350px;
	width: 1px;
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva;
	padding: 3px 0px 3px 0px;
	line-height: 150%; /* PROBLEM WITH IE!!!!!!!!!!!!!!!!*/
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #DABB85;
	border-width: 1px;
	z-index: 98;
	visibility: hidden;
}

#home_depts_menu {
	position: absolute;
	top: 0px;
	/*top: 100px;
	left: 300px;*/
	width: 146px;
	background-color: #FFFFFF;
	padding: 3px 0px 3px 0px;
	z-index: 99;
	visibility: hidden;
}

#home_depts_menu a:visited, #home_depts_menu a:link{
	text-decoration: none;
	display: block;
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva;
	line-height: 150%; /* PROBLEM WITH IE!!!!!!!!!!!!!!!!*/
	color: #000000;
	/*cursor: default;*/
}

#home_depts_menu a:hover {
	background-color: #DABB85;
}

#home_extras {
	position: absolute;
	top: 195px;
	left: 228px;
	color: #CB9F5B;
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva;
	/*line-height: 1.9; /* PROBLEM WITH IE!!!!!!!!!!!!!!!! 1.9*/
	
}

a.extras {
	text-decoration: none;
	color: #CB9F5B;
	/*cursor: default;*/
}

#home_req_menu_side {
	position: absolute;
	top: 238px;
	left: 346px;
	width: 1px;
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva;
	padding: 3px 0px 3px 0px;
	line-height: 150%; /* PROBLEM WITH IE!!!!!!!!!!!!!!!!*/
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #DABB85;
	border-width: 1px;
	z-index: 98;
	visibility: hidden;
}

#home_req_menu {
	position: absolute;
	top: 239px; /* 1 px more than home_req_menu_side */
	left: 347px; /* 1 px more than home_req_menu_side */
	/*width: 210px;*/
	background-color: #FFFFFF;
	padding: 3px 0px 3px 0px;
	z-index: 99;
	visibility: hidden;
}

#home_req_menu a:visited, #home_req_menu a:link{
	text-decoration: none;
	display: block;
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva;
	line-height: 150%; /* PROBLEM WITH IE!!!!!!!!!!!!!!!!*/
	color: #000000;
	/*cursor: default;*/
}

#home_req_menu a:hover {
	background-color: #DABB85;
}

#home_fun_menu_side {
	position: absolute;
	top: 260px;
	left: 305px;
	width: 1px;
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva;
	padding: 3px 0px 3px 0px;
	line-height: 150%; /* PROBLEM WITH IE!!!!!!!!!!!!!!!!*/
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #DABB85;
	border-width: 1px;
	z-index: 98;
	visibility: hidden;
}

#home_fun_menu {
	position: absolute;
	top: 0px;
	/*top: 100px;
	left: 300px;*/
	width: 120px;
	background-color: #FFFFFF;
	padding: 3px 0px 3px 0px;
	z-index: 99;
	visibility: hidden;
}

#home_fun_menu a:visited, #home_fun_menu a:link{
	text-decoration: none;
	display: block;
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva;
	line-height: 150%; /* PROBLEM WITH IE!!!!!!!!!!!!!!!!*/
	color: #000000;
	/*cursor: default;*/
}

#home_fun_menu a:hover {
	background-color: #DABB85;
}

#feature_layout {
	position: absolute;
	top: 140px;
	left: 530px;
	border: solid #000000 2px;  
}

#dept_title {
	position: absolute;
	top: -20px;
	left: 0px;
	width: 335px;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva;
}

#articles {
	position: absolute;
	top: 30px;
	left: 490px;
	width: 330px;
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva;
	/*overflow: auto;*/
}

#articles a {
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva;
	color: #CB9F5B;
	text-decoration: none;

}

#home_footer {
	position: absolute;
	top: 415px;
	left: 0px;
	width: 825px;
	height: 43px;
	background-color: #D9D8E3;
	border-top: solid #06143F 1px;
}


/* Browse archives page*/

#browse_main_area {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 825px;
	height: 371px;
	background-color: #FFFFFF;
}

#archive {
	position: absolute;
	top: 20px;
	left: 50px;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva;
	color: #000000;
}

/*#archives {
	position: absolute;
	top: 39px;
	left: 32px;
	width: 295px;
	background-color: red;
}*/

.archive_issue {
	position: absolute;
	/*line-height: 2.0;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva;*/
	text-align: center;
	width: 60px;
	height: 75px;
	background-color: blue;
	/*color: #CB9F5B;*/
}

.browse_cover_small {
	position: absolute;
	height: 54px;
	width: 41px;
	/*left: 9px;*/
	/*right: 5px;*/
}

.archive_issue_text {
	position: absolute;
	width: 60px;
	line-height: 200%; /* PROBLEM WITH IE!!!!!!!!!!!!!!!!*/
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva;
	text-align: center;
	/*background-color: green;*/
	color: #CB9F5B;
}

#browse_vline {
	position: absolute;
	top: 59px;
	left: 336px;
	height: 265px;
	width: 1px;
	border-left: solid #000000 1px;
}

#browse_more_archives {
	position: absolute;
	top: 4px;
	left: 363px;
}

#browse_more_archives a {
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva;
	text-decoration: none;
	color: #CB9F5B;
}

#browse_cover_big {
	position: absolute;
	top: 59px;
	left: 363px;
	height: 216px;
	width: 171px;
}

#browse_issue_name {
	position: absolute;
	top: 59px;
	left: 551px;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva;
	color: #CB9F5B;
}

#browse_issue {
	position: absolute;
	top: 84px;
	left: 550px;
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva;
	line-height: 190%; /* PROBLEM WITH IE!!!!!!!!!!!!!!!!*/
}

#browse_issue a {
	text-decoration: none;
	color: #000000;
}

#browse_issue a:hover {
	text-decoration: none;
	color: #CB9F5B;
}

#down_arrow {
	position: absolute;
	top: 346px;
	left: 53px;
}

#up_arrow {
	position: absolute;
	top: 347px;
	left: 69px;
}

#browse_home_link {
	position: absolute;
	top: 348px;
	left: 102px;
}

#browse_home_link a {
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva;
	text-decoration: none;
	color: #CB9F5B
}

#browse_search_link {
	position: absolute;
	top: 348px;
	left: 143px;
}

#browse_search_link a {
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva;
	text-decoration: none;
	color: #CB9F5B
}

#browse_more_link {
	position: absolute;
	top: 348px;
	left: 248px;
}

#browse_more_link a {
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva;
	text-decoration: none;
	color: #CB9F5B
}

#browse_footer {
	position: absolute;
	top: 446px;
	left: 0px;
	width: 825px;
	height: 43px;
	background-color: #D9D8E3;
	border-top: solid #06143F 1px;
}


/* View article page */



/*#view_extra_white { /*needed for Firefox to work
	position: absolute;
	left: 0px;
	top: 0px;
	height: 46px;
	width: 75px;
	background-color: #06143F;
}*/

#view_hide_extra_white { /*needed for Firefox to work*/
	position: absolute;
	left: 825px;
	top: 0px;
	height: 46px;
	width: 475px;
	background-color: #06143F;
}

#view_main_area {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 1300px;
	height: 46px;
	background-color: #FFFFFF;
}

#article_trail {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 810px;
	font-size: 11pt;
	font-family: Arial, Helvetica, Geneva;
	
}

#article_frame_h {
	position: absolute;
	top: 46px;
	left: 0px;
	width: 635px;
	border-top: solid #000000 1px;
	z-index: 10;
}

#article_frame_v {
	position: absolute;
	top: 46px;
	left: 635px;
	height: 855px;
	border-right: solid #000000 1px;
	z-index: 10;
}

#email_article {
	position: absolute;
	top: 62px;
	left: 524px;
	width: 42px;
	height: 100px;
	text-align: center;
	z-index: 50;
	float: right;
}

#email_article a {
	font-size: 11pt;
	font-family: Arial, Helvetica, Geneva;
	color: #000000;
	text-decoration: none;
}

#print_article {
	position: absolute;
	top: 62px;
	left: 578px;
	width: 42px;
	text-align: center;
	z-index: 50;
}

#print_article a {
	font-size: 11pt;
	font-family: Arial, Helvetica, Geneva;
	color: #000000;
	text-decoration: none;
}

#view_hline {
	position: absolute;
	top: 132px;
	left: 635px;
	width: 172px;
	border-top: solid #000000 1px;
	z-index: 10;
}

#view_extras {
	position: absolute;
	top: 43px;
	left: 641px;
	color: #CB9F5B;
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva;
	/*line-height: 1.9; /* PROBLEM WITH IE!!!!!!!!!!!!!!!!*/
	z-index: 10;
}

#view_req_menu_side {
	position: absolute;
	top: 164px;
	left: 759px;
	width: 1px;
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva;
	padding: 3px 0px 3px 0px;
	line-height: 150%; /* PROBLEM WITH IE!!!!!!!!!!!!!!!!*/
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #DABB85;
	border-width: 1px;
	z-index: 95;
	visibility: hidden;
}

#view_req_menu {
	position: absolute;
	/*
	top: 87px;
	left: 758px;
	*/
	top: 0px;
	/*width: 210px;*/
	min-width: 50px;
	background-color: #FFFFFF;
	padding: 3px 0px 3px 0px;
	z-index: 96;
	visibility: hidden;
}

#view_req_menu a:visited, #view_req_menu a:link{
	text-decoration: none;
	display: block;
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva;
	line-height: 150%; /* PROBLEM WITH IE!!!!!!!!!!!!!!!!*/
	color: #000000;
	/*cursor: default;*/
}

#view_req_menu a:hover {
	background-color: #DABB85;
}

#view_fun_menu_side {
	position: absolute;
	top: 185px;
	left: 716px;
	width: 1px;
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva;
	padding: 3px 0px 3px 0px;
	line-height: 150%; /* PROBLEM WITH IE!!!!!!!!!!!!!!!!*/
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #DABB85;
	border-width: 1px;
	z-index: 93;
	visibility: hidden;
}

#view_fun_menu {
	position: absolute;
	top: 0px;
	/*top: 100px;
	left: 300px;*/
	width: 120px;
	background-color: #FFFFFF;
	padding: 3px 0px 3px 0px;
	z-index: 94;
	visibility: hidden;
}

#view_fun_menu a:visited, #view_fun_menu a:link{
	text-decoration: none;
	display: block;
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva;
	line-height: 150%; /* PROBLEM WITH IE!!!!!!!!!!!!!!!!*/
	color: #000000;
	/*cursor: default;*/
}

#view_fun_menu a:hover {
	background-color: #DABB85;
}

#article_pictures {
	position: absolute;
	top: 133px;
	left: 636px;
	width: 189px;
	text-align: center;
	z-index: 90;
	background-color: #FFFFFF;
}

#article_container {
	position: absolute;
	top: 46px;
	left: 0px;
	width: 825px;
	background-color: #FFFFFF;
	z-index: 5;
}

#view_article {
	width: 561px;
	z-index: 5;
	margin: 45px 212px 20px 37px;
}

#filler { /*fills up whitespace in case article is small*/
	position: absolute;
	top: 46px;
	left: 0px;
	width: 825px;
	height: 875px; /*needs to be same as article_frame plus whatever extra padding you want*/
	background-color: #FFFFFF;

}

#view_picture {
	position: absolute;
	top: 91px;
	width: 636px;
	text-align: center;
	z-index: 6;
	background-color: #FFFFFF;
}

#view_picture td {
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva;
}

#view_picture a {
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva;
	color: #CB9F5B;
	text-decoration: none;
}


/* Email page */
#email_main_area {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	background-color: #06143F;
	font-family: Arial, Helvetica, Geneva;
	font-size: 9pt;
	color: #CB9F5B;
}

#email_main_area td, #email_main_area a {
	font-family: Arial, Helvetica, Geneva;
	font-size: 9pt;
	color: #CB9F5B;
}

#email_main_area input,#email_main_area textarea {
	font-family: Arial, Helvetica, Geneva;
	font-size: 9pt;
	color: #000000;
}

#email_head {
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva;
	color: #CB9F5B;
}


/* Print page */
/*#print_main_area {  Was making FireFox only print 1 page
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	background-color: #FFFFFF;
	margin: 10px .5in 10px .75in;
	/*font-family: Arial, Helvetica, Geneva;
}*/

/* Search Page */

#search_main_area {
	position: absolute;
	top: 75px;
	left: 0px;
	height: 385px;
	width: 825px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Geneva;
}

#advanced_search {
	position: absolute;
	top: 20px;
	left: 50px;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva;
	color: #000000;
}

#search_form {
	position: absolute;
	top: 50px;
	left: 50px;

}

#search_form table, select, input, textarea {
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva;
	/*line-height: 250%;*/ /* PROBLEM WITH IE!!!!!!!!!!!!!!!!*/
	color: #000000;

}

#search_vline {
	position: absolute;
	/*top: 30px;
	left: 430px;
	width: 1px;
	height: 200px;
	border-right: solid #000000 1px;*/
}

.search_stats {
	position: absolute;
	top: -8px;
	left: 55px;
	width: 265px;
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva;
	color: #000000;
}

.search_stats a {
	color: #CB9F5B;
	text-decoration: none;

}

#search_home_link {
	position: absolute;
	top: 362px;
	left: 52px;
}

#search_home_link a {
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva;
	text-decoration: none;
	color: #CB9F5B
}

#search_browse_link {
	position: absolute;
	top: 362px;
	left: 85px;
}

#search_browse_link a {
	font-size: 7pt;
	font-family: Arial, Helvetica, Geneva;
	text-decoration: none;
	color: #CB9F5B
}

#search_footer {
	position: absolute;
	top: 385px;
	left: 0px;
	width: 825px;
	height: 43px;
	background-color: #D9D8E3;
	border-top: solid #06143F 1px;
}

/* Y-card pages */

#ycard_main_area {
	position: absolute;
	top: 75px;
	left: 0px;
	height: 585px;
	width: 825px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Geneva;
}


#ycard_trail {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 11pt;
	font-family: Arial, Helvetica, Geneva;
	width: 650px;
	/*border-bottom: solid #000000 1px;*/
}

#ycard_trail a {
	font-size: 11pt;
	font-family: Arial, Helvetica, Geneva;
	color: #CB9F5B;
	text-decoration: none;
}

#ycard_display_h {
	position: absolute;
	top: 75px;
	left: 0px;
	height: 800px;
	width: 825px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Geneva;
}

#ycard_display_v {
	position: absolute;
	top: 75px;
	left: 0px;
	height: 1125px;
	width: 825px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Geneva;
}

#ycard_display_h_footer {
	position: absolute;
	top: 875px;
	left: 0px;
	width: 825px;
	height: 43px;
	background-color: #D9D8E3;
	border-top: solid #06143F 1px;
}

#ycard_display_v_footer {
	position: absolute;
	top: 1200px;
	left: 0px;
	width: 825px;
	height: 43px;
	background-color: #D9D8E3;
	border-top: solid #06143F 1px;
}

#ycard_footer {
	position: absolute;
	top: 660px;
	left: 0px;
	width: 825px;
	height: 43px;
	background-color: #D9D8E3;
	border-top: solid #06143F 1px;
}


a.gold {
	text-decoration: none;
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva;
	color: #CB9F5B;
}

#puzzle_main_area {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 825px;
	height: 566px;
	background-color: #FFFFFF;
	text-align:center;
}

#puzzle_footer {
	position: absolute;
	top: 641px;
	left: 0px;
	width: 825px;
	height: 43px;
	background-color: #D9D8E3;
	border-top: solid #06143F 1px;
}


/* Admin Site */

#admin_sidebar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 300px;
	background-color: #3B426F;
}

.sidebar_links {
	color: #CB9F5B;
	font-size: 12pt;
	font-family: Arial, Helvetica, Geneva;
	text-decoration: none;
}

#admin_main_area {
	position: absolute;
	top: 0px;
	left: 155px;
	font-family: Arial, Helvetica, Geneva;
	background-color: #FFFFFF;
}

select,input {
	font-size: 10pt;
}

/* Admin Issues */

#admin_issues {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 18pt;
	font-family: Arial, Helvetica, Geneva;
	color: #000000;
}

.admin_cover_small {
	position: relative;
	top: 0px;
	height: 90px;
	width: 70px;

}

#admin_issue_options {
	position: absolute;
	top: 40px;
	left: 300px;
	width: 500px;
}

.grey {
	color:#666666;
}

.redText {
	color: #FF0000;
}



