html {
	height:100%;
	margin-bottom:1px;
}

body {
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:12px;
	cursor:default;
}

#container {
	width: 100%;
	text-align: left;
}
#header {
	width:89%;
	padding-left:11%;
	padding-top:2%;
}
	
#tophorizontal {
	float:left;
	width:80%;
	border-top: 1px solid #CCCCCC;
	margin-left:10%;
	margin-right:10%;
}

#left {
	float:left;
	width:16%;
	margin-left:13%;
	padding-top:2%;
}

#main { 
	float:left;
	width:70%;
	border-left	: 1px solid #CCCCCC;
	padding-top:2%;
}

#bottom {
	float:left;
	width:100%;
}

h1 {
	font-size:28px;
	color:#FFBA27;
	background-color:#FFFFFF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:300;
	margin: 0px;
	width:80%;
	text-align: left;
}

h2 {
	font-size:20px;
	color:#CCCCCC;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:300;
	background-color:#FFFFFF;
	text-align: left;
	margin: 0px;
	width:80%;
}



#leftcontent p {
	color:#AAAAAA;
	background-color:#FFFFFF;
	border-width:1px;
	border-color:#AAAAAA;
	border-style:solid;
	margin-right:15%;
	width:85%;
	padding:2.5%;
}

#leftcontent a {
	color:#FFBA27;
	text-decoration:none;
	font-size:16px;
	background-color:#FFFFFF;
}

#leftcontent a:hover {
	color:#FFBA27;
	background-color:#FFFFFF;
	text-decoration:underline;
}

h3 {
	color:#FFBA27;
	font-size:15px;
	background-color:#F9F9F9;
	border-width:1px;
	border-color:#AAAAAA;
	border-style:solid;
	text-align:left;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:20%;
	font-weight:300;
	padding:5px;
}

#maincontent {
	width:100%;
	}

#maincontent p {
	color:#999999;
	background-color:#FFFFFF;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-top:0px;
	border-style:solid;
	border-color:#AAAAAA;
	margin-top:0px;
	margin-left:20px;
	margin-right:20%;
	margin-bottom:2.5%;
	line-height:20px;
	padding:3%;

}

#main a {
	color:#FFBA27;
	background-color:#FFFFFF;
	text-decoration:none;
}
#main a:hover {
	color:#FFBA27;
	background-color:#FFFFFF;
	text-decoration:underline;
}

#bottomhorizontal {
	float:left;
	width:80%;
	border-bottom: 1px solid #CCCCCC;
	margin-left:10%;
	margin-right:10%;
}

#bottom {
	clear:both;
	width:100%;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#bottom a {
	color:#AAAAAA;
	background-color:#FFFFFF;
	text-decoration:none;
}
#bottom a:hover {
	color:#AAAAAA;
	background-color:#FFFFFF;
	text-decoration:underline;
}
.right {
	color:#AAAAAA;
	background-color:#FFFFFF;
	float:right;
	font-size:100%;
	margin-top:0px;
	margin-right:11%;
}
.left {
	color:#AAAAAA;
	background-color:#FFFFFF;
	float:left;
	font-size:100%;
	margin-top:0px;
	margin-left:11%;
}

