/* THIS IS A PRINT STYLESHEET ONLY */

body {
	padding: 0;
	font: normal 11px/150% Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	color: #333333;
}


h1, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #0082c8;
	font-family: Verdana, Arial, sans-serif;
}

ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
	color: #FF6600;
}

a {
	text-decoration: underline;
	color: #333333;
}


/* Header */

#header {
	width: 800px;
	height: 50px;
	margin: 0 auto;
}

#header * {
	text-decoration: none;
	text-align: left;
	color: #000000;
}

#header h1 {
	padding-top: 20px;
	font-size: 3em;
}

#header h2 {
	font-size: 1.2em;
}
#logo {
	float: left;
	width: 240px;
	height: 80px;
	padding: 10px 0px 10px 0px;
}
#dropmenu {
	float: left;
	margin-left: 0;
	padding: 10px 0px 10px 10px;
	width: 550px;
	height: 80px;
}

/* Menu */

#flashcontent {
/* The flash image is not printed */
/*	width: 800px;
	height: 200px; */
	display: none;
	margin: auto;
	padding: 20px 0px 10px 0px;
}

/* Content */

#content {
	width: 795px;
	margin: 0 auto;
	border-left: 3px solid #CCCCCC;
	border-right: 3px solid #CCCCCC;
/*	background: url(images/arrow_back.gif) right no-repeat; */
}
#topborder {
	width: 801px;
	height: 24px;
	margin: 0 auto;
/*	background: url(images/top_grey.gif) no-repeat; */
}	
#bottomborder {
	width: 801px;
	height: 24px;
	margin: 0 auto;
/*	background: url(images/bottom_grey.gif) no-repeat; */
}
#colOne {
	display: none;
	float: left;
	padding: 0px 20px 0 10px;
	width: 160px;
}
#colOne a {
	text-decoration: none;
	color: #333333;
}

#colOne a:hover {
	color: #FF6600;
	font-weight:500;
	text-decoration: underline;
}

#colTwo {
	float: left;
	width: 560px;
	padding: 0px 20px 0 20px;
}

/* Content Elements */
#content h2 {
	letter-spacing: 0.3em;
	font-size: 11px;
	color: #0082c8;
	font-family: Verdana, Arial, sans-serif;
}

#content h3 {
	text-transform: uppercase;
	line-height: 110%;
	letter-spacing: 0.3em;
	font-size: 13px;
	color: #0082c8;
	font-family: Verdana, Arial, sans-serif;
}

#content h4 {
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-size: 13px;
	color: #009900;
	font-family: Verdana, Arial, sans-serif;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	font-size: 11px;
	line-height: 220%;
	list-style: square inside;
	color: #333333;
}
	

/* Footer */

#footer {
	width: 801px;
	height: 40px;
	margin: 0 auto;
	padding: 10px 0 0 0px;
	
	
}

#footer p {
	text-align: center;
	font-size: .9em;
	color: #999999;
	font-family: Verdana, Arial, sans-serif;

}
