td,th,body,input,select,textarea,pre{
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	background-color:#000000;
	color:#C0C0C0;
	text-align:left;
}
.submit{
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	width: 80px;
	font-weight: bold;
	color: #C0C0C0;
	text-align:center;
}
.remark{
	color: #E41D12;
	font-family: arial, verdana, tahoma;
	font-size: 9px;
}

#loginTable {
	text-align:center;
}

#contact_form{  }
#contact_table{ color:C0C0C0; }
#contact_name_field{ color:C0C0C0; }
#contact_email_field{ color:C0C0C0; }
#contact_address_field{ color:C0C0C0; }
#contact_telephone_field{ color:C0C0C0; }
#contact_fax_field{ color:C0C0C0; }
#contact_to_field{ color:C0C0C0; }
#contact_subject_field{ color:C0C0C0; }
#contact_body_field{ color:C0C0C0; }

/**********************************************************************************************************************/

@charset "utf-8";
/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color: #C0C0C0;
	line-height: 1.5;	
	margin: 0px;
	padding: 0px;
	background: #000000;
	background-repeat: repeat-x;
}

.oneColFixCtr #container {
	width: 726px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 726px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; 
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #ffffff;
	text-decoration: none;
}

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

/************** header tag styles **************/

h1{
 font: bold 20px Arial,sans-serif;
 color: #E41D12;
 margin: 0px;
 padding: 0px;
 letter-spacing:2px;
}

h2{
 font: bold 14px Arial,sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
 letter-spacing:2px;
 
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h6{
 /*only for the index.htm name title*/
 font: bold 150% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

/*************** font styles ***************/

.bottomRed{
 font: 14px Verdana,sans-serif;
 color: #e41d12;
 margin: 0px;
 padding: 0px;
 letter-spacing: 5px;
}

.bottomWhite{
 font: 10px Verdana,sans-serif;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
 letter-spacing: 1px;
}
/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 122px;
	left: 22px;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
	min-width: 700px;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}

/********************* end **********************/
