/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-image: url(images/bkg2.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e2e2e;
	line-height: 16px;
}

#layout {
	width: 720px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#mainContent {
	width: 450px;
	height: auto;
	margin: 0px;
	padding-left: 1.5em;
	padding-top: 1.5em;
	padding-right: 1em;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #3f97bd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #9ABF3A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: .1em;
	margin-top: .1em;
}
a:link {
	color: #D9B229;
	text-decoration: underline;
}
a:visited {
	color: #D9B229;
	text-decoration: underline;
}
a:hover {
	color: #A3C647;
	text-decoration: none;
}

#hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	width: 100%;
	margin-top: 2em;
	margin-bottom: 2em;
}

#clearer {
	clear:both; 
	height:5px; 
	margin-top:-1px; 
	overflow:hidden;
}

#floatleft{
	float: left;
}

#footer {
	width: 600px;
	margin-left: 0px;
	margin-right: 1em;
	clear: both;
	margin-top: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #DBDBDB;
	padding: 0px;
	margin-bottom: 3em;
	float: right;
}

#footer a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
#footer a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
