* {margin:0;padding:0}

body  {
	background: #3F3F3F;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

a:link {
	color: #999999;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #C5C5C5;
	text-decoration: none;
}

a:active {
	color: #C5C5C5;
	text-decoration: none;
}

.twoColFixRt #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #000;
}
.twoColFixRt #container #mainContent #navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.textfield {
	background-color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #A18152;
	border: medium solid #666666;
	padding: 2px;
}
.textaera {
	background-color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #A18152;
	border: medium solid #666666;
	padding: 2px;
	overflow: auto;
}


.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 400px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	background-color: #333333;
}
.twoColFixRt #mainContent {
	border-right-color: #990000;
/*	width: 460px;*/
	margin-top: 0;
	margin-right: 410px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRt #container #mainContent #logo {
	padding-top: 15px;
	text-align: center;
}
/*.style2 {color: #999999}*/

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #DDAF6F;
	margin-top: 23px;
	margin-bottom: 8px;

}

.twoColFixRt #container #mainContent #textholder {
	padding-top: 10px;
}

.twoColFixRt #container #mainContent #textholder p {
	margin-bottom: 15px;
}


.smalltype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #999999;
}

.submitbutton {
	border-style:none;
	background: #7D7D7D;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.error {
	font-weight: bold;
	color: #883743;



}

.twoColFixRt #container #mainContent #textholder #readon {
	text-align: right;
	font-style: italic;
	font-size: 10px;
	color: #C5C5C5;
	padding-right: 15px;
	font-weight: normal;
}

.twoColFixRt #container #mainContent #textholder #readon a:link {
	color: #999999;
	text-decoration: none;
}

.twoColFixRt #container #mainContent #textholder #readon a:visited {
	color: #999999;
	text-decoration: none;
}

.twoColFixRt #container #mainContent #textholder #readon a:hover {
	color: #C5C5C5;
	text-decoration: none;
}

.twoColFixRt #container #mainContent #textholder #readon a:active {
	color: #C5C5C5;
	text-decoration: none;
}
