body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	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;
	background: url(layout/bg_fade.jpg) repeat-x fixed;
}
#container {
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: medium solid #006;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 780px;
}
#nav {
	font-size: 11px;
	text-align: left;
}

#header {
	background: #006;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header p {
	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: 2px 0 4px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.alert {
	font-weight: bold;
	color: #C00;
}
.alertC {
	font-weight: bold;
	color: #C00;
	text-align: center;
}

#mainContent {
	padding: 0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#top { padding: 10px; }
.home_table {
	font-weight: bold;
}
.home_table td {
	border-right: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	text-align: center;
	padding: 5px;
}
.home_table th {
	color: #006;
	font-size: 14px;
	border-bottom: medium solid #006;
	text-align: left;
	margin: 1px;
	padding: 1px;
}

.secondary { font-weight: lighter; }

#footer {
	padding: 0 10px 10px;
	text-align: center;
}
#bottomContent { margin-left: 20px; 
}


#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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC
}
a:hover {
	text-decoration: underline;
	;
	color: #CC0000
}
a:visited { color: #9900CC }
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold
}
.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000
}
.sm { font-size: 10px }
.lg {
	font-size: 14px;
	font-weight: bold
}
a img { border:none }
.white {
	color: #FFF;
	font-weight: bold;
}
