body, html{
	margin:0;
	padding:0;
}
body {
	min-width:720px;
}

/* position:absolute for all browsers */
div#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:90px;
}

/* position:fixed for new browsers */
body>div#headerwrap {
	position:fixed;
}
div#header {
	height:100px;
	width:720px;
	margin:0 auto;
}

/* left margin -old browsers-*/
div#middlewrap {
/* set left margin and bottom padding for IE5/Win */
	padding:90px 0 0 0;
	margin-left:0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:16px;
	padding-bottom:50px;
}

/* left margin for new browsers */
body>div#middlewrap {
	margin-left:0;
}
div#middle {
	width:720px;
	margin:0 auto;
	}
div#sidebar {
	width:180px;
	float:left;
}
div#content {
	padding:0 10px;
	margin-left:180px;
}

div#footer {
	height:25px;
	width:720px;
	margin:0 auto;
}

/* font, size, and color of text */
body,
html{
	font-family:"Trebuchet MS", Georgia, Verdana, serif;
	color:#000;
	background:#aaa;
}
div#header,
div#footer {
	background:#333;
	color:#eee;
}

div#middle {
	background:#eee;
}

div#sidebar {
        background:#;
}

div#content {
	background:#fff;
}
h1,
h2 {
	padding:0;
	margin:0;
}
div#sidebar h2 {
	padding-left:5px;
}
div#footer h2 {
	text-align:center;
	padding:0;
	margin:0;
}
div #footer p {
	margin:0;
	padding:0;
	text-align:center;
}
div#footer a {
	color:#fff;
}
h1 {
	font-size:22px;
	text-align:left;
	padding-top:20px;
}
h2 {
	font-size:1.2em;
	padding-top:1em;
	margin-top:0;
}
p {
	margin-bottom:0;
	font-size:15px;
	line-height:18px;
}
pre {
	font-size:0.9em;
	line-height:1.4em;
}
ul {
	font-size:20px;
	line-height:10px;
	
}

/* hyperlink styles */

.class1 A:link {text-decoration: none; color:#14223D;}
.class1 A:visited {text-decoration: none; color:#14223D;}
.class1 A:active {text-decoration: none; color:#14223D;}
.class1 A:hover {text-decoration: none; color: gray;}

.class2 A:link {line-height: 22px; font-size:18px; text-decoration: none; color:#660000;}
.class2 A:visited {line-height: 22px; font-size:18px; text-decoration: none; color:#660000;}
.class2 A:active {line-height: 22px; font-size:18px; text-decoration: none; color:#660000;}
.class2 A:hover {line-height: 22px; font-size:18px; text-decoration: none; color: gray;}

/* left menu */
div.menu5
a {
        float:left;
        width:180px;
        text-decoration:none;
        font-size: 14px;
        text-align: left;
        text-indent: 5px;
        color:#660000;
        font-family: sans-serif;
        background:#eee;
        padding:0.3em 0em;
}

div.menu5
a:hover {background:#333333;
        color: #cccccc;
}

