/********************************************************************
** Global Style Sheet --
**
********************************************************************/

/********************************************************************
** COLORS
** since i seem to change these separately from the rest of the structure
** and these tend to be themed/overridden together in local.css
********************************************************************/

body { background-color: #ddd; }

.structure { border-color: #113; }
#header {	background-color: #66a; }
#topicmenu { background-color: #99b; }
#content { background-color: #fff; }
#bottom { background-color: #66a; }

#topicmenu a {
		border-color: black;
		background-color: #bbf;
		color: black;
	}
#topicmenu a:hover {
		background-color: #dee;
		color: black;
	}

#bottom a:hover {
		background-color: #88b;
	}

#content a {
		color: #339;
	}
#content a:link {
		color: #339;
		background-color: #ddf;
	}
#content a:visited {
		color: #333;
		background-color: #ddd;
	}
#content a:hover {
		color: white;
		background-color: #336; 
	}

/* placed at top of screen - but more consistent */
#sitemenu { 
		border-color: #004;
		background-color: #004;
		color: white;
	}	
#sitemenu a {
		background-color: #004;
		color: white;
	}
#sitemenu a:hover {
		background-color: #336;
		color: white;
	}
#sitemenu .adisabled {
	border-color: #999; 
	border-width: 2px 0px;
		border-style: solid;
		color: #fff;
	}

/********************************************************************
** FORMATTING
** affects physical layout and structure
********************************************************************/

body { margin: 0px; padding: 0px;
		/* background: url(/header_bgnd.png) repeat; */
	font: 12px/16px verdana, arial, helvetica, sans-serif;	
	}

a {
	text-decoration: none;
	}

/*	
p { }
h1 { }
h2 { }
*/
li { 
	margin: 3px 0px 6px;
	}

.term {
	font-weight: bold;
	}

.textonly {
	display: none;
		visibility: hidden;
	}

/******************************************************************** 
** MAIN BUILDING ELEMENTS
** #banner, #content and #bottom should be aligned together
********************************************************************/

.structure {
	margin: 0px 35px 0px;
	padding: 0px;
	border-width: 1px 8px 1px;
		border-style: solid;
	}

#header {	
	margin-top: 15px;
	}

#content {
	padding: 5px 25px 10px;
	}

#bottom { 
	margin-top: 10px;
	padding: 3px 10px;
	font: 12px verdana, arial, helvitica, sans-serif;
	}

/* Placed at top of screen */
#sitemenu {
	display: block;
	margin: 0px;
	padding: 2px 10px;
	border-width: 3px;
	}

#topicmenu {
	display: block;
	margin-left: 75px; margin-right: 75px;
	border-width: 0px 3px 0px 3px;
	font: 12px verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	}

/********************************************************************
** SUB ELEMENTS
********************************************************************/

#title {
	display: block;
	margin: 10px 15px 0px;
	padding: 3px 0px;
	font: 24px verdana, arial, helvetica, sans-serif;	
	font-weight: bold;
	}

#subtitle {
	display: block;
	margin: 0px 15px 10px 30px;
	padding: 0px;
	font: 14px/18px verdana, arial, helvetica, sans-serif;	
	font-weight: bold;
	}

#sitemenu span {
	margin-left: 20px;
	}
#sitemenu a {
	padding: 2px 5px;
	}
#sitemenu .adisabled { 
	padding: 0px 5px;
	}

#topicmenu span {
	margin-left: 5px;
	border-width: 0px 3px;
		border-style: solid;
	}
#topicmenu .adisabled {
	padding: 0px 3px;
	border-width: 3px 3px; 
	}
#topicmenu a {
	padding: 0px 3px;
		text-decoration: none;
	}

#content a {
	padding: 1px 3px;
	}

/********************************************************************
** PRINTING STREAMLINING
********************************************************************/
@media print {
	body {
			background: none !important;
			background-color: white !important;
		}
		
	.structure {
		margin: 0px 10px !important;
		padding: 0px !important;
		border-width: 0px !important; 
			background: none !important; 
			border-color: black !important;
			background-color: white !important;
			color: black !important;
		}
		
	#sitemenu {	
		display: none !important;
		}
	#header {	
		margin-bottom: 20px !important;
		border-width: 0px 0px 5px !important;
			border-style: double !important;
		}
	#topicmenu {
		display: none !important; 
		}
	#content { 
		}
	#bottom { 
		border-width: 1px 0px 0px !important;
			border-style: solid;
		}
	}