body {
	margin:0;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

#Wrapper {
	width: 900px;
	background-color: #FFFFFF;
	margin: 10px auto;
	/*border: 1px solid #000000;*/
	text-align:left; /* We are using Text Align Center only for old IE browsers. It corrects their inability to understand margin auto values*/
}

#banner {
	background:#fff url(../images/logo.jpg) no-repeat left;
	height:100px;
	width:900px;
	border-bottom:2px solid #9cc430;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:79px;
	}
html>body #banner {
	width:900px;
	height:79px;
	}

#Wrapper2 {
	width: 650px;
	float:right;
	margin: 0;
	padding:0;
}

#leftColumnContainer {
	width:249px;
	float: left;
}

#leftcontent {
	width:249px;
	float: left;
	overflow: hidden;/*Pay attention here. We need this to fix problems with the IE browser error in reading the css.*/
	background:#E1E1FF;
	border-right: 1px dotted #999999;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#leftcontent fieldset{
	margin: 10px;
	padding: 0 0 0 15px;
	}
	
#leftcontent h1{
	background: #2e5b86;
	margin: 5px;
	padding: 5px 0 5px 5px;
	color: #fff;
	border: 1px solid #9cc430;
	}

#rightcontent {
	width:224px;
	float: right;
	overflow: hidden;
	border-left: 1px dotted #999999;
	background:#EBEBEB;
	margin: 0;
	padding: 0;
	}
	
#rightcontent h1{
	background: #2e5b86;
	margin: 5px;
	padding: 5px 5px 5px 5px;
	color: #fff;
	border: 1px solid #9cc430;
	}

#centercontent {
	background:#ffffff;
	/*margin-left: 204px;
	margin-right:204px;*/
	width:425px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: url(../images/bulletBurst.jpg) inside;
	}

#centercontent li{
	margin-bottom: 10px;
	margin-left: -25px;
	}

#centercontent h1{
	background: #2e5b86;
	margin: 5px;
	padding: 5px 0 5px 5px;
	color: #fff;
	border: 1px solid #9cc430;
	}
#clearItBoth {
	clear:both;
	}


#clearItLeft {
	clear:left;
	}
	
#homeSplashContent {
	background:#35689a url(../images/splash.jpg);
	height:250px;
	width:900px;
	border-bottom:2px solid #9cc430;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:250px;
	}

p,h1,pre {
	margin:0px 10px 10px 10px;
	}
	
h1 {
	font-size:14px;
	padding-top:10px;
	}
	
h4 {
	font-size:13px;
	font-style: italic;
	font-weight: bold;
	}
	
h5 {
	font-size:13px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding: 5px;
	}
	
#banner h1 {
	font-size:14px;
	padding:10px 10px 0px 10px;
	margin:0px;
	}

#rightcontent p {
	font-size:10px;
	}

.quote {
	font-size: 85%;
	color: #333333;
	font-style: italic;
	margin: 15px 5px 0 5px;
	padding: 5px;
	}	
	
.quoteAuthor {
	font-size: 80%;
	color: #333333;
	font-weight: bold;
	text-align: right;
	margin: 10px 10px 0 0;
	padding: 5px;
	}

.centeredImage
    {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px 0px 6px;
	display: block;
    }
