body
{
	font-family: 'Georgia', serif;
	font-size: 9pt;
	color: #000;
	background-color: #FFF;
	margin: 0px;
}

a
{
	text-decoration: none;
	color: #000;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	margin-top: 0px;
	line-height: 1.2em;
}

h1
{
	font-size: 1.5em;
	margin: 50px 0px .75em 0px;
	border-bottom: 1px solid #CCC;

}

h1.plain
{
	border: 0px;
}

h2
{
	margin-top: 50px;
	border-bottom: 1px solid #CCC;

}

img
{
	border: 0px;
}

#container
{
	width: 964px;
	
	min-height: 400px;
	margin: 0px auto 33px auto;
	padding: 100px 33px 0px 33px;
	background-color: #FFF;
}

hr
{
	border-bottom: 1px solid #999;
	margin-top: 25px;
}

#header
{
	border-bottom: 2px solid #999;
	padding-bottom: 30px;
	position: relative;
}

#logo, #logo object
{
	width: 250px;
	height: 50px;
}

ul#navigation
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-transform: uppercase;
	position: absolute;
	top: 33px;
	left: 460px;
}

ul#navigation li
{
	float: left;
	margin-right: 3em;
}

ul#navigation li.current a
{
	color: #00ABEB;
}

.column
{
	float: left;
	width: 330px;
	margin: 0px 130px 0px 0px;
	font-size: 90%;
	line-height: 1.8em;
	min-height: 400px;
}

p.home
{
	min-height: 150px;
}

.column .first
{
	color: #00ABEB;
	text-transform: uppercase;
}

.clearing
{
	clear: both;
}

input[type="text"], textarea
{
	border: 1px solid #AAA;
	outline: none;
	width: 250px;
	padding: .25em;
}

input[type="submit"]
{
	background-color: #222;
	color: #FFF;
	text-transform: upercase;
	border: 0px;
}

.no_focus
{
	color: #999;
}