html {overflow: -moz-scrollbars-vertical;} 

body {
	background-color:#cba674;
	font-family:arial;
	margin:0em;
	padding:0px 0px 0px 0px;
	color:#000000;
	text-align:center;
	}


/* cba674 background */
/* background-attachment:fixed */
/* background-image:url('images/bg_screen.gif'); */
/* background-image:repeat-y; */




/* --------------------------- Page Formating ------------------------------ */
/* Padding note: top, right, bottom, left */

#myframe {
	display:block;
	padding:0px 0px 0px 0px;
	width:100%;}

#header {display:none;}


#menu {display:none;}


#content {
	color:#202020;
	display:block;
	float:right;	
	font-family:verdana;
	font-size:12px;
	line-height:140%;
	padding:0px 0px 0px 0px;
	text-align:left;
	width:100%;}


.highlight_frame {
	background-color:#ffffff;
	border-color:#953d1e;
	border-style:solid;
	border-width:1px;
	display:block;
	font-family:verdana;
	margin:0 auto;
	padding:0px 0px 10px 0px;
	width:730px;}




.highlight {
	background-color:#ffffff;
	color:#202020;
	display:block;
	font-family:verdana;
	font-size:12px;
	line-height:150%;
	padding:10px 15px 0px 15px;
	text-align:left;
	width:700px;}


#buzzDocs {
	background-color:#ffffff;
	color:#202020;
	display:block;
	font-family:verdana;
	font-size:12px;
	line-height:150%;
	padding:0px 0px 0px 0px;
	text-align:left;
	width:100%;}








/* --------------------------- Tables centered on page ------------------------------ */

table.center {
	margin-left:auto; 
	margin-right:auto;
	} 





/* --------------------------- Helps parent DIV wrap ------------------------------ */
div.clear {
	clear: both; 
	font: 1px/1px sans-serif;
	} 





/* --------------------------- Photos and Captions ------------------------------ */

.float_right {
	float:right;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	line-height:120%;
	margin-left:10px;
	}


.float_left {
	float:left;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	line-height:120%;
	margin-right:10px;
	}


.caption {
	color:#000000;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	}


.border {border:solid 1px #000000;}



/* --------------------------- Text Formating ------------------------------ */

#heading {
	color:#000000;
	font-family:arial;
	font-size:20px;
	font-weight:normal;
	letter-spacing:2px;
	border-bottom:1px solid #000000;
	}


#heading2 {
	color:#000000;
	font-family:arial;
	font-size:20px;
	font-weight:normal;
	letter-spacing:2px;
	}


#h1 {
	color:#000000;
	font-family:arial;
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
	}


#h2 {
	font-weight:bold;
	text-decoration:underline;
	}

p.indent {
	text-indent:2em;
	}


.boldu {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	}


.bold {
	color:#000000;
	font-weight:bold;
	}


.date {
	font-weight:bold;
	font-size:10px;
	}

.class {font-weight:bold; color:#000000;}

/* --------------------------- Content Links ------------------------------ */

A{text-decoration:none}
A:link{color:#0000ff}
A:visited{color:#0000ff}
A:active{color:#0000ff}
A:hover{text-decoration:underline}


A.return {text-decoration:none; font-family:verdana; font-size:10px;}
A.return:link{color:#0000ff}
A.return:visited{color:#0000ff}
A.return:active{color:#0000ff}
A.return:hover{text-decoration:underline}


/* --------------------------- TOC Related ------------------------------ */

.menu A{font-family:verdana; font-size:11px; color:#400000; display:block; width:140px; padding:5px 0px 5px 0px;}
.menu A{text-decoration:none; outline:none;}
.menu A:link{color:#400000;}
.menu A:visited{color:#400000;}
.menu A:active{color:#400000;}
.menu A:hover{text-decoration:none; color:#400000; background-color:#ffffff; font-weight:bold;}


.menu ul {
	list-style-type:none;
	margin:0;
	padding:0px;
	}


.menu li {
	border-bottom:1px solid #5d7f00;
	text-indent:5px;
	}



span.current {
	background-color:#eeb19c;
	display:block;
	color:#000000;
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	padding:5px 0px 5px 0px;
	} 





/* --------------------------- Divider ------------------------------ */

.divider {
	border:0px;
	color:#004a4a; 
	background-color:#005263; 
	height:1px}


hr {
	border:0px;
	color:#808080; 
	background-color:#808080; 
	height:1px;
	margin-top:20px;
	margin-bottom:20px;}	}	





