* {color: #333333; font: normal 12px arial; }
body
{
	margin: 0px 0px 40px 0px;
	text-align: center;	
	background: url(../images/bg.gif) repeat-x;
}
#content img
{
	border: #1a2577 solid 2px;	
}
#wrapper
{
	width: 900px;
	min-height: 750px;
	height: auto !important;
	height: 750px;
	margin: 0px auto 0px auto;
	text-align: left;		
	border: #d9e1e4 solid 1px;
	background-color: #ffffff;
	background: url(../images/wrapper_bg.gif) repeat-y;
}
#header
{
	position: relative;
	z-index: 2;
	width: 900px;
	height: 178px;
	background: url(../images/header_bg.gif) repeat-x;
}
#logo
{
	position:absolute;
	left: 30px;
	top: 40px;
	width: 100px;
	height: 100px;
	background: url(../images/logo.gif) no-repeat;
}
#header h1
{
	color: #1a2577;
	font: bold 20px arial;
	margin: 0px;
	position: absolute;
	top: 65px;
	left: 150px;
}
#header h2
{
	color: #be303c;
	font: bold 14px arial;
	position: absolute;
	left: 152px;
	top: 90px;
	margin: 0px;
}
#left-column
{
	width: 150px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	float: left;
}
	
#menu
{
	position: relative;
	top: 20px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a
{
	color: #1a2577;
	font: bold 12px arial;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
#menu li
{
	width: 150px;
	height: 20px;
	list-style-type: none;
}
#menu li a
{
	display: block;
	
	height: 20px;
	padding: 4px 0px 0px 30px;
	background-color: #d9e1e4;
	background-image: url(../images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 15px 7px;
	color: #1a2577;
	font: bold 12px arial;
	text-decoration: none;
}
#menu li a:hover
{
	background-color: #ebf4f7;
}
#content
{
	margin: 0px 0px 0px 150px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}
#content h3
{
	padding: 10px 0px 10px 10px;
	border: #cccccc dashed 1px;
	border-width: 0px 0px 1px 0px;
	margin: 0px;
	color: #1a2577;
	font: bold 14px arial;
}
#content-wrapper
{
	margin: 0px 20px 0px 20px;
}
.citation
{
	color: #333333;
	font: normal 11px arial;
}
.images
{
	margin: 20px 0px 10px 0px;
}