html, body{
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Agency FB;
	font-size: 18px;
}

#main{
	width: 900px;
	height: 100%;
	margin: 25px auto;
}

#header{
	float:left;
	width: 900px;
}
#header-left{
	float:left;
	width: 200px;
}
#header-right{
	float:left;
	width:700px;
}
#header-logo{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#header-box-container{
	float: right;
}

#header-box-back{
	background: url('../image/header-box-container.png') repeat-x;
	width: 506px;
	height: 151px;
}

#header-box-overlay{
	background: url('../image/header-box-overlay.png') no-repeat;
	width: 506px;
	height: 48px;
	margin-top: -48px;
}

#header-box-top{
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}

#header-box-content{
	float: left;
	clear: both;
	margin-left: 20px;
}

#topnav{
	float: right;
	width: 200px;
	height: 47px;
}

#topnav ul{
	float: left;
	margin: 0px;
	padding: 0px;
	height: 47px;
	/*background-color: black;*/
}

#topnav ul li{
	float: left;
	height: 47px;
	/*background: url('../image/topnav-button.png');*/
	list-style-type: none;
	text-align: center;
	margin-left:10px;

}

#topnav ul li a{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
}

#home-image{
	clear: both;
	width: 900px;
}

#left{
	float: left;
	width: 190px;
	margin-right: 10px;
}

#content{
	float:left;
	width: 700px;
}

#right{
	float: right;
	width: 190px;
	margin-left: 10px;
}

.button{
	background: black url('../image/topnav-button.png');
	width: 86px;
	height: 25px;
	text-align: center;
	color: #FFF;
	cursor:pointer;
}

.button a{
	float: left;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 6px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
}

.button a:hover{
	color: #3AD549;
	cursor:pointer;
}

.button:hover{
	background: url('../image/topnav-button-hover.png');
	color: #3AD549;
}

.box{
	float: left;
}

.box-container{
	float: left;
	clear: both;
	width: 200px;
	height: 100%;
	margin-bottom: 10px;
}

.box-contents{
	width: 100%;
}

.box-header{
	width: 182px;
	height: 25px;
	background: black url('../image/topnav-button-hover.png');
	color: #FFF;
}

.box-header-contents{
	margin-left: 12px;
	text-align: left;
}

.box-header-contents img{
	margin-right: 5px;
}

#categories ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	/* list-style: url('../image/bullet.png'); */
	list-style-type: none;
}

#categories ul li a{
	color: #0C1C2D;
	text-decoration: none;
	font-size: 16px;
}

#categories ul li a:hover{
	color: #3AD549;
}

#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	/* list-style: url('../image/bullet.png'); */
	list-style-type: none;
}

#information ul li a{
	color: #0C1C2D;
	text-decoration: none;
	font-size: 16px;
}

#information ul li a:hover{
	color: #3AD549;
}

#footer{
	float:left;
	clear:both;
	width:100%;
	height:100px;
	background-color: #607F00;

}

#footer-inner{
	color: #FFF;
	text-align:center;
	margin-top:35px;
}

.message{
	background-color: #E5E5E5;
	margin-top:5px;
	margin-bottom: 5px;
	padding: 10px;
	border-width:1px;
	border-color: #2E547B;
	border-style: solid;
}

/* Misc */

img{
	border: 0;
}
.list tr{
	vertical-align:top;
}

.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 536px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}

.links{
	margin-top:10px;
}

.links a{
	border-width:1px; 
	border-color:black; 
	border-style:double; 
	padding:3px;
	margin-left:2px;
	text-decoration:none;
}
