
*{margin:0; padding:0;}
body{
	font: 85% "Courier New" Courier monospace;
	text-align: center;
	background: #4c5b66;
}

a{
	color: #0000ff;
/*	font-weight:bold;*/
	text-decoration:none;
	background-color:inherit;
}
img{
	border: 0px;
}
a:hover{color: Black; text-decoration:none; background-color:inherit;}

#container{
/*	width: 980px;   */
/*	width: 100%;	*/
	background: #ccffff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	margin: 15px auto;
	border: 2px solid #2F4F4F;
}

#header{
	height:200px;
/*	width:980px;	*/
	width: 100%;
	background: #ccffff url('../images/Header.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #37464F;
	text-indent: 100px;
	border-bottom: 2px solid #2F4F4F
 }
 
#menu {
	position: absolute;
	top: 200px;
	left 20px;
	width: 150px;
	height: 500px;
/*	width: 150px;*/
/*	with: 20%;	*/
	padding: 20px 5px 5px 12px;
	font-size: 0.9em;
}

#menu li {
	margin-bottom: 4px;
	list-style-type: none;
	white-space: nowrap;
}

#menu li a {
	display: block;
	font-weight:bold;
	color: #4C5B66;
	padding: 0 0 0 5px;
	height: 36px;
}	

#content{
/*	float:right;*/
/*	width:753px;	*/
/*	width: 80%;	*/
	font-size:0.9em;
	padding: 10px 10px 10px 10px;
	background-color: #ffffcc;
	border-left: 2px solid #2F4F4F;
	margin: 0px 0px 0px 190px;
	position: relative;
/*	height: 100%;*/
	min-height:500px;
	height:auto !important;
	height:500px;
}

#content p{
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	text-align: left;
	font-size: 12pt;
	line-height:135%;
	font-weight: normal;
	color: #000000;
	padding: 5px 5px 5px 5px;
}

#content li{
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	text-align: left;
	font-size: 12pt;
	line-height:135%;
	font-weight: normal;
	color: #000000;
	padding: 5px 5px 5px 5px;
}

#content img{
	padding: 10px 10px 10px 10px;
}

#content h2{
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	display:block;
	font-size:16pt;
/*	font-weight: bold; */
	text-decoration: underline;
	color: #000000;
}

#content calcinput{font-family: "Lucida Console",fixed, monospace;}
/*#content calcinput{font-family: verdana, "trebuchet MS", helvetica, sans-serif;}*/
#content ref{font-size: 10pt}
#content h2 a{font-weight:;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Sidebar styles ****************/

#subcontent{
	float:left;
	width:200px;	
/*	width: 20%;	*/
	line-height:1.4em;
	background-color: transparent;
}

#subcontent h2{
	font-size:1.2em;
	font-weight:bold;
	text-decoration: underline;
	color: #193435;
	background-color: transparent;
}

/**************** Misc classes and styles ****************/
.clear{clear:both;}
.box{
	margin: 0 10px;
	padding: 5px;
	border: 3px groove White;
	background-color: transparent;
	color: Black;
	line-height:1.5em;
	background: url('../mbg2.jpg') repeat;
}

img.centeredimage{
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

#footer{
	clear: both;
/*	width:980px;	*/
	width: 100%;
	background: #ccffff;
	font-size:1.2em;
	color: #4C5B66;
	text-align: center;
	border-top: 2px solid #2F4F4F
}
#footer a{color: #006400; background-color:inherit; font-weight:bold;}
#footer a:hover{color: Red; background-color:inherit;}