@charset "UTF-8";

body {
	font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #CCC;
}

body { 
	scrollbar-arrow-color:#fff; 
	scrollbar-base-color:#333;
} 

.oneColFixCtr #container {
	width: 895px;
	margin: 0 auto;	border: 1px solid #000000;
	text-align: left;
}
.oneColFixCtr #mainContent {
	padding: 0px;
}


/* @group NAV */

#nav {
	background: url(../images/nav_bg.png) no-repeat;
	width: 895px;
	height: 71px;
	margin-top: 25px;
}

#nav ul {
}

#nav li {
	float: left;
}

/* @end */


/* @group CONTENT */

h1 {
	
}

h2 {
	margin-bottom: 10px;
}

#content {
	background: #3f3f3f url(../images/content_bg.jpg) repeat-x;
	padding: 20px;
	min-height: 200px;
	overflow: auto;
	width: 855px;
}

#content a:link,
#content a:active,
#content a:visited {
	color: #fff;
}

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

#content #right {
	width: 419px;
	float: right;
	color: #999;
	background: #222 url(../images/right_bg.png) repeat-x;
}

#content #right_too {
	width: 419px;
	float: left;
}

#content #right #right_content {
	padding: 0 15px 15px;
	min-height: 185px;
}

* html #content #right #right_content {
	height: 185px;
}

#content #right #right_content ul {
	margin-bottom: 15px;
}

#content #right #right_content .btn,
#content #left .btn {
	float: right;
}

#content #right #right_content li {
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 5px;
}

#content #right #right_content p {
	line-height: 1.7em;
	margin-bottom: 1em;
}

#content #left {
	width: 411px;
}

#content h1 {
	margin-bottom: 20px;
}

#content #answers {
	margin-top: 15px;
}

#content #left p,
#content #answers p {
	font-size: 1.1em;
	line-height: 1.7em;
	margin-bottom: 1em;
	text-align: justify;
}

#content #answers p {
	width: 75%;
	line-height: 1.5em;
}

#content #left #mystory p {
	line-height: 1.5em;
}

#content table {
	margin-bottom: 25px;
	margin-top: 15px;
}

#content table th {
	border-bottom: 1px solid #666;
	font-size: 19px;
	padding-bottom: 5px;
}

#content table td {
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
	padding-top: 5px;
}

#content table .td_title {
	color: white;
	font-weight: bold;
	font-size: 13px;
}

.overflow {
	height: 300px;
	overflow: auto;
	padding-right: 25px;
}

.overflow_right {
	height: 390px;
	overflow: auto;
	padding-right: 25px;
}

/* @end */

/* @group FOOTER */

#footer {
	color: #666;
	margin-bottom: 25px;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	color: #666;
}

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

#footer #copyright {
	text-align: right;
	float: right;
}

#footer #cap {
	margin-bottom: 10px;
}



/* @end */

.clear {
	clear: both;
}



h4 {
	font-weight: bold;
	font-size: 15px;
	color: white;
	margin-bottom: .5em;
	margin-top: 1.5em;
}

a:link,
a:active,
a:visited {
	color: #fff;
}