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

/*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 */
/*	font-size: 11px;
}*/


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 */
	/*background-color: #FFCC33;*/
	font-size: 11px;
}

.style1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	font-style: italic;
}

.style2 {
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #AAAAFF;
	font-style: normal;
	font-weight: bold;
}

.style3 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #BBBBFF;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

.style4 {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF8800;
	font-style: normal;
	font-weight: normal;
}

.style5 {
	font-size: 8px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #888888;
	font-style: normal;
	font-weight: normal;
}

.style6 {
	font-size: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF6622;
	font-style: italic;
	font-weight: normal;
}

.oneColFixCtrHdr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000066;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 610px;
	background-color: #000066;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 50px;
	background-color: #000066;
	width: auto;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 5px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #menuContent {
	background: #FFFFFF;
	height: 500px;
	float: left;
	width: 155px;
	border-top-style: none;
	background-image: url(images/column.gif);
	background-repeat: no-repeat;
	background-color: #000066;
	padding-top: 10px;
	padding-left: 2px;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(images/angle.gif);
	background-repeat: no-repeat;
	min-height: 515px;
	height: auto !important; /* note : hack for min height bug in IE6 */
	height: 515px;
	background-color: #000066;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 165px;
}

.oneColFixCtrHdr #footer {
	background-color: #000066;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 40px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #mainContent #photoRight {
	float: right;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #mainContent #photoLeft {
	float: left;
	padding-right: 20px;
}
