/* CSS Document */

html {
	height:100%;
	max-height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

body {
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:smaller;
	color:White;
	background-color:#447044;
	overflow:hidden;
	text-align:center;
	height:98%;
	max-height:98%;
}

.main {
	position:relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	width:735px;
	height:90%;
	border:solid #FF6600;
	border-width:1px;
	padding:20px;
	overflow:auto;
}

body>.main {
	margin-top:5px;
	margin-bottom:5px;
	height:88%;
	width:695px;
	padding:20px;
	padding-right:20px;
	overflow:auto;
}

.main ul {
	padding-left:20px;
}



#page_content {
	position:absolute;
	width:545px;
	height:auto;
	border:solid 0px black;
	text-align:justify;
	padding:5px;
	top:10px;

}

html>body #page_content {
	position:relative;
	margin:0px;
	padding:0px;
	margin-left:170px;
	width:500px;
	height:auto;
}

#left_column {
	position:relative;
	z-index:1;
	float:left;
	width:160px;
	height:auto;
	/* top right bottom left */
	margin:25px 10px 0px 0px;
	background-color:#fdd;
	border:solid black 1px;
	vertical-align:top;
	text-align:center;	
}


a, a:link {color:#ff7700;}
a:hover { text-decoration: none; color:black; background-color:#669966; }

ul.sections {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:95%;
}

.sections li {
	margin:0px;
	padding:5px;
	text-align:center;
	vertical-align:middle;
}


.sections li a, .sections li a:link {
	text-decoration:none;
	padding:5px;
}

.sections a:hover{
	background-color:#669966;
	border: 1px solid black;
	padding:5px;
}


h1 { text-align:center;	color:#FF7700; font-size:1.5em; margin-top:40px; margin-bottom:40px; }
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1.3em}
h3 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size:1.1em}
h4 { text-align:center;	font-size:1em; }
h5 { text-align:left; font-size:small; font-style:italic; }
h6 { }

p { text-indent:3em; }

p.spaced { line-height:1.5em }

#valid_css {
	position:absolute;
	width:0px;
	height:auto;
	float:left;
	text-align:left;
	/* top right bottom left */
	margin-left:-173px;
	top: 170px;
}

.main>#valid_css {
	position:relative;
	width:0px;
	height:auto;
	float:left;
	text-align:left;
	/* top right bottom left */
	margin:0px;
	left:-173px;
	top: 120px;
}

#google_ad_sense {
	position:static;
	float:left;
	z-index:-1;
}
/*
#cap {
	margin:5px 0 0 0;
	height:3px;
	font-size:.0001%; 
	background:url(img/cap-c.gif) top left repeat-x;
	border:1px solid black;
}
#cap .l {
	width:3px;
	height:3px;
	float:left;
	background:url(img/cap-l.gif) top left no-repeat;
}
#cap .r {
	width:3px;
	height:3px;
	float:right;
	background:url(img/cap-r.gif) top right no-repeat;
}
*/
