/* CSS Document */


html, body, ul, ol, li, form, fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
	
	}
body {
	color: #000000;
	background: #FFFFFF;
	text-align: center;
	}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	line-height: 22px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	letter-spacing: -1px;
	margin: 0px;
	line-height: 16px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	line-height: 14px;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	line-height: 14px;
}


.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}


#Holder {
	width: 750px;
	text-align: left;
	margin: 0 auto 0 auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


#Header {
	display:none;
	}

#Content {
	margin: 0px;
	padding: 10px;
}

/*#Content img {
	padding: 4px;
	border:solid 1px #255c79;
}
*/
#MainText {
	width: 490px;
	float: left;
	padding: 0px 10px;
}
#MainLeft {
	margin: 0 0 0 530px;
	padding: 0px 10px;
}
#Footer {
	height: 24px;
	margin: 20px 0px 0px 0px;
	padding: 8px 5px 0px 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	}


#SubNav {
	display:none;
	}