/* Author of Document: Mike Miklavic */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Trebuchet MS";
	font-size: 14px;
	background-color: #FFF;
	color: #000000;
	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;
}
a.Miklavic:link, a.Miklavic:visited, a.Miklavic:hover, a.Miklavic:active{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a.Miklavic:hover {
	color: #0066CC;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}

h1{
	color: #000000;
	text-align: left;
	font-size: 20px;
}
p{
	margin: 15px 0px;
}

/* */
#Header_Shell{
	width: 100%;
	background-color: #E4ECFC;
	text-align:center;
}
	#Header_Shell .innerShell{
		width: 880px;
		height: 170px;
		margin: 0px auto;
		text-align: left;
		border: 0px solid #0000FF;
	}

	div#navbar2 {
		height: 30px;
		width: 100%;
		background-color: #E82D2D;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}
		div#navbar2 ul {
			margin: 0px;
			padding: 0px;
			font-size: small;
			color: #FFF;
			line-height: 30px;
			white-space: nowrap;
		}
		div#navbar2 li {
			list-style-type: none;
			display: inline;
		}
		div#navbar2 li a {
			text-decoration: none;
			padding: 7px 10px;
			color: #FFF;
			font-weight: bold;
		}
		div#navbar2 li a:link {
			color: #FFF:
			font-weight: bold;
		}
		div#navbar2 li a:hover {
			color: #FFF;
			background-color: #000000;
			font-weight: bold;
		}
			
#content_container{
	text-align:left;
	width:880px;
	margin: 20px auto 20px auto;
	border-right: 1px dashed #FCF2CD;
	border-left: 1px dashed #FCF2CD;
}
		
		.splashcontent{
			background-color:#FFFF99;
			border-top: 3px solid #FFFF00;
			border-bottom: 3px solid #FFFF00;
			width: 70%;
			margin: 10px auto;
			text-align: left;
			padding: 10px;
		}
		.recent_news{
			background-color: #FFFF33;
		}

	#footer{
		width: 100%;
		background-color: #E82D2D;
		text-align:center;
		border-top: 1px solid #000000;
		height: 90px;
		color: #FFFFFF;
	}

/* Rounded Corners */
.roundedcornr_box_626099 {
   background: #ffffaa;
}
.roundedcornr_top_626099 div {
   background: url(../images/tl.png) no-repeat top left;
}
.roundedcornr_top_626099 {
   background: url(../images/tr.png) no-repeat top right;
}
.roundedcornr_bottom_626099 div {
   background: url(../images/bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_626099 {
   background: url(../images/br.png) no-repeat bottom right;
}

.roundedcornr_top_626099 div, .roundedcornr_top_626099, 
.roundedcornr_bottom_626099 div, .roundedcornr_bottom_626099 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_626099 { margin: 0 15px; }


/*
OLD Colors:

H1: #003366
Header BG: #E4ECFC
Red: #DF2D2D
Rounded Corner BG: #ffffaa;

*/

/* MM09 */




