/* Chris's style. */
#fake-leftbar
{
    width: 200px;
    background-color: #333;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -10;
    border-right: 10px solid #bbb;
}

div.box {
   background-color: #CBCCCD; /*FFFF99;*/
   /* border: solid; */
   /* border-width: thin; */
   width: 100%
}

hr {
 color: #FFBA3A;
 background-color: #FFBA3A;
 }

td.section_body {
   /* background: rgb(255, 255, 153); */
   background: #E6E6E6; /*#FFFFCC;*/
   font-size: 100%;
}

td.section_body pre {
	font-size: 110%;
}

div.view_menu {
   background-color: #CBCCCD;
}

td.section_header {
   font-family: Verdana, sans-serif;
   font-size: 125%;
}

blockquote.error {
   color: red;
}

/* Lauren's style. */
body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: left;
}

#main {
	margin: 0px;
	padding: 0px;

}

#header1 {
	clear: both;
	height: 70px;
	background: #c0c0c0;
	/*border-top: 2px solid #d6d8d8;
	border-bottom: 2px solid #d6d8d8;*/
}

#header2 {
	padding: 15px 50px 15px 100px;
	clear: both;
	background: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #fff;  
	font-size: 13px;
	border-top: 2px solid #d47e31;
	border-bottom: 2px solid #d47e31;
}

#con1{
	width: 100%;
	min-width: 500px;
	max-width: 1200px;
}

#leftside {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 210px;
	text-align: right;
}

#content {
	float: left;
	width: 70%;
	margin: 0px;
	padding: 10px;
}

#logo {
	text-align: left;
	border: 0;
	margin-top: 25px;

}

	
/* //text// */


#header2 a {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ffffff;  
	font-size: 13px;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
}

#header2 a:hover {
	color: #d47e31;
}

#content, #content td {	/*makes all text consistent - was #content p*/
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;  
	font-size: 13px;
	line-height: 18px;
}

tt {
	font-size: 115%;
}

#content a {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #d47e31;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
}

#content a:hover {
	color: #000;
}

#content h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #d47e31;  
	font-size: 16px;
}

#content h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;  
	font-size: 14px;
	font-weight: bold;
}

#content h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;  
	font-size: 13px;
	font-weight: bold;
}




/* //menu// */


#menu {
	width: 100%; /*200px;*/
	margin-top: 50px;
	font-size: 12px;
	padding-bottom: 20px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #fff;  
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}

#menu li a {
	margin-bottom: 3px;
	padding: 4px 17px 4px 17px ;
	display: block;
	background-color: #52565b; 
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover {
	background-color: #fff;
	color: #d47e31;
}

#menu ul li {  /*fixes the white-space in the menus for IE*/
	float: left;
	width: 200px;
}

/* //misc// */


img {
	border: 0;
	}

