/* CSS Document */
body {
    color: #000;
	background: #C4BD97;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.hide {
    display: none;
}

.topborder {
	border-top: 1px solid #000000;
}

.figure_left {
	float: left;
	width: 150px;
	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;
	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;
	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;
	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: #000;
	background: transparent;
}

a:visited {
    font-weight: bold;
	text-decoration: none;
	color: #000;
	background: transparent;
}

a:hover {
    font-weight: bold;
	text-decoration: underline;
	color: #C4BD97;
	background: transparent;
}

a:active {
    font-weight: bold;
	text-decoration: underline;
	color: #DDD;
	background: transparent;
}

p {
    margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	line-height: 1.5;
}

#masthead {
    background: #C4BD97;
	margin: 0;
	padding: 0;
	border-color: 2px solid #000000;
}

#masthead h1 {
    font-size: 3em;
	/*line-height: 1.25;*/
	font-weight: bold;
	font-family: calibri;
	font-style: italic;
	background-color: #C4BD97;
	color: #000000;
	margin: 0;
	padding: 0 0 0 3px;
}

#masthead h2 {
    font-size: 1em;
	font-weight: bold;
	color: #000;
	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: 0px 0px 0px 165px;
	padding:10px;
	z-index:3; 
	visibility: visible;
	background-color: #ffffff;	
	}

.content h2 {
    font-size: 2em;
	/*line-height: 1.25;*/
	font-weight: bold;
	font-family: calibri;
	font-style: italic;
	background-color: #ffffff;
	color: #000000;
	margin: 0;
	padding: 0 0 0 3px;
}

.content h5 {
	font-size: 1.25em;
	font-weight: 900;
	color: #000;
	background: transparent;
}

.content h6 {
	font-size: 1em;
	font-weight: 900;
	color: #000;
	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:155px;
	top:250px;
	text-decoration: none;
	background: #C4BD97 repeat-x bottom;
	border: 1;
	border-style: solid;
	border-color: #000000;
	/* 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;
	text-decoration: none;
}

#navAlpha p {
    font-weight: bold;
	text-decoration: none;
	color: #DDD;
	background-color: #000;
	display: block;
	line-height: 1.5em;
	font-size: 0.75em;
	padding: 10px;
	text-align: center;
}

#navAlpha h3 {
	margin: 10px;
	text-decoration: none;
}

#navAlpha h4 {
	margin: 10px;
	text-decoration: none;
}

#navAlpha a {
	display: block;
	line-height: 1.5em;
	font-size: 0.75em;
	padding: 10px;
	color: #000000;
	text-decoration: none;
}

#navAlpha li{
	list-style-type: none;
	text-decoration: none;
}

#navAlpha li a {
	margin-top: -10px;
	margin-bottom: -6px;
	text-decoration: none;
}

#navAlpha a:hover {
    font-weight: bold;
	text-decoration: none;
	color: #DDD;
	background-color: #000;
}

#navAlpha a:active {
    font-weight: bold;
	text-decoration: none;
	color: #DDD;
	background-color: #000;
}

#companynavBeta {
	position:absolute;
	width:155px;
	top:680px;
	background: #C4BD97; repeat-x bottom;
	/* padding:10px; */
	z-index:2;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
	border: 1px solid #000000;
}

#companynavBeta p {
    font-weight: bold;
	text-decoration: none;
	color: #DDD;
	background-color: #000;
	display: block;
	line-height: 1.5em;
	font-size: 0.75em;
	padding: 10px;
	text-align: center;
}

#companynavBeta a:hover {
    font-weight: bold;
	text-decoration: none;
	color: #DDD;
	background-color: #000;
}

#companynavBeta a:active {
    font-weight: bold;
	text-decoration: none;
	color: #DDD;
	background-color: #000;
}

#companynavBeta {
    color: #cf0105;
}

#companynavBeta li {
	list-style-type: square;
	font-weight:normal;
	padding: 8px 0px;
}

#companynavBeta ul {
	padding-bottom: 8px;
}

#companynavBeta dt {
	font-weight: bold;
}

#companynavBeta .caption {
	font-size: 0.75em;
	line-height: 1.25;
	font-style: italic;
}

#companynavBeta a {
	display: block;
	line-height: 1.5em;
	font-size: 0.75em;
	padding: 10px;
	color: #000;
}

#navBeta {
	position:absolute;
	width:155px;
	top:830px;
	background: #C4BD97; repeat-x bottom;
	/* padding:10px; */
	z-index:2;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
	border: 1px solid #000000;
}

#navBeta p {
    font-weight: bold;
	text-decoration: none;
	color: #DDD;
	background-color: #000;
	display: block;
	line-height: 1.5em;
	font-size: 0.75em;
	padding: 10px;
	text-align: center;
}

#navBeta a:hover {
    font-weight: bold;
	text-decoration: none;
	color: #DDD;
	background-color: #000;
}

#navBeta a:active {
    font-weight: bold;
	text-decoration: none;
	color: #DDD;
	background-color: #000;
}

#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;
	padding: 10px;
	color: #000;
}

.submenu2 {
	position:absolute;
	visibility: hidden;
	border:1px solid #000000;
	border-bottom-width: 1px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 15px;
	z-index: 100;
	background: #C4BD97;
	width: 200px;
	text-decoration: none;
}
.submenu2 a {
	width: 100%;
	display: block;
	text-indent: 7px;
	padding: 1px 3px;
	text-decoration: none;
	background-color: #C4BD97;
	color: #000;
}
.submenu2 a:hover{
	background-color: #000;
	color: #DDD;
	text-decoration: none;
}

.submenu2 a:active{
	background-color: #000;
	color: #DDD;
	text-decoration: none;
}

.submenu2 a.title {
	font-size: 10px;
	text-indent: 3px;
	color: #000;
	text-decoration: none;
}

