* {
	margin: 0;
	padding: 0;
}

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin:auto;
background-color:#b0ff9b;
}

#wrapper {
	width: 100%;
	height: 100%;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#fffccc;
	}
	#gap{
	height:100px;
	width:800px;
	margin:auto;
	background-image:url(images/toplogo.gif);
	background-repeat:no-repeat;
	}
	
	#topmenucontainer{
	width:800px;
	background-image:url(images/contI_topA.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin:auto;
	height:24px;
	display:block;
	padding:0px 0 0 15px;
	}

	#topmenu{
	position:relative;
	display:block;
	height:24px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	}

	#topmenu ul{
	margin:0px;
	margin-left:10px;
	padding:0;
	list-style-type:none;
	width:auto;
	}

	#topmenu ul li{
	display:block;
	float:left;
	margin:0 0px 0 0;
	}

	#topmenu ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:5px 20px 0 20px;
	height:19px;
	background:transparent url(images/topmenu-u.gif) no-repeat top left;
	}

	#topmenu ul li a:hover{
	font-size:14px;
	}

	#topmenu ul li a.current,#topmenu ul li a.current:hover{
	color:#FFFFCC;
	font-size:14px;
	}
	
	#header{
	width:800px;
	height:150px;
	margin:auto;
	background:#006699;
	
	}

#container {
width:800px;
background-color: #FBFBFB;
padding: 20px 0px 20px 0px;
margin: auto;
height: auto;
border-top:#ffffff solid 1px;
}

	#content {
	background-color:#FBFBFB;
	margin-left:20px;
	width: 500px;
	float: left;
	}

	#content p{
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	}
	
	#content ul{
	margin-left: 20px;
	}
	
	#box {
	width: 220px;
	margin-left: 560px;
	}
		#box ul {
		background: #ffffcc url(images/box_s.gif) repeat-y;
		list-style: none;
		color: #FFFFCC;
		}

		#box li {
		background: url(images/box_u.gif) no-repeat left bottom;
		}

		#box li ul {
		padding: 0px 20px 20px 20px;
		line-height: 200%;
		background:none;
		}

		#box li li {
		padding: 0 0 0 10px;
		background: url(images/img13.gif) no-repeat left center;
		}

		#box h2 {
		height: 32px;
		padding: 5px 0 0 10px;
		background: #BA3300 url(images/box_o.gif) no-repeat;
		font-size: 1.4em;
		}

		#box a {
		text-decoration: none;
		color: #BA3300;
		}

		#box a:hover {
		text-decoration: underline;
		}
	
#footer {
	height:24px;
	width: 800px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	display: block;
	margin:auto;
	text-align:center;
	padding-top:5px;
	font-size:12px;
}

	#footer a{
	text-decoration:none;
	color: black;
	}
	
	#footer a:hover{
	font-weight:bold;
	color: black;
	}
	
#footer ul {
    float: right;        
    padding: 0 20px 0 0; 
	margin-right:200px;
}

#footer li { 
    float: right;
    list-style-type: none;
	padding: 0 50px 0 0;
}

#end {
	width: 100%;
	height: 30px;
	padding-top: 50px;
	background-image: url(images/final.gif);
	background-repeat: repeat-x;
	clear: both;
	font-size:10px;
	}
	
#end a{
	text-decoration:none;
	color: black;
	}

/* Additional*/

.clearer {
	clear: both;
}
