body 
{ 
	background-color:#666; 
	background-image:url("http://74.53.166.72/~kgnzcom/images/background.jpg");
	margin-bottom:0px; 
	margin-left:0px; 
	margin-right:0px; 
	margin-top:0px; 
	padding:0px; 
	font-size:10pt;
	font-family:Tahoma,Verdana,Arial;
	color:#000;
}

#topHeader
{
	height:180px;
	width:900px;
	background-image:url("http://74.53.166.72/~kgnzcom/images/header-background.png");
	background-repeat:no-repeat;
	display:block;
	float:left;
}

#wrapper
{
	margin-left:23px;
	margin-top:0px;
	padding:0px; 
}

#content
{
	border-left:1px solid #000;
	border-right:1px solid #000;
	background-color:#FFF;
	padding:5px;
	text-align:left;
}

#content .section
{
	background-color: #28429F;
	background-image: url("http://74.53.166.72/~kgnzcom/images/section-background.png");
	background-repeat: no-repeat;
	background-position: right top;
	height:25px;
	font-size:13pt;
	font-weight:bold;
	color:#FFF;	
	text-align:left;
}

#content .sectionContent
{
	border:1px solid #28429F;
	color:#000;
	text-align:left;
	padding:4px;
	font-size:10pt;
	text-align:left;
}

#content .sectionContent a.selected
{
	font-weight:bold;
}

#content a
{
	text-decoration:none;
	color:#000;
}

#content a:hover
{
	text-decoration:underline;
	color:#333;
}

#content a.pageNav 
{ 
	display:inline; 
	padding:2px; 
	background-color:#AAA; 
	border:1px solid #000; 
	text-decoration:none; 
	color:#000;  
	font-size:8pt; 
}

#content a.pageNav:hover 
{ 
	display:inline; 
	padding:2px; 
	background-color:#DDD; 
	border:1px solid #000; 
	text-decoration:none; 
	color: #000;  
	font-size:8pt; 
}

#content a.pageNavCurrent 
{ 
	display:inline; 
	padding:2px; 
	border:1px solid #000; 
	text-decoration:none; 
	background-color: #E2E6F3;  
	color: #000;  
	font-size:8pt; 
}

#content h1
{
	padding:0px;
	margin:0px;
	font-size:15pt;
	font-weight:bold;
	color:#233B9B;
}
	
#menuBar
{
	height:35px;
	padding:0px;
	margin:0px;
	text-align:left;
	border-left:1px solid #000;
	border-right:1px solid #000;	
	border-top:1px solid #000;
	border-bottom:2px solid #000;
	background-color:#374787;
}

#footer
{
	background-color:#374787;
	font-size:8pt;
	text-align:center;
	border:1px solid #000;
	color:#FFF;
}

#footer a
{
	font-size:8pt;
	color:#FFF;
	text-decoration:none;
}

#footer a.hover
{
	font-size:8pt;
	color:#FFF;
	text-decoration:underline;
}

