body {
	padding: 0px;
	margin: 2px 2px 2px 2px;
	font: 12px Arial, Tahoma, sans-serif, sans-serif;
	color: #333;
	background-color: #fff;
}

h1 {
	font-family: Georgia, serif;
	font-size: 18px;
	width: 100%;
	border-bottom: 1px solid #333;
}

p {
	text-indent: 12px;
	text-align: justify;
	line-height: 150%;
}

a:link, a:visited, a:active {
	color: #2E5788;
	text-decoration: none;
}

a:hover {
	color: #AA3434;
	text-decoration: underline;
}

img {
	display: block;
	margin: 3px;
	padding: 3px;
	border: none;
}

ul {
	line-height: 150%;
}

.small {
	font-size: 10px;
}

input, textarea, select {
	font: 12px Arial, Tahoma, sans-serif;
	border: solid 1px #bbb;
	padding: 1px;
	margin: 0px 0px 0px 0px;
}

form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.brightBoldBlue {
	font-weight: bold;
	color: #0012FF;
	text-decoration: underline;
	display: inline;
}

#topContainer {
	display: none;
}

#topItems {
	display: none;
}

#topItems a:link, #topItems a:visited, #topItems a:active, #topItems a:hover {
	padding: 0px 0px 0px 20px;
	font-weight: bold;
	text-decoration: none;
}

#menuContainer {
	display: none;
}

#menuItems {
	display: none;
}

#menuItems a:link, #menuItems a:visited, #menuItems a:active {
	padding: 0px 50px 0px 50px;
	font-weight: bold;
	text-decoration: none;
	color: #eee;
}

#menuItems a:hover {
	text-decoration: underline;
	color: #fff;
}

#mainContainer {
	clear: both;
	float: left;
	width: 772px;
	padding: 0px;
	margin: 0px;
	background: url(images/bg.jpg) repeat-y;
	line-height: 100%;
}

#leftPanelContainer {
	display: none;
}

#leftPanelItems {
	display: none;
}

#leftPanelItems a:link, #leftPanelItems a:visited, #leftPanelItems a:active {
	display: none;
}

#leftPanelItems a:hover {
	display: none;
}

#leftPanelItems ul {
	display: none;
}

#leftPanelItems li {
	display: none;
}

#leftPanelItems img {
	display: none;
}

#body {
	float: left;
	width: 570px;
	padding: 9px 8px 18px 1px;
	font: 12px Arial, Tahoma, sans-serif, sans-serif;
}

#footer {
	width: 570px;
	clear: both;
	float: left;
	margin: 0px;
	padding: 20px 0px 25px 0px;
	background: url(images/bottom.jpg) no-repeat;
	border-top: 1px solid #333;
	text-align: center;
	font: 10px Century Gothic, Courier, monospace;
	line-height: 100%;
}
