/*BODY*/
body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

img {
	border: 0px none;
	vertical-align: top;
	}

/*CONTENT*/
#layout {
/*	border: 1px #ccc dashed; */
	width:750px;
	margin: auto;
	}

#logobox {
	width: 750px;
	}
	
#navigation {
	width: 730px;
	font: 12px Verdana, sans-serif;
	text-align:right;
	}
	
#content_left {
	float: left;
	margin-top: 20px;
	width: 365px;
	}

#content_right {
	float: right;
	width: 375px;
	}

#content_right2 {
	float: right;
	margin-top: 65px;
	width: 365px;
	}

#content_right3 {
	float: right;
	margin-top: 275px;
	width: 385px;
	}

#hr {
	clear: both;
	height:1px;
	width: 750px;
	margin-top: 75px;
	}

#footer1 {
	float: left;
	margin-top: 25px;
	width: 350px;
	}

#footer2 {
	float: right;
	margin-top: 25px;
	width: 350px;
	text-align: right;
	}

p {
	margin-top: 0px;
	color:#666;
	font-size:12px;
	}

.gray {
	font-size:12px;
	color:#333;
	}

p.gray {
	font-size:12px;
	color:#333;
	}

p.footnote {
	font-size:10px;
	color:#333;
	text-align: center;
	}

p.footer {
	font-size:9px;
	color:#333;
	}

p.blue {
	font-size:12px;
	color:#4083bf;
	}

a:link {
	color: #002d56;
	text-decoration: none;
	}

a:visited {
	color: #002d56;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:active {
	text-decoration: none;
	}
