* html {
	overflow: hidden;
}

body {
	font-family: Georgia, Times New Roman, serif; 
	background-color: #222354;
	height: 100%;
}

p { margin: 0px }

img { 
	border: 0px; 
	display: block; 
	overflow: hidden 
	}

/* place site at left in all browsers */

#site {
	height: 100%;
	margin-left: 20px;
	width: 759px; 
	padding: 0px;
}

/* center site horizontally in everything but IE Mac */
/* BEGIN hide from IE Mac \*/
#site {
	margin-left: auto;
	margin-right: auto;
}
/* End hide from IE Mac */

#site:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

/* begin IE WIN only \*/
* html #site { height: 100%; }
/* end IE WIN only */

.masthead {
	height: 50px;
}

a { 
	color: white;
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline;
}

.masthead a { color: #FFD56A; }
.masthead a:visited  { color: #FFD56A; }
.masthead a:active { color: #FFD56A; }
.masthead a:hover { text-decoration: none; }

.masthead p { 
	font-size: 18px; 
	padding-bottom: 4px; 
	border-bottom: 1px solid #595a7f;
}

.masthead img {
	display: inline;
}

#content {
	background-color: white;
	bottom: 84px;
	left: 50%;
	margin: 0px;
	margin-left: -379px;
	overflow: auto;
	padding: 16px;
	position: absolute;
	top: 88px;
	width: 727px;
}

#content p { 
	margin-top: .5em;
	margin-bottom: 1em;
}

#content a { 
	color: #0055B8;
}

#content a:visited { 
	color: #094282;
}

#content p, #content li, #content h4 {
	font-weight: normal; 
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: .5em;
}

#content li {
	line-height: 1.3em;
	margin-bottom: 0em;
}

#content p.heading {
	font-weight: bold;
}

#content ul {
	margin-bottom: 0em;
	margin-top: 0em;
}

#content h2, #content h3, #content h4  {
	margin: 0px;
}

#content h2 {
	font-size: 18px;
}

#content h3 {
	font-size: 15px;
	margin-top: .5em;
}

#content h4 {
	color: #666;
}

#footer {
	bottom: 0px;
	color: #bbb; 
	font-size: 11px; 
	height: 82px;
	left: 50%;
	margin-left: -380px;
	overflow: hidden;
	position: absolute;
	text-align: right; 
	width: 759px;
}

#footer p { 
	margin: .3em 0em;
}

.heading, #content .heading {
	font-weight: bold;
}

p.heading { 
	font-size: 18px;
	margin-bottom: .3em;
}

.title, #content .title {
	font-style: italic;
}

#content .emphasis {
	font-weight: bold;
}