/* --( Global Styles )------------------ */

html, body, form {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans-serif;
}

body {
	background: #fff;
	background-image: none;
}

#content td {
	font-size: 10pt;
}

#page-container {
	background: #fff;
	width: 90%;
}

h1 {
	background: #0095da;
	color: #fff;
	margin: 0;
	padding: 0;
}

h1 img {
	display: block;
	border: 0;
}

h2 {
	margin: 0;
	color: #58595b;
	background: #f1f1f2
				url(../images/generic/heading.jpg)
				no-repeat;
	font-size: 12pt;
	font-weight: bold;
	padding: 20px 18px;
	text-transform: uppercase;
	font-weight: normal;
}

#content a {
	color: #0095da;
}

#content a:visited {
	color: #75278c;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

/* --( Float Styles )------------------ */

#sidebar-a {
	display: none;
}

#content {
	color: #58595b;
	font-size: 10pt;
}

#content .contentblock {
	padding: 18px;
	line-height: 16px;
}

#content p {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

/* --( Navigation Styles )------------------ */

#footer {
	padding: 8px 0 8px 8px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	background: #f1f1f2;
	color: #58595b;
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
}

#footer a {
	color: #58595b;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
}