/* default styles */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, select {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;

}
ul
{
	padding-left: 20px;	
}
body 
{
	background-color: white;
	background-image: url(/images/gui/sb_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	/*text-align: center;*/
}
h1
{
	/*font-size: 24px;*/
	/*font-family: Impact, Charcoal, sans-serif;*/
	/*font-size: xx-large;*/
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;	
	/*line-height: 30px;*/
	margin: 20px 0px;
}
h2
{
	font-size: 20px;
	line-height: 26px;
	margin: 10px 0px;	
}
h3
{
	font-size: 12px;
	line-height: 18px;
}
img
{
	border-width: 0px;
}
.page
{
	margin: 0px auto;
	float: none;
	position: relative;
	/*text-align: center;*/
	width: 1000px;
	padding-bottom: 70px;
}
.page_header
{
	background-image: url(/images/gui/header_bg.jpg);
	background-repeat: repeat-x;
	float: left; 
	height: 83px;
	margin: 0px 0px 0px 20px;
	position: relative;
	width: 960px;
}
.special
{
	float: left;
	height: 20px;
	margin: 16px 20px 0px 20px;
	position: relative;
	width: 960px;
}
#body
{
	background-image: url(/images/gui/content_bg.png);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	width: 1000px;
	clear: both;
	padding: 20px 0px 0px 0px;
}
.content_container
{
	float: left;
	margin: 0px 20px 0px 20px;
	padding: 0px;
	position: relative;
	width: 960px;
	background-color: white;
}
.nav_column
{
	display: none;
	float: left;
	width: 190px;
}
#content
{
	margin-bottom: 10px;
	padding: 10px;
	min-height: 600px;
	position: relative;
}
.page_footer
{
	clear: both;
	/*float: left; 
	margin: 0px 0px 0px 20px;
	position: relative;
	width: 940px;	*/
	background-color: white;
	padding: 20px 10px;
}
.pagePath
{
	color: gray;
	font-size: 10px;
}
.pagePath a
{
	color: gray;
	text-decoration: underline;
}
.pagePath a:hover
{
	color: black;
	text-decoration: underline;
}
