@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 100%;*/
	background-color: #808080;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 11px;
}
td, th, p, div
{
	font-size: 11px;
}
.twoColLiqLtHdr #container {
	width: 995px;
	margin: 0 auto;  /*the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; 
	background-color: #FFFFFF;
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 
.twoColLiqLtHdr #header { 
	width: 995px;
	height: 160px;
} 
.twoColLiqLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 10px 0;  */
}

.twoColLiqLtHdr #sidebarleft {
	float: left;
	width: 15px; /* since this element is floated, a width must be given */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	background-image: url(../images/mcs-layout_lside.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColLiqLtHdr #sidebar1 {
	/*float: left;*/
	width: 234px;
	overflow-x: hidden;
	background-image: url(../images/mcs-layout_lside_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
}

* html .twoColLiqLtHdr #sidebarleft {
	margin-right: -3px;
}
* html .twoColLiqLtHdr #sidebarright {
	margin-left: -3px;
}

.twoColLiqLtHdr #sidebarright {
	float: right;
	width: 15px; /* since this element is floated, a width must be given */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 0; */
	overflow-x: hidden;
	background-image: url(../images/mcs-layout_rside.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.twoColLiqLtHdr #centerContent {
	overflow-x: hidden;
	width: 965px;
	padding: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

* html .twoColLiqLtHdr #centerContent {
	margin-left: -3px;
}

.twoColLiqLtHdr #mainContent {
	/*margin: 0 20px 0 26%; */
	overflow-x: hidden;
	/*background-color: blue;*/
	/*background-image: url(../images/mcs-layout_main_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 50px;*/
	
	width: 731px;
} 
.twoColLiqLtHdr #mainContent p, .twoColLiqLtHdr #mainContent div {
	padding-left: 15px;
	padding-right: 15px;
}
.twoColLiqLtHdr #footer { 
	background:#DDDDDD;
	width: 995px;
	height: 82px;
	background-image: url(../images/mcs-layout_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
.twoColLiqLtHdr #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; */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.pageTitle
{
	font-size: 15px;
	font-weight: bold;
	color: #570514;
}

.uline
{
	text-decoration:underline;
}
.tableBG
{
	background-color: #bf0a2d;
}
.tableRow
{
	background-color: #ffffff;
}
.tableHeader
{
	background-color: #950823;
	color: #ffffff;
	font-weight: bold;
}
.tableSubHeader
{
	background-color: #FFE1D9;
}
.leftSideTitle
{
	background-color: #000000;
	color: #ffffff;
	font-weight: normal;
	font-size: 14px;
	line-height: 25px;
}
#photoContainer 
{
	background-image: url(../images/photobg.jpg);
	height: 189px;
	width: 224px;	
}
.announcementHighlight
{
	font-size: 12px;
	font-weight: bold;
	color: #570514;
}

.buildStyle{
	
}