/* CSS Document */

body {
	font-family: Verdana, Arial;
	font-size: 9pt;
	margin: 0px 0px 0px 0px;		
	background-color: #00ACEF;
}

.leftcell {
	background-image: url('../images/leftedge.jpg'); 	
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #00ACEF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.rightcell {
	background-image: url('../images/rightedge.jpg'); 	
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #00ACEF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.maincell {
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.navbar {
	text-align: left;
	background-color: #BDD62E;
	height: 22px;
	padding-left: 15px;
}


.navbar a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.content {
	vertical-align: top;
	text-align: left;
	padding: 30px 70px 10px 70px;
	color: #000000;
}

.title {
	display: block;
	font-variant:small-caps;
	width: 100%;
	font-size: 13pt;
	border-bottom: solid;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width:medium;
}

.content img {
	margin: 5px;
}