@charset "utf-8";
body {
	background-color: #F7F4EB;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:link, a:visited {
	text-decoration: none;
	color: #F68121;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}
a:hover {
	color: #099;
}

.container {
	background-image: url(images/bg_container.jpg);
	background-repeat: repeat-x;
	width: 100%;
	background-position: top;
}
.page {
	min-height: 600px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_lightsshadows.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.leftbar {
	float: left;
	width: 200px;
	background-image: url(images/bg_sidebar.png);
	background-repeat: repeat-y;
}
.header {
	height: 60px;
	width: 70%;
	float: right;
	margin-right: 100px;
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #F68121;
}

.navigation {
	width: 90%;
	font-size: 12pt;
	color: #FFF;
	font-family: "Lucida Console", Monaco, monospace;
	padding-top: 25px;
	text-align: left;
	float: left;
	padding-left: 40px;
}
.page_content {
	width: 480px;
	float: left;
	margin-left: 25px;
	text-align: left;
	background-color: #F4F1E9;
	margin-top: 75px;
	padding: 10px;
}
.txt_box480 {
	width: 480px;
	background-image: url(images/box.png);
	background-repeat: no-repeat;
	min-height: 200px;
}
.txtbox400 {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	font-size: 11pt;
}


.txt10 {
	font-size: 9pt;
	color: #333;
}
.rtbar {
	float: right;
	min-height: 500px;
	width: 260px;
	font-size: 10pt;
	background-color: #F7F4EB;
	background-image: url(images/bg_right.jpg);
	background-repeat: no-repeat;
}
hr {
	border: 1px dashed #CBC8BF;
}
.footer {
	clear: both;
	height: 25px;
	width: 99%;
	font-size: 8pt;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	float: right;
}
.form250 {
	width: 250px;
	padding: 7px;
}

img {
	border: none;
}
.fb {
	font-size: 10pt;
	color: #3C5A9A;
}
