a:link, a:visited, a:active
{
	color:#424242;
	text-decoration:none;
	display:block;
}


a:hover
{
	color:#039;
	text-decoration:none;
}

#header a:link, #header a:visited, #header a:active
{
	color:#d7d7d7;
	text-decoration:none;
	display:block;
}

#header a:hover
{
	color:#039;
	text-decoration:none;
}

img.email
{
	position:relative;
	top:5px;
	left:-5px;
	border-width:0px;
	border-style:solid;
	border-color:#000;
}


body
{
	background-color:#FFF;
	background-image: url(logo.jpg);
	background-position:0px 50px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-weight:normal;
	font-family:Verdana;
	color:#424242;
}


#container
{
	margin: 0;
	width: 520px;
	font-weight:600;
	font-size:10pt;
	padding:65px 0px 0px 520px;
}



#header
{
	border-style:solid;
	border-width: 0px 0px 0px 0px;
	border-color:#FFF;
	width: 100px;
	height:0px;
	display:block;
	position: fixed;
	top:75px;
	left:355px;
	text-align:right;
}

.content_item
{
	padding: 0px 0px 40px 0px;
	width: 600px;
	border-color:#006DBE;
	border-style:solid;
	border-width: 1px 0px 0px 0px;
	clear:both;
}


.content_item_header
{
	padding: 0px 0px 0px 0px;
	height:15px;
	background-image:none; /*url('content_item_header.jpg');*/
	color:#013C68;
	width: 100px;
	float:left;
}

.content_item_body
{
	padding: 0px 0px 0px 100px;
}
