body {
  background: #acbccd url(images/webdesign/bg2.jpg) repeat-x;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0; /* (top, right, bottom, left) */
  padding: 0 0 0 0; 
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
#container {
  background-color: #333333;
	color:#000000;
  margin: 0 auto 0 auto; /* (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 875px;
	padding: 0 2px 0 2px;	
}
#container #header {
	width:875px;
  height: 179px;
	background-color: #ffffff;
}
#container #menudiv {
	width:875px;
	height:35px;
	background:#FFFFFF url(images/webdesign/menu_bg.jpg) top left no-repeat;
}
#container #menudiv #menubuttons {
	background:transparent;
	padding-left:30px;
	padding-top:4px;
}
#container #top_divider {
	width:875px;
	height:62px;
	background:#FFFFFF url(images/webdesign/top_divider.jpg) top left no-repeat;
}
#container #layout_bottom {
	width:875px;
	height:26px;
	background:#FFFFFF url(images/webdesign/footer.jpg) top left no-repeat;
}

.quote_hdr {
	margin-top:75px;
	width:199px;
	background: #474E96 url(images/webdesign/purple_rnd_top_left_col.jpg) top left no-repeat;
}
.quote {
	padding-top:15px;
	padding-left:8px;
	padding-right:8px;
	background: #fff url(images/webdesign/quoleft.jpg) no-repeat 3px 5px;
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	font-style: italic;
	font-size:16px;
	line-height:normal;
}
.quote .author {
	font-style: normal;
	display:block;
	padding-top:12px;
	padding-bottom:8px;
}
.quote_bot {
	background: #474E96 url(images/webdesign/purple_rnd_bot_left_col.jpg) bottom left no-repeat;
}

#formdiv {
	width:525px;
	margin-top:50px;
	margin-bottom:75px;
}

/* 2 column layout = default layout */
#content_wrapper {
	zoom:1;   /* causes background image to repeat on ie6 */
	background: #fff url(images/webdesign/two_cols.jpg) repeat-y left top;
}
#main_column_wrapper {
	float: right;
  width: 633px;  
	padding-bottom:10px;
}
#main_column_text {
	color:#333333;
	padding:35px 35px 8px 45px;
}
#main_column_blue {
	color:#333333;
	background-color: #DCE3EB;
	margin-right:10px;
	padding:8px 8px 8px 8px;
}
#secondary_wrapper {
	float:left;
	width: 240px;
}
#secondary_column_text {
	color:#000;
	padding:25px 15px 8px 25px;
}

/* 2 column layout end */

/* 1 column layout, set body class to column_one */
.one_column #main_column_wrapper {
	float: left;
  width: 800px;  
	background-color: #fff;
	padding: 12px 15px 12px 15px;
}
/* 1 column layout end */
