/* COMMON */
body {
	border:0;
	margin:.2em;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
#bypass {
	position:absolute;
	top:-10em;
}
h1, h2, h3, h4, h5, h6 { margin:0; color:#550; }
h1 { font-size:1.4em;}
h2 { font-size:1.3em;}
h3 { font-size:1.2em;}
h4 { font-size:1.1em;}
h5 { font-size:1.1em;}
h6 { font-size:1.1em;}
a {
	font-weight:bold;
	color:#008;
}
a:hover, a:active { color:#660; }

hr {
	width:50%;
	border:dotted #CC0;
	border-width:0 0 3px;
	margin:1em auto 2em;
}

/** HEADER **/
#header {
	margin:20px 1.5em 0;
	padding:2px;
	background:#00A;
	color:#FFF; 
}
#header h1 { margin:.5em 0 0; }
#header p   { margin:0 0 .7em 3em; }
#header a, #header h2 { color:#FFF; text-decoration:none; }

#header img {
	position:relative;
	top:-1em; left:-1em;
	float: left;
	z-index:1;
}
#headerText {
	padding-left:50px;
	border:solid 1px #FFF;
	background:#00A url(../images/headbg.gif) no-repeat top right;
}

/** CONTENT **/
#content {
	float:right;
	width:81%;
	border:solid #00A;
	border-width: 0 0 0 2px;
	margin-left:-2px;
}
.contentWrap {
	margin:1em 2.5em 3em .8em;
}
#content h2, #content h3, #content h4 {
	border:solid #CC0;
	background:url(../images/topic.png) no-repeat .4em .5em;
}
#content h2 {
	border-width:2px 0 0 3px;
	padding: .2em 0 .5em 2em;
}
#content h3, #content h4,
#content h5, #content h6{
	margin-top:.3em;
	border-width:1px 0 0 2px;	padding: .3em 0 .5em 1.8em; 
}
#content p {
	margin-left:1em;
}
/** MENU **/
#left {
	padding-bottom:5%;
	float:right;
	width:18%;
	border:solid #00A;
	border-width: 0 2px 0 0;
}
#left ul {
	padding:0; margin:0;
	list-style:none;
}
#left li {
	border:solid #00A;
	border-width:0 0 1px 1px;
}
#left a {
	text-decoration:none;
	display:block;
	padding:.2em 0 0 .5em;
	border:solid #00F;
	border-width:0 0 0 3px;
	margin-right:3px;
}
#left a:hover {
	border-color:#CC0;
	margin-right:0;
	border-width:0 3px;
	background:#FFB;
}
/** FOOTER **/
#footer {
	margin:0 1.5em;
	clear:both;
	background:#00A;
	padding:1px;
}
#footer a { color:#FFF;}
#footer p {
	padding:.3em;
	color:#FFF;
	text-align:center;
	margin:1px;
	border:solid 1px #FFF;
	background:#00A;
}