/* CSS Document */
/* COLORS */
/*  */
/*  */
/*  */
/*  */
/* LAYOUT */
body {
	margin: 12px 0 0 0;
	font-family: arial, non-serif;
	color: #000000;
	font-size: .9em;
	background-color: #fff;
}
.container {
	width: 100%;
	height: 100%;
}
.inner {
	width: 792px;
	height: auto;
}
.header {
	width: 100%;
	height: auto;
	margin: 0 0 6px 0;
	float: left;
	text-align: left;
}
.navbar {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin: 0 0 12px 0;
}
.content {
	width: 100%;
	height: 100%;
	float: left;
	text-align: left;
	background-color: #ffffff;
	padding: 120px 0 0 0;
}
.content_left {
	width: 227px;
	height: 468px;
	float: left;
	padding: 6px 0 0 0;
	margin: 3px 0 0 0;
	text-align: right;
}
.content_right_title {
	width: 541px;
	height: auto;
	float: right;
	padding: 12px 0 12px 0;
	text-align: left;
}
.content_right {
	width: 529px;
	height: 468px;
	float: right;
	padding: 0 12px 0 0;
	text-align: left;
	overflow: auto;
}
.content_right_scroll {
	width: 517px;
	height: 420px;
	float: right;
	clear: both;
	padding: 12px 0 0 0;
	text-align: left;
	overflow: auto;
}
.footer {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	padding: 3px 0 3px 0;
	margin: 12px 0 0 0;
	background-color: #fff;
	font-size: .7em;
	text-align: center;
	color: #000;
}
form {
	margin: 0;
}
/* ------------ */
/* FORMATTING */
h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 6px 0;
	text-align: left;
	clear: both;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 6px 0;
	text-align: left;
	clear: both;
}
h3 {
	font-size: .9em;
	font-weight: bold;
	margin: 0 0 3px 0;
	text-align: left;
	clear: both;
}
p {
	text-align: left;
	margin: 0 0 9px 0;
	font-size: .9em;
	text-align: justify;
}
p.center {
	text-align: left;
	margin: 0 0 6px 0;
	font-size: .9em;
	text-align: center;
}
p.ql {
	text-align: left;
	margin: 0 0 6px 0;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}
img {
	border: solid 1px #999;
}
img.noborder {
	border: 0;
}
img.pic_left {
	float: left;
	clear: both;
	margin: 0 6px 3px 0;
}
/* ------------ */
/* NAVIGATION */
#nav_container {
	width: 100%;
	text-align: center;
}
#nav {
	margin-left: auto;
	margin-right: auto;
}
#nav a.nav, #nav a.nav:link, #nav a.nav:visited {
	display: block;
	width: 112px;
	height: 18px;
	background: #000;
	color: #fff;
	text-decoration: none;
	font-size: .7em;
	text-align: center;
	line-height: 18px;
	border-right: solid 1px #fff;
}
#nav a.nav, #nav a.nav:link, #nav a.nav:visited {
	float: left;
}
#nav a.nav:hover {
	background: #ccc;
	color: #000;
}
#nav a.nav:active {
	background: #fff;
	color: #000;
}
#nav {
	height: 18px;
}
#nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* ------------ */
/* LINKS */
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: none;
}
a:active {
	color: #900;
	text-decoration: none;
}
/* ALTERNATIVE LINKS */
a.alt:link {
	color: #ccc;
	text-decoration: none;
}
a.alt:visited {
	color: #ccc;
	text-decoration: none;
}
a.alt:hover {
	color: #fff;
	text-decoration: none;
}
a.alt:active {
	color: #ccc;
	text-decoration: none;
}
a.alt2:link {
	color: #fff;
	text-decoration: none;
}
a.alt2:visited {
	color: #fff;
	text-decoration: none;
}
a.alt2:hover {
	color: #fcf;
	text-decoration: none;
}
a.alt2:active {
	color: #fff;
	text-decoration: none;
}
/* FORM */
form {
	margin: 0;
}
td.label {
	font-size: 0.8em;
}
input {
	border: thin 1px #666666;
	font-size: 0.8em;
	padding: 1px 0 1px 3px;
}
textarea {
	padding: 3px 0 0 3px;
}
/* ------------ */
/* BOX */
div.box {
	width: 225px;
	height: auto;
	max-height: 360px;
	margin: 6px 0 0 0;
	padding: 0;
	text-align: center;
	background-image: url('images/box_sides.jpg');
	background-position: 50% 0;
	background-repeat: repeat-y;
	text-align: center;
	overflow: hidden;
}
p.box {
	width: 201px;
	height: auto;
	margin: 0 0 6px 0;
	text-align: justify;
	line-height: normal;
	color: #ffffff;
}
/* ------------ */