html
{
    height: 100%;
}

body
{
    position: relative;
    font-family: "Century Gothic" , Sans-serif;
    font-size: 9pt;
    margin: 0px;
    height: 100%;
    background: #334959 ;
}

div
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

p
{
    margin-top: 5px;
    margin-bottom: 0px;
}

a
{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

img
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}

ul
{
    list-style-type: disc;
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    margin-top: 1px;
    margin-left: 15px;
}

ul li
{
    padding-left: 0px;
    margin-top: -1px;
    margin-bottom: -1px;
    font-family: "Century Gothic" , Sans-serif;
    font-size: 11px;
    line-height: 1.2em;
}

form {
	padding: 0;
	margin: 0;
	height: 100%;
	clear: both;
}

#container{
	position: relative;
	margin: auto;
	width: 1064px;
	height: 100%;
	background: #FFF;
}

#header_logo {
	position: absolute;
	top: -21px;
	left: 38px;
	z-index: 5;
	}
	
#contents {
	position: relative;
	left: 300px;
	top: 52px;
	width: 680px;
	clear: both;
}

#left_photo1{
	position: absolute;
	padding-left: 1px;
	top: 58px;
}

#left_photo2{
	position: absolute;
	top: 255px;
	padding-left: 1px;
}

.head_title {
	font-size: 30px;
	font-weight: bold;
	color: #c0b398;
}

.blue_font{
	color: #255487;
}

.gold_font {
	color: #c0b398;
}

.blue_header{
	color: #255487;
	font-size: 16px;
	font-weight: bold;
}

.note {
	font-size: .8em;
}

#arrows {
	float: left;
	width: 20px;
	padding-top: 3px;	
}

#content_text {
	margin-left: 21px;
	
}

#content_text p {
	line-height: 1.7em;
}

#footer {
	padding-top: 8px;
	font-size: 9px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	background: #334959;
	letter-spacing:2px;
	line-height: 2.2em;
}

#footer a {
	font-size: 9px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#copyright {
	font-size: 9px;
	color: #FFF;
	font-weight: normal;
}


