body {
	/*background: #fff url("images/body_bg.gif");*/
	background: #004680;
	margin: 10px auto;
	text-align: center;
}

#mat {
	background: #fff url("images/body_bg.gif");
	width: 845px;
	padding: 35px 0;
	margin: auto;
}

#container {
	width: 775px;
	text-align: left;
	background-color: #d6e7f6;
	margin: auto;
}

h1 {
	background: #fff url("images/header.jpg") no-repeat;
	height: 96px;
	font-size: 1px;
	text-indent: -2000px;
	margin: 0;
}

h2 {
	font: bold 28px Georgia, "Times New Roman", serif;
	color: #990000;
}

h3 {
	color: #990000;
	margin-bottom: 0;
}

h4 {
	margin-top: 0;
	color: #333333;
}

#leftside {
	float: left;
	width: 230px;
	height: auto;
	height: 100%;
	background-color: #D6E7F6;
	padding: 25px 10px;
	margin: 0;
	font: normal 12px/18px "Microsoft sans serif", arial, tahoma, sans-serif;
	
}

#leftside { height: 100% }

	#leftside h2 {
		font: bold 28px Georgia, "Times New Roman", serif;
		color: #990000;
		margin-bottom: 5px;
	}
	
#content {
	float: left;
	width: 485px;
	height: auto;
	padding: 20px;
	font: normal 90% Georgia, verdana, sans-serif;
	line-height: 21px;
	background-color: #fff;

}

	#content p { 
		margin-bottom: 10px;
		margin-top: 0;
	}

/*#leftside, #content {
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
}
*/

#footer {
	clear: both;
	width: 775px;
	height: 27px;
	background: #D6E7F6 url("images/footer.jpg") no-repeat;
	font: bold 12px arial, verdana, sans-serif;
	color: #003366;
	text-align: center;
	line-height: 27px;
}

.smallcap {
	float: left;
	color: #D4D4C7;
	font-size: 33px;
	line-height: 22px;
	padding-top: 2px;
	font-weight: bold;
	font-family: Times, serif, Georgia;
}

sup { 
	font-family: arial;
	font-size: 9px; }