/*LAYOUT*/
body {
	margin: 0;
	padding: 0;
	background: #FFF url(../images/background.jpg) repeat-x top left;
	text-align: center;
}

#slideshow {
	position: relative;
	width: 600px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: hidden;
}

div#sitecontainer {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	color: #000000;
}

div#header {
	width: 820px;
	height: 120px;
}

div#nav {
	width: 820px;
	height: 35px;
	text-align: left;
}

div#title {
	
}

div#contentcontainer {
	width: 780px;
	text-align: center;
	padding: 20px;
	background: url(../images/content.png) repeat-y top left;
}

div#footer {
	width: 810px;
	height: 60px;
	padding: 5px 5px 10px 5px;
	background: url(../images/footer.png) no-repeat top left;
}

div.clearfloats {
	clear: both;
}

#letter-left {
	float: left;
	display: inline;
	width: 190px;
}
#letter-right {
	float: right;
	display: inline;
	background: url(../images/crest-watermark.jpg) no-repeat top right;
	width: 570px;
	padding-left: 20px;
}
#recruitment-left {
	float: left;
	display: inline;
	width: 372px;
}
#recruitment-right {
	float: right;
	display: inline;
	padding-left: 20px;
	width: 388px;
}

/*FORMATTING*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
p {
	font-size: .8em;
}
table {
	font-size: .8em;
}
ul {
	font-size: .8em;
	list-style-type: square;
}
.left {
	text-align: left;
}
img {
	border: 0;
}
a:link {
	outline: none;
	color: #333333;
}
a:visited {
	outline: none;
	color: #333333;
}
a:hover {
	outline: none;
	color: #000000;
}
a:active {
	outline: none;
	color: #000000;
}
.center {
	text-align: center;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .8em;
}
h5 {
	font-size: .7em;
}
h6 {
	font-size: .65em;
}