/* -----------------   HTML     -------------------- */
body {
height: 1020px;
	/*background:url("images/underline.gif");*/
	background-color: #121010;
	/*background: url('images/12col.gif') center repeat-y;*/
	font-size:62.5%;
	font-family: Arial, sans-serif;
	border-top: 4px solid #FFCC00;
}

html>body {
	font-size:10px;
}

p {
	font-size:1.2em;
	line-height:1.5em;
	margin:0 0 1.5em 0;
}

h1 {
	color: #9ed652;
	font-size:1.8em;
	font-weight:normal;
	line-height: 1em;
	margin:0 0 1em 0;
}

h2 {
	color: #111;
	font-size:2.5em;
	font-weight:normal;
	line-height: 1.286em;
	margin: 0.5em 0 1em 0;
}

h3 {
font-size: 1.6em;
font-weight: 600;
margin-bottom: 0.75em;

}

.info-box {
border: 1px solid #FFF;
background: #848484;
color: #FFF;
margin-left: 40px;
position: absolute;

width: 375px;
padding-left: 20px;
-moz-border-radius-bottomleft: 10px; 
-webkit-border-radius-bottomleft: 10px; 
border-radius-bottomleft: 10px; 
-moz-border-radius-bottomright: 10px; 
-webkit-border-radius-bottomright: 10px; 
border-radius-bottomright: 10px; 

-moz-box-shadow: 0px 0px 4px #ffffff; 
-webkit-box-shadow: 0px 0px 4px #ffffff; 
box-shadow: 0px 0px 4px #ffffff; 


}

.info-box li {
font-size: 1.6em;
margin-bottom: 0.75em;
}

.info-box li a {
color: #FFF;
text-decoration: underline;
}

.info-box li a:hover {
color: #111;
text-decoration: none;
}/* -----------------   Header     -------------------- */

#Header {
background-color: yellow;
}


/* -----------------   Main Content     -------------------- */

#Main_Content {
background-color: blue;
padding-bottom: 0.4em;
}

#mainimage { 
	float: left;
	height: 10.8em; /*delete for IE6 consistency*/
	margin-right: 1em;
	width: 14em;
}

.authornote {
	border-top:0.1em solid #000;
	margin-top:2.25em;
	padding-top:0.667em;
}


/* -----------------   Right Content     -------------------- */

#Right_Content {
	background-color: #CFCFCF;
}

.sidebar p {
	color: #a39c8d;
	font-size:1em;
	line-height:1.8em;
	margin: 0 0 1.8em 0;
}


/* -----------------   Footer     -------------------- */

#Footer {
	background-color: #99CCCC;
}

.text {
	background-color: red;
}

.sitemap {
	background-color: orange;
}