@charset "utf-8";
body {
	font-family: Trebuchet MS, Tahoma, Geneva, sans-serif; 
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #0074BB;
	line-height: normal;
	margin-top: 1em;
}

.headercontainer {
	margin-top:20px;
	font-size: 24px;
	color: #0074BB;
	font-family: "Trajan Pro", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 80%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 200px;
	margin-bottom: 1em;
}

.headerleft {
	text-align: left;
	float: left;
	width: 25%;
	padding-top: 1em;
	margin-left: 1em;
}


.headerright {
	text-align: right;
	float: right;
	width: 35%;
	margin-right: 2%;
	font-variant: small-caps;
}

.maincontainer {
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0074BB;
	
	width: 80%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

}

.maintext {
	margin-left: 140px;
	padding: 2em 1em 2em 2em;
	line-height: 1.5em;
	border-left-width: 1px;
	border-left-style: solid;
	border-color: #0074BB;
}

.horizmenu {
	margin-left: 140px;
	padding: 1em 1em 1em 1em;
	line-height: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #0074BB;	
}


.leftside {
	float: left;
	width: 120px;
	color: #0074BB;
	padding: 1em 2em 1em 0em;
	text-align:left;

}


.footercontainer {
	font-family: "Trajan Pro", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 100%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0074BB;
	text-align:center;
}

.floatright {
	float:right;
	margin-left:2em;
	margin-bottom:1em;
}

.dropcap {
	float: left;
	line-height:normal;
	height:5em;
	margin-top:0.5em;
}

