*{
	margin:0px;
	padding:0px;
}
body {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	background-color:#FFFFBF;
	}
h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-weight:bold;
	color:#6078BF;
}
h2.first { margin-bottom: 30px; }
h3 {
	margin: 15px 0 0 0;
}
p {
	margin:0px 0px 16px 0px;
	padding:0px;
	}

a {
	text-decoration:none;
	font-weight:600;
	border-bottom: 1px dotted #6078BF
	}
a:link {color:#6078BF;}
a:visited {color:#BFBF60;}
a:hover {background-color:#FFBFBF;}
a.plain {
	background:none;
	border: none;
}

#header {
	background-color: #6078BF;
	width: 100%;
	height: 90px;
	color: #E6ECFF;
	border-bottom: 2px solid black;
}
	
#content {
	margin:0px 40px 30px 230px;
	padding: 10px;
	padding-top: 15px;
	min-height: 300px;
}
* html body #content {
	height: 300px; /* for IE5 and IE6 in quirks mode */
	h\eight: 300px; /* for IE6 in standards mode */
}	
#content>p {margin:0px;}
#content>p+p {margin-top: 12px;}
#content ul li {
	padding-left: 10px;
	font-size: 125%;
	list-style-position: inside;
}
#content ul ul li {
	font-size: 80%;
}
#content ol li {
	font-style: italic;
	list-style-position: inside;
}
#content ul { margin-bottom: 12px;}

#menu {
	position:absolute;
	top: 110px;
	left: 0px;
	padding:10px;
	background-color:#E6ECFF;
	border: 2px solid black;
	border-left: none;
	line-height:25px;
	color: #6078BF;
	width: 180px;
}
* html body #menu {
	width: 220px; /* for IE5 and IE6 in quirks mode */
	w\idth: 180px; /* for IE6 in standards mode */
}	
#menu li {
	list-style-type: none;
}
#menu ul ul li {
	padding-left: 20px;
}
#menu a {
	color: #BF6060;
	border-bottom: 1px dotted #BF6060;
}

#header img {
	position:absolute;
	right: 5px;
	top: 0px;
	clear: none;
}
#header h1 {
	padding: 15px;
	font-size: 2.5em;
}
#footer {
	clear: both;
	width: 100%;
	background-color: #6078BF;
	color: #FFFF80;
	text-align: center;
	bottom: 0px;
	font-size: 70%;
	padding: 5px 0 ;
	border-top: 2px solid black;
}
#footer a { 
	border: none;
	background: none;}
#footer p a {
	color: #FFBFBF;
	border-bottom: 1px dashed #FFBFBF;
}
#footer p a:hover {
	background-color: #BFCFFF; 
	color:#BF6060;
	border-bottom-color:#BF6060;
}
#footer img {border: none;}
#footer img#cc {
	border: 5px solid white;
	margin-bottom: 5px;
}

#nav {
	height: 40px;
	margin-bottom: 10px;
}
#nav #prev, #nav #next {
	position: absolute;
	border: none;
}
#nav #prev img, #nav #next img{
	border: none;
}
#nav #prev {
	left: 220px;
}
#nav #next {
	right: 50px;
}
img.insert { padding: 15px;}
.left { float: left; }