/*
	COLOURS:
	very light grey:	f2f2f2
	lighter grey:		3b424d
	dark grey:			242a34
	dull yellow:		9d8f26
	bright yellow:		ffdd00

*/

body {
	margin: 0px;
	padding: 0px;
	font-size: 76%;
	font-family: Arial, verdana, sans-serif;
	color: #3b424d;
	background-color: #3b424d;
	background-image: url('images/bg.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

#container {
	width: 854px;
	margin: 0px auto;
	background-color: #242a34;
	font-size: 1.0em;
}

#header {
	width: 282px;
	height: 64px;
	padding: 18px 0px 18px 570px;
	border-left: 2px solid #ffdd00;
	background-color: #242a34;
	background-image: url('images/logo.gif');
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}
#link-logo {position:absolute; display: block; width: 278px; height: 100px; top: 0px; left: 50%; margin-left: -426px;}
#link-pac {position:absolute; display: block; width: 132px; height: 63px; top: 20px; left: 50%; margin-left: -73px;}
#link-pfa {position:absolute; display: block; width: 70px; height: 66px; top: 18px; left: 50%; margin-left: 64px;}

#header h1 {
	font-size: 0.9em;
	margin: 0px;
	padding: 7px 0px 7px 15px;
	border-left: 1px solid #ffffff;
	color: #ffffff;
	line-height: 1.5em;
}

.headerdate {
	font-size: 0.9em;
	font-weight: normal;
}

#nav {
	display: block;
	width: 832px;
	height: 31px;
	border-top: 2px solid #ffdd00;
	border-bottom: 2px solid #ffdd00;
	border-left: 2px solid #ffdd00;
	background-color: #3b424d;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
	font-size: 1.0em;
}
#nav a {
	float: left;
	background-position: left center;
	background-image: none;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 8px 18px;
}
#nav a:link {color: #ffffff; text-decoration: none; background-image: none;}
#nav a:visited {color: #ffffff; text-decoration: none; background-image: none;}
#nav a:hover {color: #ffdd00; text-decoration: none; background-image: url('images/icon-nav-foot.gif');}
#nav a:active {color: #ffdd00; text-decoration: none; background-image: url('images/icon-nav-foot.gif');}
#nav a.active:link {color: #ffdd00; text-decoration: none; background-image: url('images/icon-nav-foot.gif');}
#nav a.active:visited {color: #ffdd00; text-decoration: none; background-image: url('images/icon-nav-foot.gif');}

#contentwrap {
	width: 830px;
	margin: 0px auto;
	border-right: 2px solid #ffdd00;
	border-left: 2px solid #ffdd00;
	padding-left: 20px;
}

#content {
	width: 778px;
	background-color: #ffffff;
	border-left: 2px solid #ffdd00;
	padding: 25px;
	min-height: 200px;
	line-height: 1.7em;
}

#photocol {
	float: right; 
	width: 160px;
	min-height: 200px;
	margin: 55px 0px 25px 25px;
	padding: 0px;
}
#photocol .spacer {
	display: block;
	width: 160px;
	height: 25px;
	margin: 0px;
	padding: 0px;
}

#sidebar {
	float: right;
	width: 170px;
	background-color: #f2f2f2;
	min-height: 200px;
	margin: -25px 0px 25px 25px;
	padding: 25px 0px 25px 25px;
	font-size: 0.9em;
	line-height: 1.3em;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}

.static-table {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}

.static-table th {
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	padding: 2px 5px;
	border: 1px solid #e7e7e7;
}

.static-table td {
	padding: 2px 5px;
	border: 1px solid #e7e7e7;
}

.static-table2 {
	width: 558px;
	border: 0px;
	border-collapse: collapse;
}

.static-table2 th {
	font-weight: bold;
	text-align: left;
	font-size: 1.0em;
	padding: 2px 5px;
	border: 1px solid #e7e7e7;
	background-color: #e7e7e7;
}

.static-table2 td {
	padding: 2px 5px;
	border: 1px solid #e7e7e7;
}

.sideblock {
	width: 152px;
	padding: 0px 18px 0px 0px;
	margin: 18px 0px;	
	background-image: url('images/sideblock-bg.gif');
	background-position: 139px bottom;
	background-repeat: no-repeat;
}

.boxdivider {
	width: 195px;
	height: 25px;
	padding: 0px;
	margin: 0px 0px 25px -25px;
	background-color: #ffffff;
	overflow: hidden;
}

a.regbutton {
	display: block;
	width: 165px;
	padding: 15px;
	background-color: #3b424d;
	color: #FFDD00;
	text-align: center;
	font-size: 1.5em;
	margin: 0px 0px 25px -25px;
}
a.regbutton:link {color: #FFDD00; text-decoration: none;}
a.regbutton:visited {color: #FFDD00; text-decoration: none;}
a.regbutton:hover {color: #ffffff; text-decoration: none;}
a.regbutton:active {color: #ffffff; text-decoration: none;}


a:link {color: #3b424d; text-decoration: underline;}
a:visited {color: #3b424d; text-decoration: underline;}
a:hover {color: #9d8f26; text-decoration: underline;}
a:active {color: #9d8f26; text-decoration: underline;}

.hr {
	width: 100%;
	height: 1px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dashed #3b424d;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.8em;
	color: #9d8f26;
	margin: 10px 0px;
}