﻿body {
	margin: 0px; 
	background-color: #C7E2ED; 
	background-image: url('images/bkg2.jpg'); 
	background-repeat: repeat-x
}

img {
	border: 0px
}

.maintable {
	border-left: 2px solid gray;
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;
	width: 1000px;
	height:  100%
}
.content {
	background-image: url('images/bodybkg.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;	
	font-size: 8pt;
	text-decoration: none;
	color: black;
}
.text {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 11pt;
}
.headlinesm {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 14pt;
	color: #2971A9;
}
hr {
	color: #2971A9;
	height: 1px;
	width: 95%
	}
.smtext {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 8pt;
	color: #2971A9;
}
div.sidebar {
	border: 1px solid gray;
	background-color: white;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 10pt;
	color: black;
	text-align: center;
	width: 220px;
	height: 180px;
	float: right;
	padding: 10px

}
