html
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #262433;
	margin: 0px;
}

#header
{
	margin: 12px 0px 10px 0px;
	padding: 0px;
	height: 240px;
	width: 100%;
	background: #262433 url('../images/HeaderBackground.jpg') repeat-x;
}

#badge-img
{
	height: 240px;
	width: 240px;
	background: #262433 url('../images/AspSecBadge.jpg') no-repeat center;
	float: left;
	margin-left: 12px;
}

#website-header-outer
{
	height: 150px;
	width: 100%;
	position: absolute;
	left: 0px;
}

#website-header-outer #website-header-inner
{
	height: 150px;
	margin-left: 235px;
	margin-right: 235px;
	background-image: url('../images/MainTitle.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
}

#website-header-inner p, #website-header-inner h1, #website-header-inner br
{
	display: none;
}

#navigation
{
	position: absolute;
	top: 199px;
	left: 0px;
	width: 100%;
}

#navigation ul
{
	clear: left;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 50%;
	text-align: center;
}

#navigation ul li
{
	display: block;
	float: left;
	list-style: none;
	margin: 0px 3px 0px 3px;
	padding: 0px;
	position: relative;
	right: 50%;
	
	/*width: 160px;*/
	width: 140;
	font-size: 85%;
}

#navigation ul li a
{
	display: block;
	margin: 0px 0px 0px 1px;
	padding: 3px 10px;
	text-decoration: none;
	background-color: #F3F1E4;
	color: #553D06;
	border: solid 3px #FFCB52;
}

#navigation ul li a#current
{
	background-color: #F0B322;
	color: #553D06;
	border: solid 3px #553D06;
}

#navigation ul li a:hover
{
	background-color: #F0B322;
	color: #553D06;
	border: solid 3px #FFCB52;
}

#contents
{
	background-color: #152920;
	background: #152920 url('../images/AspLogo.jpg') no-repeat center;
	border: solid 4px #F0B322;
	color: #F3F1E4;
	margin: 22px 35px 10px 35px;
	padding-bottom: 20px;
}

#contents h2
{
	clear: both;
	border-top: solid 3px #F0B322;
	border-bottom: solid 3px #F0B322;
	background-color: #1F5A36;
	margin: 30px 15px 10px 15px;
	padding: 3px 15px 3px 15px;
	font-weight: bold;
}

#contents p
{
	margin-left: 20px;
	margin-right: 20px;
}

#contents p.picture
{
	float: right;
	background-color: #F3F1E4;
	border: solid 3px #FFCB52;
	margin: 10px 26px 13px 20px;
}

#contents p.picture img
{
	margin: 1px;
}

#contents p.contact-details
{
	margin-left: 30px;
	margin-right: 30px;
	font-size: 105%;
}

#contents p a
{
	color: #F0B322;
	text-decoration: none;
}

#contents p a:hover
{
	color: #553D06;
	background-color: #F0B322;
}


#contents p a.external
{
	border-bottom: dashed 1px #F0B322;
}

#contents p a.external:hover
{
	color: #553D06;
	background-color: #F3F1E4;
	border-bottom: dashed 1px #553D06;
}

#contents p#motto
{
	font-size: 125%;
	font-weight: bold;
}

#contents p abbr
{
	border-bottom: dotted 1px #F0B322;
}

/*#contents table
{
	width: 90%;
	margin: 5px 20px 5px 20px;
	font-size: 105%;
}

#contents table tr th, #contents table tr td
{
	padding: 5px 8px 20px 8px;
}

#contents table tr th
{
	width: 190px;
	text-align: right;
}*/

#spacer
{
	height: 20px;
}