* {
	border			: 0;
	padding			: 0;
	margin			: 0;
	font-size		: 100%;
}

html{
		height			: 100%;
}

body{
		background		: #fff url(images/topbg.png) repeat-x;
		min-height		: 101%;
		font-family		: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		font-size		: 0.8em;
		position		: relative;
		color			: #000;
		text-align		: left;
}

#container{
		width			: 960px;
		margin			: 0px auto;
		position		: relative;
}

#col1{
		position		: relative;
		z-index			: 10;
		width			: 70px;
		background-image: url(images/leftbg.png);
}
#col1_content{
		position		: relative;
		z-index			: 20;
}
#col2{
		position		: relative;
		z-index			: 30;
		float			: right;
		width			: 890px;
}
#col2_content{
		position		: relative;
		z-index			: 40;
		margin-left		: 1em;
		margin-right	: 1em;
		margin-top		: 2em;
		line-height		: 140%;
}

#nav{
		background-color: #0070a1;
		width			: auto;
		z-index			: 100;
		font-size		: 0.9em;
		height			: 3.1em;
}

#nav ul{
		list-style		: none;
		line-height		: 1em;
}

#nav li {	
		float			: left;
		border-right	: 1px dotted #C8E8F5;
}

#nav li a {
		float			: none;
		display			: block;
		color			: #B8D8E5;
		width			: auto;
		padding			: 12px 10px;
		font-weight		: bold;
		text-decoration	: none;

}

#nav li a:hover, #nav li a:focus {
		background-color	: #005d8f;
		color				: #fff;
}


div.paragraph {
	background-color	: transparent;
	background-image	: url(images/paragraph.jpg);
	background-repeat	: no-repeat;
	background-attachment: scroll;
	background-position	: 0% 0%;
	color				: #039;
	font-weight			: bold;
	font-size			: 1.2em;
	padding-top			: 0.5em;
	padding-left		: 40px;
	height				: 30px;
	margin-top			: 2em;
}
ol{
	margin-left			: 2em;
	margin-top			: 1em;
}
ol li{
	margin-bottom		: .3em;
}
h2{
	font-size			: 2.2em;
	color				: #005d8f;
	padding-bottom		: 1em;
}
h3{
	font-size			: 1.6em;
	color				: #50addf;
	padding-bottom		: 1em;
}
p{
	margin-bottom		: 1.5em;
	line-height			: 160%;
}

.clearfix:after {
	content				: ".";
	display				: block;
	height				: 0;
	clear				: both;
	visibility			: hidden;
}
.clearfix {
	display				: block;
} 

#top{
	position			: relative;
	background-image	: url(images/top.png);
	display				: block;
	height				: 220px;
}
#top img{
	position			: absolute;
	right				: 0px;
	bottom				: 0px;
	width				: 320px;
	height				: 150px;
	border				: 0;	
}
