body {
	font-family: georgia, serif;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #2d4490 url(images/headerbg.gif) repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

#container {
	width: 1018px;
	margin: 20px auto 20px auto;
	padding: 0px;
	text-align: left;
	border: 5px solid #2d4490;
	background-color: #000;
	height: auto;
}

img {margin: 0px; padding: 0px; border: solid 1px white;}

#header {
	width: 100%;
	height: 300px;
	background-color: #000;
	text-align: center;
	background: #000 url(images/cardDesign.jpg) no-repeat center;
}


#navigation {
	height: 100px;
	background-color: #2d4490;
	color: #fff;
	padding: 8px 10px 8px 10px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}

#content {
	width: auto;
	background-color: #96a2c8;
	border: solid 1px #fff;
	padding-top: 10px;
	height: 100%;
}


#leftContent {
	float: left;
	width: 670px;
	margin-left: 10px;
}

#rightContent {
	margin: 0px 10px 0px 10px;
	float: right;
	font-size: 10pt;
}

span.heading {
    	display: block;
	background-color: #2d4490;
	width: 670px;
	height: 30px;
	font-weight: bold;
	font-size: 16px;
	color: white;
	border: solid 1px white;
}


span.right {
    	display: block;
	background: #d3d8e8 url(images/rFill.gif) repeat;
	width: 250px;
	margin-bottom: 10px;
	border-bottom: solid 3px #ba162f;
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	padding: 4px;
}


table {font-size: 10pt;}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	font-size: 9pt;
}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	font-size: 9pt;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: red;
	font-size: 9pt;
}




h1,h2,h3,h4,h5 {
	color: #334188;
	margin-bottom: 0px;
}

p.links {
font-size: 10pt
}

#footer {
	clear: both;
	background-color: white;
	border-top: solid 1px #2d4490;
	text-align: center;
}