@charset "utf-8";
/* CSS Document */

body {
	margin-top:5px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#636363;
}
#container{
	width:80%;
	margin:auto;
}
#logo{
	height:150px;
	width:100%;
}
#nav{
	height:50px;
	width:100%;
	font-size:1.1em;
	word-spacing:2px;
	padding:7px;
}
#nav ul{
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav li{
	display:inline;
}
#nav a{
	font-size:1.2em;
	letter-spacing:-1px;
	text-decoration:none;
	color:#636363;
}
#nav a:hover{
	color:#e1e904;
}
#subcontainer{
	width:100%;
}
#rightcontent{
	width:20%;
	float:right;
	font-size:1.1em;
	padding:7px;
}
#rightcontent h1{
	font-size:1.2em;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0px;
}
#rightcontent p{
	font-size:0.9em;
	margin-top:0px;
}
#rightcontent img{
	border:0;
}
#rightcontent a{
	color:#636363;
	text-decoration:none;
}
#rightcontent a:hover{
	color:#e1e904;
}
input{
	border:1px solid #636363;
}
.submit{
	background-image:none !important;
	background-color:#e1e904 !important;
	border:1px solid #e1e904 !important;
	color:#636363;
}
.submit:hover{
	border:1px solid #636363 !important;
}
#current{
	height:auto;
	width:80%;
   $width:76%;	
	font-size:1.1em;
	padding:7px;
}
#current h2{
	font-size:1.2em;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0px;
}
#current p{
	font-size:0.89em;
	margin-top:0px;
	text-align:justify;
	width:95%;
}
#main{
	height:auto;
	min-height:300px;
	width:80%;
   $width:76%;
	font-size:1.1em;
	padding:7px;
}
#main h1{
	font-size:1.2em;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0px;
	width:460px;
	border-bottom:4px solid #e1e904;
}
#main h2{
	font-size:1.2em;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:0px;
}
#main h3{
	font-size:0.89em;
	font-weight:bold;
}
#main h3 a{
	text-decoration:none;
}
#main h3 a:hover{
	text-decoration:none;
	color:#e1e904;
}
#main p{
	font-size:0.89em;
	margin-top:0px;
	text-align:justify;
	width:95%;
}
#main img{
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}
#main a{
	color:#636363;
}
#main a:visited{
	color:#e1e904;
}
#main table{
	width:70%;
	text-align:left;
}
#main table a{
	text-align:left;
}
#main table p{
	text-align: center;
}
#post{
	height:auto;
	clear:left;
}
#footer{
	height:30px;
	width:100%;
	padding:7px;
	clear:both;
}