@charset "UTF-8";
body  {
	font: 100%/1.5 Helvetica, "Helvetica Neue", Arial;
	background: #999999;
	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: #000000;
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 290px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#sidebar1 #indexbox1 a {
	color: #333333;
	text-decoration: none;
}
#sidebar1 #indexbox1 a:hover, #sidebar1 #indexbox1 a:active {
	color: #0999DC;
}
#mainContent {
	margin-right: 320px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 29px;
	padding-bottom: 0;
	padding-left: 29px;
} 
#container #indexbox1 {
	width: 259px;
	background: #EEECE9 url(images/contact_indexbtm.gif) no-repeat 0px 100%;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
#sidebar1 #indexbox1 p.rounded {
	background: url(images/contact_indexbtm.gif) no-repeat 0px;
}
#sidebar1 #indexbox1 p {
	padding-left: 10px;
	font-size: 95%;
	color: #333333;
}
#sidebar1 #indexbox1 h2 {
	font-size: 120%;
	color: #FFFFFF;
	margin-top: 0px;
	background: url(images/contact_headerindex.gif) no-repeat;
	padding: 0px 10px 2px;
}
