* {
	border: none;
	margin: 0;
	padding: 0;
}
body {
	background-color: #000000;
}
#container {
	text-align: center;
	margin: 0;
	padding: 0p;
	width: 100%;
}
#page {
	width: 950px;
	margin: 0 auto;
	font-size: 1.4em;
}
#print_masthead {
	display: none;
}
#masthead {
	display: block;
	border: none;
	clear: both;
}
#masthead_top {
	clear: both;
	background-color: #003333;
}
#masthead_middle {
	background-color: #F4F4D8;
	border-bottom: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #cccccc;
	display: block;
	height: 175px;
}
#masthead_footer {
	background-color: #003333;
	height: 20px;
	clear: both;
}
#masthead #lower_navbar {
	height: 25px;
	background-image: url(../imgs/bkgnd_lower_navbar.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	font-size: 6px;
	line-height: 6px;
	display:none;
}
#col1 {
	width: 229px;
	display: block;
	float: left;
	text-align: left;
	color: #CCCCCC;
	border: none;
	margin: 0;
	padding: 0;
}
#col2 {
	border: none;
	margin-left: 230px;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1.5em;
	line-height: 1.25;
	text-align: left;
}
#clearingblock {
	display: block;
	clear: both;
	height: 0px;
	width: 950px;
	visibility: hidden;
}
#col1_top {
	display: none;
	height: 0px;
}
#col1_middle {
}
#col1_footer {
	color: #663300;
}
#footer {
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	background-color: #330000;
	color: #CCCCCC;
	text-align: left;
	clear: both;
}
#container #page #content {
	background-image: url(../imgs/bkgnd_conten-03.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0;
	clear: both;
}
#masthead ul {
	list-style-type: none;
	float: right;
	margin: 3px 0 0 0;
}
#masthead  li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-right: 1px;
	display: inline;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-left: 6px;
}
#masthead_top {
	background-color: #FFCC00;
}
#masthead #navbar {
	height:20px;
	margin: 0;
	padding: 0;
}
#masthead_top {
	height: 30px;
}
#masthead_top {
	background-color: #339966;
}
#upper_navigation {
	margin-top: 2px;
}
#masthead ul#upper_navigation {
}

#col1_navigation {
	list-style-type: none;
	font-size: 16px;
	display: block;
	margin-left: 0px;
}
ul#col1_navigation  {
	width: 226px;
	float: left;
	margin: 0;
	padding: 0;
}
#col1_navigation li {
	display: block;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 0px;
	width: 100%;
}
#col1_footer {
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 0.8em;
	display: block;
	clear: left;
}
#internal_column {
	float: right;
	width: 200px;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 24px;
	padding-right: 1em;
	padding-bottom: 2em;
	padding-left: 1.5em;
	background-position: 0 0;
	font-size: 0.9em;
	line-height: 1;
	background-image: url(../imgs/bkgnd_rightcol.jpg);
	background-repeat: no-repeat;
	color: #999999;
	padding-top: 1.5em;
}
#internal_column p {
	line-height: 1.1;
}
#col1 img {
	padding: 5px;
	margin-right: auto;
	margin-left: 0px;
	border: 1px solid #000000;
	background-color: #efefef;
	display: block;
}
#col2 .before-after {
	padding: 6px;
	clear: right;
	margin-right: auto;
	margin-left: auto;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }
