a, img,body,div {
	border:		0px none;
	border-collapse:collapse;
	margin:		0;
	padding:	0;
	font-family: 	"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 	14px;
	color:		#000;
	/*text-align:	left;*/
}
body {
	background:	#DECBA1;
	margin:		0;
	padding:	0;
}

a:link {
	font-family: 	"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 	13px;
	color:		#000099;
        font-weight: bold;
}
a:visited {
	font-family: 	"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 	13px;
	color:		#000099;
        font-weight: bold;
}
a:hover {
	font-family: 	"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 	13px;
	color:		#000099;
        font-weight: bold;
}

p,h1,h2,h3,h4,h5,h6,ul,ol {
	margin-top:	0;
}

#container {
	margin:		0 auto;
	padding:	0;
	width:		810px;
}

	#header {
		clear:		both;
		width:		100%;
		height: 179px;
		text-align:center;
        }

        #header2 {
	        background: url(images/colContainer_bg.jpg) repeat-y;
	        float:		left;
	        clear:		both;
	        width:100%;
	}
		#header #title {
			padding:10px;
			/*background: #EEE url('controls/images/cms_header.jpg') no-repeat left;
			padding-left: 46px;*/
			text-align: center;
			font-size: 20px;
			width:auto;
			display:inline-block;
			margin-top:50px;
		}
	
	#navigation {
		float:		left;
		clear:		both;
		background: url(images/nav_bg.jpg) no-repeat;
                height: 32px;
		width:100%;
	}
	
	#columnContainer {
		background: url(images/colContainer_bg.jpg) repeat-y;
		float:		left;
		clear:		both;
		width:100%;
	}
	
		#centerCol {
			margin-left: 30px;
			margin-right:250px;
			padding:	15px;
			border:		#FFF 1px solid;
			border-width:	0 1px;
		}
		
		#leftCol {
			float:		left;
			clear:		left;
			padding-top:	15px;
			min-height:250px;
			width:180px;
		}
		
		#rightCol {
			float:		right;
			clear:		right;
			padding-top:	15px;
			min-height:250px;
                        padding-right: 50px;
			width:180px;
		}
		
			#rightCol p, #leftCol p {
				margin:		0px 10px 5px;
			}
	
	#footer {
		clear:		both;
		background: url(images/footer_bg.jpg) no-repeat;
		min-height:60px;
		width:100%;
		text-align:	center;
	}

#credit {
	clear:		both;
	margin:		0 auto;
	text-align:	center;
}

#centerCol h1 {
	font-family: 	"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 	22px;
	color:		#333;
	text-align:	left;

}

#centerCol h2 {
	font-family: 	"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 	18px;
	color:		#333;
	text-align:	left;
        border-bottom: 1px solid #000000;
}

#centerCol h3 {
	font-family: 	"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 	16px;
	color:		#000;
	text-align:	left;
        border-bottom: 1px solid #000000;
}
