
/* === Main === */
	body {
		background-color: #B6D67D;
		padding: 0;
		margin: 0;
		font-size: 12px;
		text-align:center;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	table {
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
ul {
 list-style-image: url(/images/bullet.gif); 
 clip:   rect(   );
 margin-left: 10px;
 margin-right: 10px;
 padding-left: 1em;
 }

li {
 margin: 3px 0;
 padding: 0;
 }

a {color:#63A318; text-decoration: none; font-family: Arial, Helvetica, sans-serif}
a:hover { border-bottom: 1px dotted #63A318; }
	
h1 { color:#6AA73C; font-size:15px; font-weight: bold; font-family: Arial, Helvetica, sans-serif ; margin-top: 0px; margin-bottom: 0px; text-align: left}
h2 { color:#BE1A25; font-size:14px; font-weight: bold; font-family: Arial, Helvetica, sans-serif ; margin-top: 0px; margin-bottom: 5px}
h3 { color:#ffffff; font-size:13px; font-family: Arial, Helvetica, sans-serif; vertical-align: top ; margin-top: 0px; margin-bottom: 5px; font-weight: bold}
h4 { color:#BE1A25; font-size:20px; font-family: Arial, Helvetica, sans-serif; vertical-align: top ; margin-top: 0px; margin-bottom: 5px; font-weight: bold}
.small { font-size:10px; }
img { border:0 }

	hr {  
		height: 1px; 
		color: #E16A65; 
		width: 100%; 
		border-style: dashed
	}
	
	.clear { font-size: 1px; height: 1px; }
	
/* === Heading === */

	#title {
		height: 95px;
		margin: 0;
	}

	#title h1 {
		width: 100%;
		background: url(/images/title.gif) no-repeat center;
		text-indent: -5000px;
		height: 95px;
	}
	
/* === Content === */
	
	#all-content { /*overflow:auto;*/ width:688px; text-align:left; }
	
	html>body #all-content { /*overflow:auto;*/ width:688px; }
	
	#main-content {
		margin: 0 15px 15px 0px;
		padding: 0;
		width: 463px;
		float: left;
	}
	
	html>body #main-content { margin: 0 15px 15px 0px; }
	
	.content {
		position: relative;
		width: 463px;
		min-width: 120px;
		margin: 0px 0px 15px 0px;
	}
	
	.top {
		background: url( "/images/box_top.gif" ) 0 0 no-repeat;
		height:17px;
	}
	.bottom {
		background: url( "/images/box_bottom.gif" ) 0 0 no-repeat;
		height:17px;
	}
	
	.center {
		background-color:#FFFFFF;
		padding:0px 15px 6px 15px;
		border-left: 2px dotted #38A64E;
		border-right: 2px dotted #38A64E;
		overflow:auto;
	}
		
/* === Extra === */	

	.navright {
		width: 210px;
		background-color: #B6D67D;
		float:left;
	}	
	
	.righttop {
		background: url( "/images/right_box_top.gif" ) 0 0 no-repeat;
		height:17px;
		width:210px;
	}
	
	.rightbottom {
		background: url( "/images/right_box_bottom.gif" ) 0 0 no-repeat;
		height:17px;
		width:210px;
		margin-bottom: 15px;
	}
