body {
    margin: 0px;
    padding: 0px;
	background-color: #E7E7E7;
}

body, th, td, H2 {
    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #E6E5E1;
}
form {
	margin: 0px;
	padding: 0px;
}

.text1 {
    color: #FFFFFF;
	letter-spacing: 1px;
	margin-bottom:8px;
}
/* Section headers should all be h2 */
H1 {
	margin: 7px 0px;
	letter-spacing: 1px;
	color: #ECBA33;
	font-size: 13px;
}
H2 {
	color: white;
	letter-spacing: 1px;
	margin: 7px 0px;
    font-size: 12px;
}
a {
    color: #ECBA33;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.bg1 {
    background-image: url(/images/website/index31.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
    color: #FFFFFF;
}

.style1 a {
    color: #FFFFFF;
    text-decoration: none;
}

.style1 a:hover {
    text-decoration: underline;
}
.smalltext {
	color: #E6E5E1;
	font-size: 10px;
}


/* Debug Style - to help understand table layout */
#highlight {
	 border: 1px solid red;
}
#highlight TD {
	border: 1px solid yellow;	
}



/* Begin Structure */
#page {
	background: url("/images/squares/bluebackground.jpg") repeat-y top; 
	border: 0;
	margin: 5px auto;
	padding: 0;
	width: 790px;
	text-align: right;
}
#header { 
	background: url("/images/squares/header.jpg") no-repeat top center; 
	margin: 0 !important; 
	margin: 0 0 0 1px; 
	height: 32px;
	width: 790px;
}
#topNav {
	padding: 12px 20px;
}
#topNav UL,#siteNavigation UL {
	list-style: none;
	display: inline;
}
#topNav LI {
	padding-left: 10px;
	display: inline;
}
#siteNavigation LI {
	padding-right: 10px;
	display: inline;
}
#logo {
	background: url("/images/squares/logo.jpg") no-repeat top center;
	margin: 0;
	text-align: right;
	height: 287px;
	margin: 0;
}
#logo #siteNavigation {
	position: relative;
	top: 240px;
	right: 20px;
	font-size: 14px;
}
#container {
	border: 0;
	margin: 0;
	padding: 0;
	width: 790px;
	text-align: right;
}
#footer { 
	background: url("/images/squares/footer.jpg") no-repeat bottom; 
	border: none;
	height: 82px;
	margin:0;
	clear: both;
}
#footer #siteNavigation {
	text-align:left;
	padding: 25px 45px;
	font-size: 12px;
}
#siteNavigation A {
	color: white;
}
#copyright {
    font-size: 9px;
	float: right;
	margin: 15px 20px;
	width: 160px;
	text-align:center;
}
#newsColumn {
	float: right;
	width: 230px;
	margin-right: 15px;
	text-align: left;
}
#newsColumn H1 {
	text-align:center;
}
#newsIcon {
	text-align:center;
	padding-top: 20px;
}
#content {
	width: 510px;
	margin:0px 0px 0px 20px;
	padding: 5px 0px 20px;
	text-align: left;
}
HR {
	border: 0;
	color: #AFBDCF;
	background-color: #AFBDCF;
	height:1px;
	width: 75%;
	text-align: left;
	margin-left:0;
}
#content #column1 {
	width: 233px;
	float: left;
	border: thin solid #5f7c9E;
	border-right: thin solid #AFBDCF;
	padding-right: 15px;
}
#content #column2 {
	width: 233px;
	margin-left: 260px;
	border: thin solid #5f7c9E;
	border-right: thin solid #AFBDCF;
	padding-right: 15px;
}
#content #widecolumn {
	border: thin solid #5f7c9E;
	border-right: thin solid #AFBDCF;
	padding-right: 15px;
}
#icon IMG {
	padding: 10px;
	float: left;
}
#iconlink {
	margin: 0;
	white-space: nowrap;
}
#iconlink IMG {
	float: none;
	padding: 0;
}
#icon #iconlink {
	float: right;
}
