@charset "utf-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#e4fd13;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}

h2{ font-size:94%;}

.bypass{
	width: 0;
	height: 0;
	overflow: hidden;
}
strong{
	font-weight:bold;
}
#wrapper {
	position:relative; 
	margin:0 auto;
	width:750px;
	background:#FFF;
	border:1px solid #555;
	display:block;
	overflow:hidden;
}

#header {
	position:relative;
	z-index:300;
	height:90px;
	background:#666666;
}

#menu{
	width:100%;
	height:18px;
	background-color:#e4fd13;
	margin:2px;
	float:left;
	clear:both;
}
	#menu ul{
		margin-top:-2px;

	}
	
	#menu ul li{
		display:inline;
	}
	
	#menu ul li a{	
		height:18px;
		width:100px;
		color:#666666;
		font-size:small;
		letter-spacing:1px;
		font-weight:bold;
		text-decoration:none;
		padding:0 10px 0 10px;
		cursor:pointer;
		border-right:1px solid #666;
	}
	
	#menu ul li a:hover{	
		background-color:#666;
		color:#CCFF00;
	}
	#menu ul li a.active{
		background-color:#666;
		color:#CCFF00;
	}

#logo{
	height:90px;
	width:266px;
	float:left;
	background-color:#666666;
	border-bottom:1px solid #ccc;
}
	#logo h1{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:37px;
		color:#e4fd13;
		float:right;
		margin:10px 50px 0 0;
		letter-spacing:10px;
	}
	#logo h2{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:10px;
		color:#FFF;
		float:right;
		margin:0 60px 0 0;
		letter-spacing:2px;
	}

#content {
	clear:both;
	float:left;
	width:745px;
	margin:10px 0 0 5px;
	height:100%;	
	background-image:url(../images/contentbg.jpg);
	background-repeat:repeat-y;
}

#innercontent{
	width:459px;
	float:left;
}
	#innercontent h1{
		font-size:18px;
	}
	#innercontent p{
		font-size:12px;
		display:block;
		margin-bottom:10px;
		float:left;
		padding:5px 5px 5px 5px;
		width:450px;
		color:#333333;
	}
	.contentimage{
		display:block;
		float:left;
		margin:0px 10px 4px 0;		
	}
	.contentimage img{
		display:block;
		float:left;
		margin:20px 0 0 0;
		border:0;
	}
	#innercontent form{
		width:200px;
		float:left;
		margin:5px 0 50px 0;
	}
	#innercontent textarea{
		width:300px;
	}
	#innercontent form td{
		font-size:10px;
		padding-top:5px;
		padding-left:5px;
	}
	#innercontent a{
		color:#333333;
	}
	#innercontent a:hover{
		font-style:italic;
		color:#999999;
	}
#sidebar{
	width:263px;
	float:left;	
	height:100%;
	padding:0 0 0 20px;
}
	#sidebar #spacer{
		margin-top:20px;
	}
	#sidebar img{
		margin:-10px 25px 10px 0;
		float:left;
		width:105px;
		
	}
	#sidebar a{
		display:block;
		float:left;
		width:104px;
		margin:2px 25px 10px 0;
	}
	.sidebarLogo{
		display:block;
		float:left;
		padding:5px 0 0 0;
		display:block;
		width:150px;
		height:40px;
	}
	.sidebarLogo:hover{

	}

#footer {
	background-color:#666666;
	float:left;
	width:100%;
	height:20px;
	font-size:11px;
	
}

	#footer a{
		text-decoration:none;
		font-size:11px;
		float:right;
		color:#e4fd13;
		line-height:22px;
		margin-right:10px;
	}
#bottomSpacer{
	display:block;
	height:30px;
	width:100%;
}
