body {
	margin-left: 40px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	height:100%;
}

html {
height:100%;
}
.body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #9FAEC5;
}
.body_copy a {
	font-family: Arial, Helvetica, sans-serif;
	color: #9FAEC5;
	text-decoration: underline;
}
.body_copy a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #4D638B;
	text-decoration: none;
}
.nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #9FAEC5;
	text-decoration: none;
}
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #4D638B;
	text-decoration: none;
}
.right_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9FAEC5;
	text-decoration: none;
	line-height: 16px;
}
.right_nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4D638B;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9FAEC5;
	padding-right: 13px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #9FAEC5;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #4D638B;
	text-decoration: none;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4D638B;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4D638B;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}

.border-blk {
	border: 1px solid #000000;
}

.border {
	border: 1px solid #9FAEC5;
}
.border_bttm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9FAEC5;
}
.border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9FAEC5;
}
.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9FAEC5;
}
.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9FAEC5;
}
.border_sides {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9FAEC5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9FAEC5;
}
.border_top-bttm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9FAEC5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9FAEC5;
}
.image_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #9FAEC5;
}

.image_left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #9FAEC5;
}
