@charset "utf-8";
body {
	margin: 10px auto 10px auto; /* 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;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 900px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #7a9cf4;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin: 10px auto 10px auto;
	border-right-style: ridge;
	border-bottom-color: #000000;
	border-right-color: #000000;
	border-bottom-style: inset;
	min-height: 800px;
}
.oneColElsCtrHdr #header {
	background-image: url(images/testhead.png);
	height: 200px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
} 
.crcc #mainmenu {
	height: 60px;
	width: 800px;
	margin-top: 200px;
}
.style01 {
	font-size: large;
	color: #FFFFFF;
}
.textbox {
	margin-right: 10px;
	margin-left: 10px;
	border: 0;
	margin-bottom: 10px;
}
.fltrt{/* this class can be used to float an element right in your page.  */
	float:right;
	margin-left:10px
}
.fltlft{/* this class can be used to float an element left in your page */float:left; margin-right:8px}
/* Shadow Code */
.wrap1, .wrap2, .wrap3{display:inline-table;  /* \*/display:block; /**/}
.wrap1{
	background:url(images/shadow/shadow.gif) right bottom no-repeat;
	margin:0 auto 0 auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}


.wrap2{background:url(images/shadow/corner_bl.gif) left bottom no-repeat}
.wrap3{
	background:url(corner_tr.gif) right top no-repeat;
	padding: 0 6px 6px 0;
}

 .wrap3 img{display:block}
.fpnewsbox {
	margin: 15px auto;
	width: 540px;
	border: 2px solid #FFFFFF;
	padding: 30px;
}
.breakline {
	border: 2px inset #7A9CF4;
	margin: 5px 10px;
}
.breaklinethin {
	border: 1px inset #7A9CF4;
	margin: 5px auto;
	width: 50%;
}
.imagebox01 {
	padding: 10px;
	margin: 10px auto 30px auto;
}
.datesbox {
	width: 80%;
	border: medium double #CCCCCC;
	margin: 15px auto;
}
