/* CSS Document */
body {
    color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.hide {
    display: none;
}

.topborder {
	border-top: 1px solid #fff;
}

.figure_left {
	float: left;
	width: 150px;
	border: 1px #E3E6DB solid;
	margin: 0.5em 1em 0.5em 0;
	padding: 1em;
	background: transparent;
}

.figure_left p {
	width: 150px;
	margin-top: 10px;
	text-align: center;
	font-style: italic;
	font-size: 0.75em;
	line-height: 1.75em;
}

.figure_left_wide {
	float: left;
	width: 225px;
	border: 1px #E3E6DB solid;
	margin: 0.5em 1em 0.5em 0;
	padding: 1em;
	background: transparent;
}

.figure_left_wide p {
	width: 225px;
	margin-top: 10px;
	text-align: center;
	font-style: italic;
	font-size: 0.75em;
	line-height: 1.75em;
}

.figure_right {
	float: right;
	width: 150px;
	border: 1px #E3E6DB solid;
	margin: 0.5em 0 0.5em 1em;
	padding: 1em;
	background: transparent;
}

.figure_right p {
	width: 150px;
	margin-top: 10px;
	text-align: center;
	font-style: italic;
	font-size: 0.75em;
	line-height: 1.75em;
}

.figure_right_wide {
	float: right;
	width: 225px;
		border: 1px #E3E6DB solid;
	margin: 0.5em 0 0.5em 1em;
	padding: 1em;
	background: transparent;
}


.figure_right_wide p {
	width: 225px;
	margin-top: 10px;
	text-align: center;
	font-style: italic;
	font-size: 0.75em;
	line-height: 1.75em;
}

.print_sidebar {
	color: #333;
	font-size: 0.7em;
	font-style: italic;
	text-align: center;
}


img {
	display: block;
	border: 0;
}

a:link {
    font-weight: bold;
	text-decoration: none;
	color: #cf0105;
	background: transparent;
}

a:visited {
    font-weight: bold;
	text-decoration: none;
	color: #cf0105;
	background: transparent;
}

a:hover {
    font-weight: bold;
	text-decoration: none;
	color: #A0A0A0;
	background: transparent;
}

a:active {
    font-weight: bold;
	text-decoration: none;
	color: #A0A0A0;
	background: transparent;
}

p {
    margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	line-height: 1.5;
}

#masthead {
    background: #cf0105;
	margin: 0;
	padding: 0;
}

#masthead h1 {
    font-size: 3em;
	/*line-height: 1.25;*/
	font-weight: bold;
	border-top: 15px solid #cf0105;
	background-color: #E3E6DB;
	color: #cf0105;
	margin: 0;
	padding: 0 0 0 3px;
}

#masthead h2 {
    font-size: 1em;
	font-weight: bold;
	color: #E3E6DB;
	line-height: 1.5;
	margin: 0;
	padding: 0 0 0 9px;
}
 
/* All the content boxes belong to the content class. */
.content {
	/* Had to remove the below positioning for IE 5.5 (SSgt L.)*/
	/* position:relative;
	width:auto;
	min-width: 150px; */
	margin: 20px 100px 20px 230px;
	padding:10px;
	z-index:3; 
	visibility: visible; 
	}

.content h2 {
	font-style: italic;
}

.content h5 {
	font-size: 1.25em;
	font-weight: 900;
	color: #CF0105;
	background: transparent;
}

.content h6 {
	font-size: 1em;
	font-weight: 900;
	color: #CF0105;
	background: transparent;
}

.content dt {
	font-weight: bold;
}

.content p,li,dd,a  {
	font-size: 0.9em;
}

.content ul {
    list-style-type: square;
}

.content li {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.5;
	
}

#navAlpha {
	position:absolute;
	width:160px;
	top:280px;
	left:20px;
	background-color: #E3E6DB;
	/* padding:10px; */
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:160px;}

#navAlpha .logo img {
	text-align: center;
	border: 0;
	margin: 0;
	padding: 0 0 5px 0;
}

#navAlpha p {
	font-size: .75em;
	margin: 10px;
}

#navAlpha h3 {
	margin: 10px;
}

#navAlpha h4 {
	margin: 10px;
}

#navAlpha a {
	display: block;
	line-height: 1.5em;
	font-size: 0.75em;
	border-bottom: 1px solid #ffffff;
	padding: 10px;
	color: #cf0105;
}

#navAlpha li{
	list-style-type: none;
}

#navAlpha li a {
	margin-top: -10px;
	margin-bottom: -6px;
}

#navAlpha a:hover {
    font-weight: bold;
	text-decoration: none;
	color: #CCC;
	background: #cf0105;
}

#navAlpha a:active {
    font-weight: bold;
	text-decoration: none;
	color: #CCC;
}

#navBeta {
	position:absolute;
	width:160px;
	top:280px;
	right:20px;
	background-color: #E3E6DB;
	/* padding:10px; */
	z-index:2;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
}

#navBeta {
    color: #cf0105;
}

#navBeta li {
	list-style-type: square;
	font-weight:normal;
	padding: 8px 0px;
}

#navBeta ul {
	padding-bottom: 8px;
}

#navBeta dt {
	font-weight: bold;
}

#navBeta .caption {
	font-size: 0.75em;
	line-height: 1.25;
	font-style: italic;
}

#navBeta a {
	display: block;
	line-height: 1.5em;
	font-size: 0.75em;
	border-bottom: 1px solid #fff;
	padding: 10px;
	color: #cf0105;
}

.submenu2 {
	position:absolute;
	visibility: hidden;
	border:1px solid #ffffff;
	border-bottom-width: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 15px;
	z-index: 100;
	background-color: #E3E6DB;
	width: 200px;
}
.submenu2 a {
	width: 100%;
	display: block;
	text-indent: 7px;
	border-bottom: 1px solid #ffffff;
	padding: 1px 3px;
	text-decoration: none;
	background-color: #E3E6DB;
	color: #cf0105;
}
.submenu2 a:hover{
	background-color: #cf0105;
	color: #E3E6DB;
}
.submenu a:visited{
	color: #FFF;
}
.submenu2 a:active{
	color: #FFF;
}

.submenu2 a.title {
	font-size: 10px;
	text-indent: 3px;
	color: #FFF;
}

/*For random List of Links */
#listoflinks {
	width:350px;
	background-color: #E3E6DB;
	/* padding:10px; */
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:350px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#listoflinks {width:160px;}

#listoflinks .logo img {
	text-align: center;
	border: 0;
	margin: 0;
	padding: 0 0 5px 0;
}

#listoflinks p {
	font-size: .75em;
	margin: 10px;
}

#listoflinks h3 {
	margin: 10px;
}

#listoflinks h4 {
	margin: 10px;
}

#listoflinks a {
	display: block;
	line-height: 1.5em;
	font-size: 0.75em;
	border-bottom: 1px solid #ffffff;
	padding: 10px;
	color: #cf0105;
}

#listoflinks li{
	list-style-type: none;
}

#listoflinks li a {
	margin-top: -10px;
	margin-bottom: -6px;
}

#listoflinks a:hover {
    font-weight: bold;
	text-decoration: none;
	color: #CCC;
	background: #cf0105;
}

#listoflinks a:active {
    font-weight: bold;
	text-decoration: none;
	color: #CCC;
}

