﻿/* 
#003466 Backgrounds;
#0033CD Captions;
#2250B2 Text; Group Headers;
#538FD8 Selected Items;
#F1F1F1 Page Background Color;
*/

html 
{ 
	height: 100%;
}

body 
{ 
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	background-color: #003466;
	font-family: arial, sans-serif;
	color: #2250B2;
}

img 
{
	border: 0; 
	padding: 0; 
	margin: 0;
}

.pageheader 
{ 
	width: 758px;
	height: 114px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 0;
	white-space: nowrap;
}

.pagearea 
{
	width: 756px;
	margin: auto;
	margin-top: 0; 
	margin-bottom: 0; 
	border: 1px solid white; 
	border-top: 0; 
	border-bottom: 0; 
	white-space: nowrap; 
}
        
.pagefooter 
{ 
	clear: auto;
	width: 758px; 
	height: 114px; 
	margin: auto; 
	margin-top: 0; 
	margin-bottom: 0;
	white-space: nowrap;
}

.contentheader 
{ 
	width: 100%;
	height: 65px;
	background: url(../images/content_top.png) no-repeat;
	text-align: center;
}

.contentarea 
{ 
	width: 100%;
	background-color: white;
	vertical-align: top;
	padding: 10px;
	overflow: hidden;
	white-space: normal;
}

.contentfooter 
{ 
	width: 100%;
	height: 16px;
	background: url(../images/content_bottom.png);
	text-align: center;
}

.contentcaption
{
	font-size: 18pt;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bolder;
	color: #003466;
}

.contentsubcaption
{
	font-size: 12pt;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
	color: #003466;
}
