* {
	padding:		0;
	margin:			0px;
}

body {
	background-color:	#FFFFFF;
	}

#logo {
	position:		absolute;
	top:			0px;
	left:			55px;
	border:			0;
	}

#img_links {
	display:		none;
	}

#headercontainer {
	position:		absolute;
	top:			105px;
	left:			0px;
	width:			1000px;
	height:			245px;
	background-color:	#FFFFFF;
	display:		none;
	}

#subheader {
	position:		absolute;
	top:			350px;
	left:			0px;
	width:			1000px;
	height:			49px;
	background-image:	url("../images/bg_subheader.jpg");
	background-position:	top left;
	background-color:	#FFFFFF;
	display:		none;
	}

#maincontainer {
	position:		absolute;
	top:			150px;
	left:			-125px;
	}

#content_left {
	position:		absolute;
	top:			0px;
	left:			0px;
	width:			390px;
	display:		none;
	}

#content_middle {
	position:		absolute;
	top:			0px;
	left:			0px;
	width:			600px;
	}

#content_right {
	position:		absolute;
	top:			0px;
	left:			720px;
	width:			280px;
	display:		none;
	}


p {
	font-family: 		"Times New Roman", Arial, Verdana, Helvetica, sans-serif;
	font-size:		20px;
	color:			#000000;
	line-height:		1.3em;
	margin-bottom:		15px;
	margin-right:		25px;
	}

p a {
	font-family: 		"Times New Roman", Arial, Verdana, Helvetica, sans-serif;
	font-size:		20px;
	color:			#000000;
	line-height:		1.3em;
	margin-bottom:		15px;
	margin-right:		25px;
	}

ul {
	font-family: 		"Times New Roman", Arial, Verdana, Helvetica, sans-serif;
	font-size:		20px;
	color:			#000000;
	line-height:		1.3em;
	margin-left:		20px;
	margin-bottom:		15px;
	}

#attention {
	position:		relative;
	top:			-125px;
	left:			0px;
	width:			275px;
	height:			25px;
	padding-top:		5px;
	font-family:		Verdana, Arial,Helvetica, sans-serif;
	font-size:		12px;
	display:		none;
	}

h1 {
	font-family: 		"Times New Roman", Arial, Verdana, Helvetica, sans-serif;
	font-size:		26px;
	color:			#000000;
	margin-top:		10px;
	margin-bottom:		15px;
	}
