body
{
	margin: 0px;
	text-align: center;
	background-color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #606060;
	
	font: 12px/18px Arial, Verdana, sans-serif;
}

h1, h2, h3, h4
{
	color: #444;
	font-family: tahoma;
}

h4
{
	color: #000000;
}

h1
{
	display: block;
	margin:0px;
	padding:4px;
	margin-top: 10px;
	font-size: 14pt;
}

h2,h3,h4
{
	margin-top:0px;
}

a
{
	color: #6060d0;
	text-decoration: underline;
}
a:hover
{
	color: #c00000;
	text-decoration:none;
}

td
{
	vertical-align:top;
}

img
{
	border: none;
}

#header
{
	margin: auto;
	padding-top: 00px;
	//background: #ffffff;
	height: 100px;
}

	#searchDiv
	{
		width: 100%;
	}

#sitebody
{
	margin: auto;
	text-align:left;
	padding-left: 4px;
	padding-right: 4px;
	width: 976px;
}

#footer
{
	clear:both;
	margin-top: 60px;
	
	height: 50px;
	
	text-align: center;
	color: #808080;
}
	#footertext
	{
		height: 16px;
		margin-top: 4px;
	}

.paperWeight
{
	clear:both;
}

.box
{
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	background: white;
}

	.box h2
	{
		font-size: 12pt;
		color: #000;
		margin-top: 10px;
	}
	
	.box .boxcontent
	{
		padding-left: 10px;
		padding-right: 10px;
		border: solid 1px #d4d4d4;
		padding-bottom: 8px;
		background: url( 'images/box-bg.jpg' ) repeat-x top;
	}
	
	.box .tl
	{
		background: url( 'images/box-tl.gif' );
		float:left;
		width: 5px;
		height: 5px;
		font-size:1pt;
	}
	.box .tr
	{
		background: url( 'images/box-tr.gif' );
		float:right;
		width: 5px;
		height: 5px;
		font-size:1pt;
	}
	.box .bl
	{
		background: url( 'images/box-bl.gif' );
		float:left;
		width: 5px;
		height: 5px;
		margin-top: -5px;
		font-size:1pt;
	}
	.box .br
	{
		background: url( 'images/box-br.gif' );
		float:right;
		width: 5px;
		height: 5px;
		margin-top: -5px;
		font-size:1pt;
	}


#header
{
	color: white;
	height: 90px;
	margin-top: 5px;

}
	#header h1
	{
		margin-bottom: 0;
		padding-bottom: 0;
		padding-left:6px;
		color: white;
	}
	#header .tl
	{
		background: url( 'images/tl.png' );
		float:left;
		width: 4px;
		height: 4px;
	}
	#header .tr
	{
		background: url( 'images/tr.png' );
		float:right;
		width: 4px;
		height: 4px;
	}
	#header .bl
	{
		background: url( 'images/bl.png' );
		float:left;
		width: 4px;
		height: 4px;
	}
	#header .br
	{
		background: url( 'images/br.png' );
		float:right;
		width: 4px;
		height: 4px;
	}

#leftcol
{
	float:left;
	width: 180px;
	height: 600px;
}
#main
{
	/*background: white;*/
}

#rightcol
{
	float:right;
	width: 180px;
}

#headlineImage
{
	margin-top: 0px;
	margin-bottom: 10px;
	xborder: solid 1px #c0c0c0;
	height: 135px;
	background: white;
}
	.headline
	{
		line-spacing: 1.5em;
		font-size: 12pt;
		margin-top: -30px;		/* only good for one-liners */
		margin-left: 10px;
	}

.sidebox
{
	border: solid 1px #a0a0a0;
	padding:4px;
	margin-bottom: 4px;
}

	.sidebox h2
	{
		font-size: 10pt;
		color: #6080d0;
		font-weight: bold;
		padding:0;
		margin:1px;
	}
	.sidebox h3
	{
		font-size: 10pt;
		font-weight: bold;
		color: #000;
	}

	.sidebox ul
	{
		margin:0px;
		margin-top:4px;
		padding:0px;
	}
	.sidebox li
	{
		margin:0px;
		margin-right: 0px;
		padding:0px;
		list-style:none;
		height: 22px;
	}
	.sidebox a
	{
		color: #a0a0a0;
		text-decoration:none;
		display:block;
		padding:2px;
	}

	.sidebox a:hover
	{
		padding:1px;
		color: #404040;
		/*text-decoration:underline;*/
		border: solid 1px #c0c0c0;
		background: #f0f0f0;
	}


#content
{
	padding: 00px;
}

#headerTitle
{
	background-image: url( 'images/header-bg.png' );
	background-position: bottom center;
	background-repeat: no-repeat;
	font-family: courier new;
	font-size: 14pt;
	font-weight:bold;
	padding-left: 10px;
	height: 102px;
	clear:both;
}

#topmenu
{
	padding:0px;
	padding-top: 0px;
	margin:0px;
	padding: 0px;
	height: 32px;
}

	#topmenu ul
	{
		list-style-type:none; 
		margin:0px;
		margin-top:0px;
		padding:0;
		height: 20px;
	}
	#topmenu li
	{
		float:left; 
		display:block; 
		line-height:26px;
		font-weight:bold;
		margin:0px;
		margin-right: 10px;
		padding:0px;
	}
	#topmenu a
	{
		color: #888;
		text-decoration:none;
		display:block;
		padding:1px;
		padding-left:8px;
		padding-right:8px;
	}

	#topmenu a:hover
	{
		color: #404040;
	}

.menuitem:hover
{
	color: #4040a0;
	text-decoration:none;
	background: url( 'images/menu_hl.png' );
}

#current A
{
	color: black;
}

.linkItem
{
	padding: 2px;
	padding-top:8px;
	padding-bottom: 8px;
	width: 700px;
}
	.linkItem .linkName
	{
		font-weight: bold;
	}

.alt
{
	background: #f5f5f5;
}

.review
{
	width: 700px;

}

.formFieldName
{
	width: 180px;
}
.formSectionHeader
{
	font-weight: 		bold;
	padding-bottom:		5px;
}
hr
{
	border: none;
	border-top: solid 1px #a0a0a0;
}