	/*  */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	}
	h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	}
	p {
	margin:.4em 0 .8em 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	}
	p img {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
	/* Header styles */
	#header {
	clear:both;
	float:none;
	width:100%;
	height: 122px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}
#header #bg {
	text-align: center;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 123px;
	background-image: url(../images/headerbg1.jpg);
	background-repeat: no-repeat;
}

#header #nav {
	height: 32px;
	width: 950px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
#header #nav #navcontain {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	left: 210px;
}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header #nav {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	padding-top:2px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
	#header #nav #navcontain .butt {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	color: #FFFFFF;
	}
	#header #nav #navcontain .butt a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:2px 10px;
		text-align:center;
		background:#eee;
		color:#FFFFFF;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header #nav #navcontain a:hover {
		background:#369;
		color:#fff;
	}
	#header #nav #navcontain a.active,
	#header #nav #navcontain a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header #nav #navcontain a span {
	display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
	clear:both;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100%;
	height: 70px;
	float: left;
	top: 0px;
	}
	/* column container */
	.colmask {
	width: 950px;
	overflow: hidden;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
	float:left;
	width:100%;
	clear: both;
	position: relative;
	}
	.col1,
	.col2,
	.col3 {
	float:left;
	padding:0 0 1em 0;
	overflow:hidden;
	position: relative;
	}
	/* 2 Column (double page) settings */
	.doublepage {
	clear: both;
	top: 20px;
	width: 950px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.sp {
	height: 50px;
}
	.doublepage .colleft {
	right:50%;
}
	.doublepage .col1 {
	width:46%;			/* left column content width (column width minus left and right padding) */
	left:52%;
	text-align: left;
	}
	.doublepage .col2 {
	width:46%;			/* right column content width (column width minus left and right padding) */
	left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	text-align: left;
	}
	/* Footer styles */
	#footer {
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	float: left;
	clear: left;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	/*  */
.butt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #0066CC;
	width: 100px;
	height: 18px;
	border: 2px groove #CCCCCC;
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	float: left;
	background-image: url(../images/blue_grad.jpg);
	line-height: 18px;
}
#header #nav .butt a:link {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#header #nav .butt a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#header #nav .butt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

