body {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	font-family: Helvetica;
	font-size: 14px;
	color: #777777;
	min-height: 640px;
	line-height: 1.3;
}

a {
	color: #648DBC;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}
.header {
	width: 823px;
	margin: 0px;
	height: 125px;
	background: url(../images/header.jpg) top left no-repeat;
}

.outer_main {
	background: url(../images/bot_left.jpg) bottom left no-repeat;
	min-height: 525px;
}

.main {
	width: 800px;
	margin: 0px;
	min-height: 286px;
	background: url(../images/body_background.jpg) top left no-repeat;
}

.content {
	width: 650px;
	font-size: 12px;
	padding-top: 1px;
	margin: 0px 0px 0px 117px;
	padding-bottom: 10px;
	background: url(../images/content_background.jpg) top left no-repeat;
	min-height: 424px;
	
}

.content h1 {
	color: #3C4066;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -2px;
	padding-left: 0px;
	margin-left: 8px;
	margin-right: 2px;
	border-bottom: 2px solid #3E466D;
	clear: both;
}

.content h3 {
        margin-left: 8px;
}

.content h4 {
        margin-left: 8px;
}

.content p {
	margin: 5px 5px 10px 8px;
}

.content img {
	border: 1px solid #000000;
}

.content .left {
	float: left;
	margin: 0px 10px 5px 8px;
}

.content .right {
	float: right;
	margin: 0px 8px 5px 10px;
}


.footer {
	bottom: 0px;
	left: 0px;
	width: 650px;
	padding-top: 10px;
	margin-bottom: 0px;
	font-size: 10px;
	padding-left: 123px;
}
.footer hr {
	border-top: 2px solid #3E466D;
	border-bottom: 0px;
	height: 2px;
	border-left: 0px; 
	border-right: 0px;
	margin: 0px 8px 5px 0px;
	width: 642px;
	clear: both;
}
.footer p {
	margin: 0px 0px 0px 0px;
}

.menu {
	width: 650px;
	margin: 0px 0px 4px 117px;
	padding: 0px;
	height: 40px;
	overflow: hidden;
}

.menu img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.menu_link {
	height: 40px;
	margin: 0px; 
	padding: 0px;
	float: left;
	overflow: none;
}

#stand_out {
	color: #343A5D;
	font-weight: bold;
}

#block {
	background: #EFF0EA url(../images/block_back.jpg) bottom center no-repeat;
	border: 1px dashed #000000;
	margin: 2px 8px 0px 8px;
	padding: 5px;
	font-size: 11px;
	line-height: 1.3;
}
