/* CSS Document */

body {
	background-color: #9EB4C8;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #7595B1;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	color: #FFFFFF;
	padding-bottom: 100%;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

#masthead {
	background-color: #3B6790;
	background-image: url(images/bg-masthead.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#global {
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
}

#global img {
    border: none;
}

#edge-left {
	background-image: url(images/bg-edge-left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#edge-right {
	background-image: url(images/bg-edge-right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#content-main {
	background-color: #FFFFFF;
	background-image: url(images/bg-content-btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 10px 10px 50px;
	vertical-align: top;
	font-family: "Trebuchet MS", Arial, sans-serif;

}

.content {
	text-align: left;
	vertical-align: top;
	color: #3A300A;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
}

.content h1 {
	font-weight: bold;
	color: #043C77;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14pt;
	margin-left: 115px;
}

.content h2 {
	font-weight: bold;
	color: #043C77;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14pt;
	margin: 0px;
	margin-left: 115px;
	padding-bottom: 0px;
}

.content p {
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	margin-left: 115px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.content ol {
    margin-left: 145px;
	margin-right: 20px;
}

.content ol li {
    margin-bottom: 5px;
	line-height: 1.4em;
}

.content ul {
    margin-left: 145px;
	margin-right: 20px;
}

.content ul li {
    margin-bottom: 5px;
	line-height: 1.4em;
}

.content a:link {
	color: #5E828E;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;

}

.content a:visited {
	color: #5E828E;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	
}

.content a:hover {
	color: #5E828E;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.content a:active {
	color: #5E828E;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

#detail {
     padding-top: 50px;
}

#footer {
	color: #FFFFFF;
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	margin-top: 10px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}

#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

.emphasis {
	font-weight: bold;
	color: #043C77;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10pt;
}

.emphasis-blk {
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10pt;
}

.border-blue-right {
	border-right: 1px solid #5E828E;
}

.border-blue2-btm {
	border-bottom: 1px solid #00394C;
}

#home-intro, #home-intro td {
	margin-top: 15px;
	margin-bottom: 5px;
	color: #000000;
	font-size: 10pt;
	line-height: 1.3em;

}

#home-intro a:link {
	color: #5E828E;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;

}

#home-intro a:visited {
	color: #5E828E;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	
}

#home-intro a:hover {
	color: #5E828E;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#home-intro a:active {
	color: #5E828E;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

.kenublue {
	color: #043C77;
}
.kenublue2 {
	color: #3B6790;
}

