* {
	margin: 0px;
	padding: 0px;
}
HTML {
	overflow: -moz-scrollbars-vertical;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	/*background-color:#FFEEC8;*/
	background-color: #333333;
}
a:link, a:hover, a:visited, h1, h2, h3 {
	font-weight:bold;
}
a:link {
	color:#ae2012;
	text-decoration: none;
}
a:hover {
	color:#001B26;
	text-decoration: none;
}
a:visited {
	/*color:#CB781E;*/
	color:#ae2012;
	text-decoration:underline;
}


.chainAccount {
	background-color:#cccccc;
	color:#000000; 
	border: thin solid #666666; 
	padding: 5px;
	}
a.chainAccount:hover {
	background-color: #ae2012;
	}
a.chainAccount:visited {
	color:#000000;
	text-decoration: none;
	}
	
h1, h2, h3, p, table {
	margin:15px 30px;
}

h1 {
	color:#000;
	font-size:20px;
}
h2 {
	font-size:14px;
	/*color:#3C6167*/
	color:#ae2012;
	
}
h3 {
	font-size:12px;
}
ul {
	margin:5px 0px 5px 60px;
}
ol {
	margin:5px 0px 5px 66px;
}
ul li, ol li {
	padding:3px;
}

.catTitle {
	font-size:14px;
	color:#CC781E;
	/*color:#CC781E;*/
	font-weight:bold;
}

.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}
* html .clearfix {
	height:1%;
}
#container {
	width:924px;
	margin:0px auto 10px;
	position:relative;
	background-color:#000000;
}
#content {
	padding:0px;
	/*background:url(images/content_bg.jpg) repeat-y top left;*/
	
}

/* styles for two col layout remove if not needed */
#leftCol {
	float:left;
	width:187px;
	margin-top:15px;
	background: url(images/nav_background.jpg) no-repeat 0px 189px;
	height:695px;
	display:inline;
	/*background-color: #273e90;*/
	
}
* html #leftCol img {
	padding:3px;
}
#leftCol img {
	/*padding:3px 3px 3px 4px;*/
}
#rightCol {
	float:left;
	width:736px;
	border:1px Solid #000;
	border-left:none;
	margin-top:15px;	
	background-color:#FFFFFF;
	display:inline;
}
#banner {
	margin:0px 0px 10px;
	background-color: #000000;
}
#copyright {
	text-align:center;
	font-size:10px;
	color:#ae2012;
}

#regForm {
	margin-right:0px;
	float:left;
	width:325px;
	background-color:#E5E5E5;
	min-height:350px;
}

/* styles for vertical navigation remove if not needed */
#verticalMenu {
	width:181px;
	font-size:14px;
}

#verticalMenu ul {	
	margin:15px;
}
#verticalMenu li {
	list-style-type:none;
	width:100%;
}
#verticalMenu a {
	display:block;
	padding:8px;
	height:100%;
	color:#FFFFFF;
} 

.requiredFld {
	font-size:18px;
	font-weight:bold;
	/*color:#990000;*/
	color:#FF0000;
}
.attention {
	color:#EB2036;
	font-weight:bold;
}

