body {
	min-width: 500px;
}

html {
	padding: 0;
}

body {
	margin-left: 50px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 0;
}

#left {
	background-image: url(images/bckgrnd2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px; left: 0px;
	width: 220px;
	height: 100%;
	background-color: #2B4F9B;
	border: 0px;
}

html>body #left {
	position: fixed;
}

#top {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	position: absolute;
	top: 0px; left: 220px;
	width: 100%;
	height: 110px;
	background-color: #1F3A70;
	border: 0px;
}

html>body #top {
	position: fixed;
}

#main {
	margin-left: 220px;
	margin-top: 160px;
	margin-right: 50px;
	padding: 0px;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: 0px;
}

h2 {
	font-family: "Arial";
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	border: 0px;
}

h2 a {
	text-decoration: none;
	font-weight: bold;
}

h2 a:link {
	color:#2B4F9B;
}

h2 a:visited {
	color:#2B4F9B;
}

h2 a:active {
	color:#2B4F9B;
}

h2 a:hover {
	color: yellow;
}

h3 {
	font-family: "Trebuchet MS";
	color: yellow;
	font-size: 20px;
	margin: 0px;
	padding: 12px;
	text-align: center;
	border: 0px;
}

h3 a {
	text-decoration: none;
	font-weight: bold;
}

h3 a:link {
	color: yellow;
}

h3 a:visited {
	color: yellow;
}

h3 a:active {
	color: yellow;
}

h3 a:hover {
	color: yellow;
}

h4 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	text-align: center;
	border: 0px;
}
		
h4 a {
	text-decoration: none;
	font-weight: bold;
}

h4 a:link {
	color:#FFFFFF;
}

h4 a:visited {
	color:#FFFFFF;
}

h4 a:active {
	color:#FFFFFF;
}

h4 a:hover {
	color: #FFFFFF;
	background-color: #1F3A70;
}

h5 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	text-align: right;
	padding-right: 265px;
	margin-top: 40px;
	border: 0px;
}
		
h5 a {
	text-decoration: none;
	font-weight: bold;
}

h5 a:link {
	color:#FFFFFF;
}

h5 a:visited {
	color:#FFFFFF;
}

h5 a:active {
	color:#FFFFFF;
}

h5 a:hover {
	color: #FFFFFF;
	background-color: #2B4F9B;
}

h6 {
	font-family: "Trebuchet MS";
	color: white;
	font-size: 20px;
	margin-left: 50px;
	margin-top: 12px;
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom: 0px;
	text-align: left;
	border: 0px;
}
div.intend {
	margin-left: 30px; 
	margin-top: 5px;
}

dl.imgleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-top: 0px;
}

dl.imgleft dt {
	margin-bottom: 0;
}

dl.imgleft dd {
	font-size: 12px;
	text-align: justify;
	margin: 0px;
}

dl.imgright {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 0px;
}

dl.imgright dt {
	margin-bottom: 0;
}

dl.imgright dd {
	font-size: 12px;
	text-align: justify;
	margin: 0px;
}
