/* Author of Document: Mike Miklavic */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Trebuchet MS";
	font-size: 13px;
	background-color: #FCF2CD;
	color: #666666;
	text-align: center;
	margin-top: 0px;
}
a:link, a:visited, a:hover, a:active{
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}

h1{
	color: #336600;
	text-align: left;
	font-size: 16px;
}
img{
	border: 0px;
}

p{
	margin: 10px 0px 10px 0px;
}

/* */
#Header_Shell{
	width: 100%;
	background-color: #336600;
	text-align:center;
	border-bottom: 4px solid #000000;
}
	#Header_Shell .innerShell{
		width: 900px;
		height: 150px;
		margin: 0px auto;
		text-align: left;
	}
	
#container{
	text-align:left;
	width:900px;
	margin:0 auto;
	background-color: #FFFFFF;
}

	#left_section{
		float:left;
		width:218px;
		margin: 0px 0px 15px 0px;
		text-align: center;
	}
		.left_nav {
			margin: 10px 0px 0px 0px;
			text-align: left;
			border-right: 1px solid #CCCCCC;
		}
			.left_nav ul {
				list-style: none;
				margin: 0;
				padding: 0;
				border: none;
			}
			.left_nav li {
				border-bottom: 1px dotted #CCCCCC;
				margin: 0;
			}
			.left_nav li a{
				display: block;
				height: 22px;
				border-left: 10px solid #FFFFFF;
				padding: 5px 5px 5px 10px;
				text-decoration: none;
				font-weight: bold;
			}
			.left_nav li a:hover {
				height: 22px;
				border-left: 10px solid #FFFFFF;
				background-color: #336600;
				color: #FFFFFF;
				text-decoration: none;
				font-weight: bold;
			}
	#content_wrapper{
		border-right: 2px solid #336600;
		border-left: 2px solid #336600;
		height: 100%;
	}
		#content_wrapper .content{
			float:right;
			width:630px;
			margin: 10px 20px 15px 0px;
			text-align: left;
		}
		
		.splashcontent{
			background-color:#FFFF99;
			border-top: 3px solid #FFFF00;
			border-bottom: 3px solid #FFFF00;
			width: 70%;
			margin: 10px auto;
			text-align: left;
			padding: 10px;
		}

	#bottom_clearer{
		clear:both;
		margin: 10px 0px 0px 0px;
		text-align: center;
	}
	#footer{
		margin: 5px auto;
		text-align: center;
		width:900px;
	}

/* Rounded Corners */
.roundedcornr_box_751325 {
	background: url(../images/tl.png) no-repeat top left;
}
.roundedcornr_top_751325 {
	background: url(../images/tr.png) no-repeat top right;
}
.roundedcornr_bottom_751325 {
	background: url(../images/bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_751325 div {
	background: url(../images/br.png) no-repeat bottom right;
}
.roundedcornr_content_751325 {
	background: url(../images/r.png) top right repeat-y;
}

.roundedcornr_top_751325 div,.roundedcornr_top_751325,
.roundedcornr_bottom_751325 div, .roundedcornr_bottom_751325 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_751325, .roundedcornr_bottom_751325 {
	margin-top: -19px;
}
.roundedcornr_content_751325 { padding: 0 15px; }
	
.bottom_rounded{
	background: url(../images/bottom_rounded.gif) no-repeat;
	height: 15px;
}	
	
/* Extra */
.micleavor{
background: url(http://miklavic.com/miklavic-web-solutions.png);
margin: 2px 0px 5px 0px;
height: 32px;
width: 135px;
float: right;
border: 1px solid #FFFFFF;
}
	.micleavor:hover{
	border: 1px solid #CCCCCC;
	}

/* MM09 */




