* {
	margin:0;
	padding:0;
}
img {
	border:none;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:28px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:24px;	
}
body {
	background-image:url('../images/bodyBackground.gif');
	background-repeat:repeat-x;
	background-color:#fff;
}

div#wrapper{
	display:block;
	overflow:hidden;
	margin:auto;
	width:980px;
	min-height:900px;
}
div#leftColumn{
	float:left;
	width:260px;
	min-height:900px;

}
div#rightColumn{
	float:right;
	min-height:900px;
	width:700px;
}	
div#header{
	margin-top:10px;
	padding-top:6px;
	width:685px;
	text-align:center;
}

div#flashDiv{
	width:700px;
	height:400px;
	padding-top:1px;
	float:right;
	
}
div#topBlock{
	padding-top:20px;
	width:260px;
	height:160px;
	background-image:url('../images/topPurpleBackground.gif');
	background-repeat:no-repeat;
}
div#topBlock a:link, div#topBlock a:visited{
	display:block;
	text-decoration:none;
	color:white;
}
div#topBlock a:hover{
	color:yellow;
}

.noUnderlines{
	text-decoration:none;
}
.colorWht{
	padding-top:15px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
}

div#topBlock h1#kjb{
	padding-top:5px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}



div#blueDisplayBox{
	width:260px;
	height:180px;
	background-image:url('../images/blueDisplayBox.gif');
	background-repeat:no-repeat;
}


div#greenDisplayBox{
	width:260px;
	height:160px;
	background-image:url('../images/greenDisplayBox.gif');
	background-repeat:no-repeat;
	
}

div#yellowDisplayBox{
	margin-top:20px;
	width:260px;
	height:160px;
	background-image:url('../images/yellowDisplayBox.gif');
	background-repeat:no-repeat;
	
}
div#redDisplayBox{
	margin-top:20px;
	width:260px;
	height:160px;
	background-image:url('../images/redDisplayBox.gif');
	background-repeat:no-repeat;
	
}
div#topTabs {
	text-align:center;
	margin:auto;
	margin-top:12px;
	width:625px;
	height:62px;
	background-image:url('../images/topTabs.jpg');
	background-repeat:no-repeat;
}

.tabAlign {
	
	float:left;
	width:125px;
	height:60px;
}

.topLinkFontStyles{
	
	text-decoration:none;
	color:white;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;

}
div.tabAlign a:link, div.tabAlign a:visited {
	text-align:center;
	height:55px;
	padding-top:18px;
	text-align:center;
	display:block;
	margin-right:5px;

}

div#frontPageParagraph p{
	text-indent:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	text-align:justify;
	margin-top:20px;
	margin-left:30px;
	width:640px;
	color:#000;
}

div#frontPageParagraph p:first-letter {
	padding-right:2px;
	font-weight:bold;
	color:red;
	font-size:18px;
}
p{
	text-indent:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	text-align:justify;
	margin-top:20px;
	margin-left:30px;
	width:640px;
	color:#000;
}

p:first-letter {
	padding-right:3px;
	font-weight:bold;
	color:red;
	font-size:18px;
}
div#mainContentArea h3 {
	width:640px;	
	text-align:center;
	margin:auto;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;	
}

