
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #F9F6F1;
	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: #333333;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F9F6F1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
}

h1 {
	font-size: 140%;
	color: #70635B;
	padding:1em 0 0 0;
	margin:0
}

h2 {
	font-size: 120%;
	color: #6FA9B2;
	padding:1em 0 0 0;
	margin:0
}


p {
	padding:.5em 0 .5em 0;
	margin:0;
	line-height:160%
}

a {
	color: #6FA9B2;
	font-weight:bold

}

/* begin menu css */

.menu1 {padding:0 0 0 20px; margin:0; list-style:none; height:35px; background:#fff url(images/navigation/button1.gif); position:relative;}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:35px; line-height:35px; color:#fff; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu1 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu1 li.current a {color:#fff; background:url(images/navigation/button3.gif);}
.menu1 li.current a b {background:url(images/navigation/button3.gif) no-repeat right top;}
.menu1 li a:hover {color:#000; background:#000 url(images/navigation/button2.gif);}
.menu1 li a:hover b {background:url(images/navigation/button2.gif) no-repeat right top;}
.menu1 li.current a:hover {color:#fff; background:#000 url(images/navigation/button3.gif); cursor:default;}
.menu1 li.current a:hover b {background:url(images/navigation/button3.gif) no-repeat right top;}

/* end menu css */


/* begin table css */
table {
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	}

th {
	padding: 1em;
	text-align: left;
	}

tr.blue td {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #D5F3F3;
	}

td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	vertical-align:top
	}


td+td {
	border-left: 1px solid #CCC;
	text-align: left;
	}
	
/* end table css */