

html {
	margin: 0;
	padding: 0;
	}
	
	
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	}

body {
	background-color	:	white;
	background: url(/images/page-paper.jpg) fixed center repeat-y;
	}


#wrapper {
	margin			: 	0 auto;
	width			: 	840px;
	background-color	:	#FFFFFF;
	border			:	none;
	z-index			:	100;
	}
	

#header {
	height			: 	150px;
	width			: 	840px;
	background-color	:	#ffffff;
	}

#leftcolumn {
	float			: 	left;
	width			: 	230px;
	margin-top		: 	0px;
	padding			: 	0px;
	color			:	#ffffff;
	border			:	none;
	}
	
#leftcolumnnav {
	list-style-type		: 	none;
	width			: 	185px;
	font-family		: 	Verdana, Arial, Helvetica, sans-serif;
	font-size		: 	11px;
	font-weight		: 	normal;
	display			: 	block;
	margin-top		: 	0px;
	margin-right		: 	0;
	margin-bottom		: 	0;
	margin-left		: 	6px;
	padding			: 	0;
	color			:	#ffffff;
	}
	
#leftcolumnnav li {
	margin			: 	0;
	padding			: 	0;
	float			: 	left; /* This corrects the */
	width			: 	185px; /* IE whitespace bug */
	font-family		: 	Verdana, Arial, Helvetica, sans-serif;
	color			:	#ffffff;
	}
	
#leftcolumnnav a {
	display			: 	block;  /* to increase clickable area as a's default to inline */
	text-decoration		: 	none;
	line-height		: 	2.2em;
	width			: 	185px;
	background-color	: 	#719EC2;
	padding-top		: 	0;
	padding-right		: 	15px;
	padding-bottom		: 	0;
	padding-left		: 	15px;
	margin-bottom		: 	2px;
	color			:	#ffffff;
	}
	
#leftcolumnnav a:hover {
	background-color	: 	#787FAC;
	font-family		: 	Verdana, Arial, Helvetica, sans-serif;
	width			: 	185px;
	}
	
#leftcolumnnav li.current a {
	background-color	: 	#719EC2;
	color			: 	#3E3564;
	font-weight		: 	normal;
	width			: 	185px;
	}	

#maincolumn {
	float			:	left;
	width			: 	410px;	
	font-family		: 	Arial, Helvetica, sans-serif;
	font-size		: 	14px;
	line-height		: 	26px;
	padding			: 	15px;
	}

#maincolumnwide {
	float			:	left;
	width			: 	570px;	
	font-family		: 	Arial, Helvetica, sans-serif;
	font-size		: 	14px;
	line-height		: 	26px;
	padding			: 	15px;
	}

#rightcolumn {
	float			:	right;
	width			: 	170px;	
	padding			: 	0px;	
	font-family		: 	Arial, Helvetica, sans-serif;
	font-size		: 	12px;
	line-height		: 	20px;
	}
	
#footer {
	clear			: 	both;
	width			: 	840px;
	height			: 	30px;
	background-color	:	white;
	background-repeat	:	no-repeat;
	background-position	:	top;
	margin			: 	0px auto;
	width			: 	840px;
	border-top-style	: 	none;
	border-right-style	: 	none;
	border-bottom-style	: 	none;
	border-left-style	: 	none;	
	font-family		: 	Arial, Helvetica, sans-serif;
	font-size		: 	12px;
	color			: 	black;
	}
	
#footer .copyright {
	padding-left		:	10px;
	float			: 	left;
	text-align		: 	left;
	font-family		: 	Arial, Helvetica, sans-serif;
	font-size		: 	10px;
	}
	
#footer .options {
	padding-right		:	10px;
	float			: 	right;
	text-align		: 	right;
	font-family		: 	Arial, Helvetica, sans-serif;
	font-size		: 	12px;

	}
	
#footer a:link {
	color			: 	#719EC2;
	text-decoration		:	none;
	}
	
#footer a:visited {
	color			: 	#719EC2;
	text-decoration		:	none;
	}
	
#footer a:hover {
	color			: 	#719EC2;
	text-decoration		:	none;
	}
	
#footer a:active {
	color			: 	#719EC2;
	text-decoration		:	none;
	}





