* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: white;
	font: 11px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted #4783a6;

}

a:hover {
	color: #bbd9ea;
	text-decoration: none;
}

#header {
	color: white;
	background: #255069 url(../images/bg.png) repeat-x;
}

#logo{
	padding-top: 43px;
	padding-left: 45px;
	text-indent: -2000px;
}

p {
	margin-bottom:10px;	
}

#logo h1 {
	background: url(../images/logo.gif) no-repeat;
	padding-right: 200px;
	padding-top: 50px;
}

#info {
	margin-left: 510px;
	margin-top: -68px;
	padding-bottom: 40px;
	line-height: 16px;
	width: 420px;
}


#info strong {
	font-weight: normal;
	color: #659aba;
}

#info li {
	list-style-type: none;
}

#content {
	margin-left: 45px;
	margin-top: 40px;
	color: #616161;
	width: 890px;
}

#content a {
	color: #517c95;
	border-bottom: 1px dotted #d9e1e5;
}

#content a:hover {
	color: #264b5f;
}

#content #left {
	float: left;
	width: 465px;
}

#content #right {
	float: left;
}

.content_block {
	margin-bottom: 30px;
	width: 410px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #255069;
	margin-bottom: 12px;
}

h3 {
	font-size: 11px;
	color: #404040;
	font-weight: normal;
	font-style: normal;
}

/* @group Feedburner */

.feedTitle {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #255069;
	margin-bottom: 12px;	
}

.feedburnerFeedBlock li {
	list-style-type: none;
	margin-bottom: 18px;
}

.feedburnerFeedBlock .date {
	float: left;
	padding-right: 6px;
	color: #404040;

}

.feedburnerFeedBlock li div {
	margin-top: 4px;
	clear: both;
	font-style: italic;
}

.feedburnerFeedBlock p {
	margin: 0px;
	padding: 0px;
}

.feedburnerFeedBlock {
	width: 400px;
}

#creditfooter {
	display: none;
}


/* @end */

#footer {
	
	clear: both;
	padding-top: 20px;
	padding-left: 45px;
	padding-bottom: 30px;
	color: #255069;

}
