body {
	padding: 0;
	font: normal 11px Verdana, Arial, sans-serif;
	text-align:justify;
	line-height: 150%;
	color: #333333;
}

h1, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #0082c8;
}

ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
	color: #FF6600;
}

a {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #FF6600;	
}

/* 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 px;
	padding: 10px 0px 10px 10px;
	width: 550px;
	height: 80px;
}

/* Menu */

#flashcontent {
	width: 800px;
	height: 200px;
	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 {
	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;
}

#content h3 {
	text-transform: uppercase;
	line-height: 110%;
	letter-spacing: 0.3em;
	font-size: 13px;
	color: #0082c8;
}

#content h4 {
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-size: 13px;
	color: #009900;
}

#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;

}

