@charset "UTF-8";
/* CSS Document */

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
body {
	background-color: #000;
	background-image: url(images/black_stripe_bkgd.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	position: relative;
	text-align: center;
}
h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
	color: #FFF;
}
h2 {
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	line-height: 22px;
}
h3 {
	font-size: 14px;
	color: #0381CD;
	font-weight: normal;
	line-height: 20px;
}
h4 {
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	line-height: 20px;
}
.12px {
	font-size: 12px;
}
.breadcrumbs {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 10px;
	text-align: left;
	margin-right: 15px;
}
.breadcrumbs a:link {
	color: #CCC;
}
.breadcrumbs a:hover {
	color: #CCC;
}
.heading {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:26px;
	color:#FFF;
	line-height:32px;
}
.subhead {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	font-style:italic;
	color:#FFF;
	line-height:32px;
}
.navigation {
	font-size:14px;
	color: #FFF;
}
.navigation a:link {
	color: #FFF;
	text-decoration: none;
}
.navigation a:hover {
	text-decoration: none;
}
.navigation a:visited {
	color: #FFF;
}
.photo_margin {
	margin: 8px;
}
.sidebar_div {
	padding-top: 15px;
	padding-bottom: 0px;
	font-size: 12px;
	text-align: center;
	margin-left: 15px;
}
#chamber_logo {
	border: 5px solid #CCC;
	background-color: #FFF;
	width: 275px;
	margin-bottom: 6px;
}
#del {
	border: 5px solid #CCC;
	width: 275px;
	margin-bottom: 6px;
}

#flag_logo {
	border: 5px solid #CCC;
	background-color: #000;
	color: #FFF;
	width: 275px;
	margin-bottom: 6px;
}
#footer {
	font-size: 10px;
	color: #CCC;
	text-align: center;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333;
}
#footer a:link {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFF;
}
#h1_link a:link {
	color: #FFF;
}
#header {
	margin: 0;
	height: 450px;
}
#logos {
	border: 5px solid #CCC;
	height: 120px;
	width: 275px;
	margin-bottom: 6px;
	background-color: #FFF;
}
#main {
	position: absolute;
	top: 40px;
	z-index: 10;
}
#main_text {
	font-size: 12px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333;
	padding-right: 15px;
	margin-top: 10px;
	line-height: 18px;
}
#main_text a:link {
	color: #CCC;
}
#main_text a:hover {
	color: #FFF;
	text-decoration: underline;
}
#white_transparent {
	position: absolute;
	background-image: url(images/gray_stripe_bkgd.jpg);
	background-repeat: repeat;
	height: 500px;
	width: 100%;
	top: 28px;
	left: 0px;
	z-index: 1;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

