* {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background-color: #ccc;
	height: 100%;
	font-size: 100%;
}

#wrapper {
	margin: 0px auto 0px auto;
	padding-top: 10px;
	width: 818px;
	overflow: visible;
	background: #fff url(../images/shared/bkg_shadow.gif) top center repeat-y;
	text-align: center;
}

#branding {
	margin: 0px auto 0px auto;
	width: 778px;
	height: 97px;
	background: #0a2552 url(../images/shared/logo.gif) 14px bottom no-repeat;
}

#header {
	float: right;
	width: 587px;
	height: 97px;
	background: #98cede url(../images/shared/crest.gif) 482px 9px no-repeat;
	border-left: 1px solid #fff;
	text-align: left;
}

#address {
	margin: 0px auto 0px auto;
	width: 778px;
	padding: 5px 0px 5px 0px;
	background-color: #ccc;
	border-bottom: 1px solid #fff;
}

#main_content {
	width: 778px;
	margin: 0px auto 10px auto;
	background-color: #98cede;
	overflow: hidden;
}

#flash {
	width: 589px;
	height: 440px;
	float: right;
}

#leftcolumn {
	width: 189px;
	text-align: left;
	overflow: visible;
	float: left;
}

#footer {
	clear: both;
	background: #ccc url(../images/shared/bkg_shadow.gif) top center repeat-y;
}

#footer_cap {
	width: 818px;
	height: 7px;
	background-image: url(../images/shared/footer_cap.gif);
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.6em;
	background-color: transparent;
	color: #0a2552;
	margin: 2px 0px 20px 20px;
	text-align: left;
}

#address p {
	font-size: 0.9em;
	line-height: 1.3em;
	font-family: "Times New Roman", Times, serif;
	margin: 0px 0px 0px 15px;
}

p.strapline {
	font-size: 1em;
	margin: 5px 0px 5px 33px;
}

.strapline_email {
	/*
	display: block;
	float: right;
	margin-right: 20px;
	*/
	font-size: 1.3em;
}

.strapline_est {
 	color: #98cede;
}

#footer p
{
	font-size: 0.75em;
	color: #333;
	margin: 0px 5px 5px 20px;
	padding-top: 5px;
}

a {
	font-weight: normal;
	color: #333;
}

a:link {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #db6011;
}

a:active {
	text-decoration: none;
	color: #db6011;
}


ul {
	margin: 0px;
	border: 0px;
	padding: 10px 0px 5px 0px;
}

li {
	margin: 0px 10px 10px 25px;
	border: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 0.9em;
	color: #333;
	line-height: 1.3em;
	list-style-position: outside;
	list-style-type: disc;
	/*background-color: #cc9;*/
}
