/* Body Styles */
html, body {
	border: none;
	height:100%;
	margin: 0;
	padding: 0;
	text-align:center;
	width: 100%;}
body {
	background-color:#EEE7DF;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-family: Arial, Helvetica, sans-serif;}
hr { 
	background-color:#323543;
	color:#323543;}
	
/* Structure Styles */
#holder {
	margin:auto;
	padding-top:10px;
	position:relative;
	width:768px;
	z-index: 100;}
#header {
	background-color:#FFFFFF;
	height:126px;
	margin-bottom:10px;
	position:relative;
	z-index:200;}
#menu {
	float:left;
	margin-top:1px;
	text-align:left;
	width:152px;
	z-index: 800;}
#content {
	background-color:#FFFFFF;
	border: 1px solid #333333;
	float:right;
	margin-right:22px;
	padding:15px 15px 15px;
	position:relative;
	text-align:justify;
	width:548px;
	z-index: 500;}
#copyright {
	float:right;
	margin-right:23px;
	padding-top:5px;
	position:relative;
	width:578px;
	z-index: 400;}
	
/* Link Styles */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #980000;}
a:hover {
	text-decoration: underline;}
.alogic {
	text-decoration: underline;
	color:#BBBBBB;}

/* Text Styles */	
.c_blue {
	color:#183761;}
.c_gray {
	color:#AAAAAA;}
.c_green {
	color:#2D3227;}
.c_red {
	color:#980000;}
.c_white {
	color:#FFFFFF;}
.copy {
	color:#888888;
	font-size: 11px;
	font-weight: bold;}
.image {
	font-size: 11px;
	font-weight: bold;}
.info {
	font-size: 12px;
	font-weight: bold;}
.head {
	font-size: 16px;
	font-weight: bold;}
.nav {
	font-size: 14px;
	font-weight: bold;}
.norm {
	font-size: 16px;}
.t_bold {
	font-weight: bold;}
	
/* Design Styles */
#flashdetect {
	left: 7px;
	position: absolute;
	top: 139px;
	visibility: visible;
	width: 230px;
	z-index: 999;}
#roll_1, #roll_2, #roll_3, #roll_4, #roll_4b, #roll_5, #roll_6, #roll_7 {
	background-color:#2D3227;
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
	border-right: medium solid #EEE7DF;
	border-top: medium solid #EEE7DF;
	padding:3px;
	padding-left:5px;
	position:relative;
	width:146px;}
#roll_7  {
	border-bottom: medium solid #EEE7DF;}
#roll_on {
	background-color:#323543;
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
	border-right: medium solid #EEE7DF;
	border-top: medium solid #EEE7DF;
	padding:3px;
	padding-left:5px;
	position:relative;
	width:146px;}
#script_warn {
	color: #980000;
	font-weight: bold;
	font-size: 11px;
	margin-bottom:5px;
	position:relative;
	text-align:center;
	visibility:visible;
	width: 100%;
	z-index: 999;}