@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.twoColFixRtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 0px 0 #FFFFFF;
	padding: 0px;
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 800px;
	height: 145px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px;
	height: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 73%;
	color: #000000;
	height: 109px;
	width: 600px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	height: 129px;
	width: 600px;
	margin-left: 5px;
	margin-top: 20px;
}
.pho_left {
	float: left;
	border: thin solid #000000;
	margin-right: 5px;
}
#sub_text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 73%;
	color: #000000;
	margin-left: 5px;
	padding-top: 5px;
	height: 65px;
	width: 600px;
}
#sub_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 73%;
	height: 65px;
	width: 600px;
	margin-top: 10px;
	margin-left: 5px;
	color: #000000;
}
#sub_text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 73%;
	width: 600px;
	margin-top: 10px;
	margin-left: 5px;
	height: 65px;
	color: #000000;
}
#sub_text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 73%;
	color: #000000;
	width: 600px;
	margin-top: 10px;
	margin-left: 5px;
	height: 65px;
}
#nav_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	width: 800px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000000;
	height: 20px;
	text-align: center;
	margin-top: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	top: 0px;
	clip: rect(auto,auto,auto,auto);
	vertical-align: middle;
}
#nav_bar2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	width: 800px;
	text-align: center;
	height: 20px;
	padding-top: 4px;
	background-color: #CCCCCC;
}
.twoColFixRtHdr #mainContent {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 400px;
	width: 625px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.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;
	background-color: #FFFFFF;
}
#nav_bar ul {
	margin: 0px;
	padding: 0px;
}
#nav_bar li {
	display: inline;
	list-style-type: none;
	margin-right: 15px;
	margin-left: 15px;
}
body {
	background-color: #33cccc;
}
#nav_bar a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	height: 25px;
	width: 800px;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 7px;
}
