﻿/* CSS layout */
#masthead {
	background-image: url('Images/sesletter.jpg');
	width: 835px;
}

#top_nav {
	border-color: #C0C0C0;
	margin-right: auto;
	margin-left: auto;
	width: 835px;
}

#container {
	position: relative;
	width: 835px;
	margin-left: auto;
	margin-right: auto;
}

#page_content {
	margin-right: 200px;
	background-color: #FFFFFF;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #999999;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 835px;
	background-image: url('Images/sesbackgroundflip.jpg');
	background-repeat: no-repeat;
}
h1 {
	font-family: Arial;
	font-size: x-large;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	margin: 5px;
	background-color: #800000;
}
h2 {
	font-family: Arial;
	font-size: large;
	text-decoration: none;
	margin: 10px;
}
h3 {
	font-family: Arial;
	font-size: small;
	text-decoration: none;
	font-style: normal;
	margin: 5px;
}
p {
	font-family: Arial;
	font-size: medium;
	text-decoration: none;
	margin: 5px;
	background-color: #FFFFFF;
}
h4 {
	font-family: Arial;
	font-size: large;
	text-decoration: underline;
	text-align: center;
	font-weight: normal;
}
h5 {
	font-family: Arial;
	font-size: medium;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	margin: 5px 5px 5px 25px;
}
