/* CSS Document */

html, body{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #012d59;
	color: #012d59;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 { font-size: 11pt; }
h2 { font-size: 10pt; }

p { font-size: 9pt; }


#Container {
	position: absolute;
	width: 100%;
	margin-top: 7%;
	margin-bottom: 7%;
	background-image: url(../images/bg_side.gif);
}

#Container2 {
	width: 924px;
	margin: auto;
	padding-top: 40px;
	background-color: #003366;
	color: white;
	background-image: url(../images/bg_left.jpg);
	background-repeat: repeat-y;
}

#PageHeader {
	width: 924px;
	height: 120px;
	margin-top: 52px;
	background-color: #6F91BF;
}

#MainNav {
	margin-top: 12px;
	margin-bottom: 6px;
	margin-left: 208px;
}

#EmptySpace {
	float: left;
	width: 210px;
}

#PageContent {
	float: left;
	width: 480px;
	padding: 2em;
}

#PageContentPicture {
	float: left;
	padding-top: 4.4em;
	padding-bottom: 2em;
}


#PageContent a:link    { color: white }
#PageContent a:visited { color: white }
#PageContent a:active  { color: white }
#PageContent a:hover   { color: white }

.ClearFloats {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

.SubLink {
	font-size: 7pt;
	font-weight: bold;
}