body {
	background: #000101;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-family: "Franklin Gothic Medium", Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}


a {
	color: #494949;
}

a:visited {
	color: #6B6B6B;
}

a:hover {
	color: #0000ff;
	text-decoration: none;
}


img {
	border: none;
}

h1 {
	margin-top: 10px;
	margin-bottom: 5px;
	
	font-size: 17px;
}

h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
}

ul {
    list-style-image: url(/images/graphics/bullet.gif);
}

#container {
	position: relative;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #000101;


	width: 870px;
	min-height: 500px;
	height: auto !important;
	height: 500px;

}

#left_column {
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(/images/graphics/background.gif);
	background-repeat: no-repeat;
	width: 145px;
	padding-bottom: 50px;
	float: left;

}

#right_column {
	position: relative;
	left: 5px;
	top: 0px;


	width: 710px;

	float: left;
}

#bottom_dummy {
	clear: both;
}

#logo {
	position: relative;
	left: 0px;
	top: 0px;
	width: 137px;
	height: 100px;
	
}

#navigation {
	position: relative;
	top: 15px;
	left: 10px;
	

}

#navigation ul {
    list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;

}

#content_display {
	position: relative;
	width: 640px;

	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding-left: 30px;

	padding-top: 10px;
	padding-bottom: 10px;


}

#content_display p {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#content_display p.level1 {
	font-size: 13px;
	line-height: 20px;
}

#content_display p.level2 {
	font-size: 11px;
	line-height: 20px;
}

#content_display ul.level2 {
	list-style-image: url(../graphics/list-dot.gif);
	line-height: 20px;
	font-size: 11px;
}





#content_display img.content_image_right {
	float: right;
	margin-left: 10px;
}

#nifty_content {
	position: relative;
	background: #ffffff;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 700px;
}

#footer {
	position: relative;
	width: 710px;
	height: 50px;

	background: #000000;
	font-size: 11px;
	text-align: center;
	color: #838383;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#footer_nav a {
	color: #838383;
}

#footer_nav a:visited {
	color: #838383;
}

#footer_nav a:hover {
	color: #838383;
	text-decoration: none;
}

#iso_logo{
    padding-top:100px;
}

