body {
	font: 11px verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}

#pagecontainer {
	width: 700px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #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. */
}

#header {
	background: #DDDDDD;
}

#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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 150%;
}

#maincontent {
	background: #FFFFFF;
	line-height: 120%;
}

#footer {
	padding: 5px 10px 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #DDDDDD;
	font-size: 0.91em;
	color: #6B6B6B;
}

#footer a, #footer a:visited{
	color: #6B6B6B;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

#maincolleft {
	padding: 32px 13px 21px 26px;
	float: left;
	width: 414px;
	text-align:justify;
}

#sidebarright {
	padding: 32px 1px 21px 22px;
}

#FullColumn {
	padding: 12px 13px 21px 26px;
	float: left;
	width: 660px;
}

#clearfloat {
	clear: both;
}

#homeblockfg {
	width: 240px;
	height: 165px;
	background: url(../layout/left_block.jpg) no-repeat;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 151px;
}

#homeblockbg {
	background: url(../layout/right_block.jpg) no-repeat right top;
	width: 409px;
	height: 165px;
}

.titleimage {
	padding-bottom: 5px;
}

.separator {
	background: url(../layout/separate.gif) repeat-x;
	width: auto;
	height: 12px;
}

#maincolleft a {
	font-weight: bold;
	color: #B22222;
}

table.simple {
	border: 1px solid #B22222;
	empty-cells: show;
	margin-bottom: 17px;
}

table.simple tr th {
	background-color: #FFD4D4;
	border: 1px solid #FCEBEB;
	color: #B22222;
	font-weight: normal;
	padding: 6px 10px;
	text-align: left;
	text-transform: uppercase;
}

table.simple tr td {
	background-color: #FFFFFF;
	border: 1px solid #FFCACA;
	padding: 6px 10px;
}

#sidebarleft {
	padding: 32px 13px 21px 26px;
	float: left;
	width: 214px;
}

#maincolright {
	padding: 32px 13px 21px 26px;
}

.borderimage {
		border: 1px solid #696969;
}

.IndentLeftImage {
	margin-left: -70px;
}

.bordertable {
	border: 1px outset #CCCCCC;
	padding: 3px;
}
