body {
	background-color: #CCCCCC;
	background-image:  url("../img/bg_sm.jpg");
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #011444;
	font-size:small;
}
h1{
	font-size:102%;
}

a:link, a:visited, a:active {
	color:#011444;
	font-size:80%;
}

a:hover {
	color:#993333;
		font-size:80%;
	}

.bg_contain {
	background-image:  url("../img/bg_lrg.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}
.center_contain {
	width: 756px;
	top: 0px;
	background-image:  url("../img/fade.png");
	margin: 0px;
	padding: 0px;
	clip: rect(0px,auto,auto,auto);
}
.content_contain {
	background-color: #DAD5b5;
	width: 738px;
}
.column {
	margin: 5px;
	text-align: left;
}
.line {
	background-image:  url("../img/line_13.gif");
	height: 75px;
	background-repeat: repeat-x;
	background-position: bottom;
}
.heading_bg {
	background-color: #223298;
	background-image:  url("../img/headingBG.gif");
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 25px;
	width: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
	padding: 3px;
	color: #FFFFFF;
	margin-bottom: 15px;
	border: 2px solid #0C1444;
}
.message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 220%;
	background-color: #a19c7c;
	width: 90%;
	padding: 5px;
	text-align: justify;
	font-size: 75%;
	margin-bottom: 15px;
}
.listing {
	padding-left: 4%;
}
.portrait {
	margin-right: 5px;
	margin-bottom: 5px;
}
.line2 {
	background-image:  url("../img/line_13.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}
.footnote {
	font-size: 85%;
	font-style: italic;
	width:65%;
	text-align:center;
	
}
ul {
	list-style-type: disc;
}
