/* Defaults for the entire page
   ---------------------------- */

body {
	background-color: #000048;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFF0;
	text-align: center;
}
img {
	border: 0px;
}
img.fleft {
	float: left;
	margin-right: 20px;
}
img.stack {
	margin-bottom: 15px;
}
a:link { /* Primary Navigation link definition */
	color: #F0EC38;
	text-decoration: none;
}
a:visited {
	color: #FC0;
	text-decoration: none;
}
a:hover {
	color: #CFF;
	text-decoration: underline;
}
h1 {
	font-size: 1em;
	text-align: center;
}
h2 {
	font-size: 0.9em;
	text-align: center;
}
h3 {
	font-size: 0.8em;
	text-align: left;
}
h4 {
	font-size: 0.7em;
}
p, div#Primary1Col li {
	font-size: 0.9em;
}
div#Primary1Col li {
	margin-bottom: 0.5em;
}
div#Primary1Col li span.small {
	font-size: 0.8em;
}
p.largeLabel {
	font-size: 1em;
	margin: 3px 0 12px 0;
	line-height: 120%;
	text-align: center;
}
p.label {
	font-size: 0.8em;
	margin: 3px 0 12px 0;
	line-height: 120%;
	text-align: center;
}
address {
	font-size: 0.9em;
	text-align: center;
}
blockquote {
	font-size: 0.9em;
}
table {
	border-collapse: collapse;
}
caption {
	font-size: 1em;
	padding-bottom: 10px;
}
th, td {
	font-size: 0.9em;
	border: 1px solid #FFF;
}
th {
	text-align: center;
}
form input, form textarea {
	background-color: #DDD;
}
form th {
	text-align: right;
}
form label {
	font-size: 0.9em;
}
td.noShow {
	border: 0;
}
ul.sbs li {
	font-size: 0.9em;
}
div.sbs {
	font-size: 0.9em;
}
ul#pdfList li {
	background:url(../images/misc/pdficon_large.gif) no-repeat 0 0;
	list-style-type: none;
	padding-left: 40px;
}

/* General Classes
   --------------- */
   
.centre {
	text-align: center;
}
.left {
	float: left;
	display: inline;
}
.italic {
	font-style: italic;
}
.col1 {
	background-color: #96651B;
}
.col2 {
	background-color: #152F77;
}
.col3 {
	background-color: #465377;
}
.col4 {
	background-color: #9D9D00;
}
.col5 {
	background-color: #59955C;
}
.col6 {
	background-color: #4A9586;
}
.col7 {
	background-color: #087B7B;
}
.col8 {
	background-color: #006363;
}
.errorText {
	font-size: 0.9em;
	color: #F00;
	font-weight: bold;
}
table.noBorder th, table.noBorder td {
	border: 0;
}

/* Page container
   -------------- */

div#Container { /* Container DIV centralised on the page */
	margin: auto;
	position: relative;
	width: 740px;
	text-align: left;
}
a#SkipNav {
	display: block;
	position: absolute;
	left: -999em;
}

/* Masthead
   -------- */

div#BannerImg { /* Page headers consisting of logo and page title */
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	vertical-align: top;
	border-bottom: 1px solid #F0EC38;
}

/* Navigation
   ---------- */

div#Navigation { /* Container */
	position: relative;
	left: 20px;
	width: 120px;
	float: left;
	display: inline;
}
div#Navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#Navigation ul li {
	margin-top: 30px;
	line-height: 90%;
}
div#Navigation ul li a {
	font-size: 1em;
	color: #F0EC38;
	font-weight: bold;
}
div#Navigation ul li a:link {
	color: #F0EC38;
	text-decoration: none;
}
div#Navigation ul li a:visited {
	color: #FC0;
	text-decoration: none;
}
div#Navigation ul li a.NavSel:link, div#Navigation ul li a.NavSel:visited {
	color: #FFF;
	text-decoration: none;
}
div#Navigation ul li a:hover, div#Navigation ul li a.NavSel:hover { /* Primary Navigation link definition (hover) */
	color: #CFF;
	text-decoration: underline;
}
div#Navigation ul ul li {
	margin-top: 8px;
}
div#Navigation ul ul a {
	font-size: 0.75em;
}
div#Navigation ul ul ul li {
	margin-top: 6px;
	margin-left: 15px;
	line-height: 70%;
}
div#Navigation ul ul ul a {
	font-size: 0.7em;
}

/* Primary Content
   --------------- */

div#Primary2Col {
	width: 400px;
	margin-top: 30px;
	margin-left: 160px;
	line-height: 120%;
	/*border: 1px solid #F00;*/
}
div#Primary1Col { /* Homepage only */
	width: 520px;
	margin-top: 30px;
	margin-left: 180px;
	line-height: 120%;
	/*border: 1px solid #F00;*/
}

/* Specific widths
   --------------- */

div#visitorImg1 {
	width: 305px;
	margin-left: 15px;
}
p#visitorTxt1 {
	width: 320px;
	margin: auto;
}
div.antiphoner {
	width: 240px;
	float: left;
	display: inline;
	margin: 0 10px;
}
div.antiphoner ul {
	list-style-type: none;
	margin-top: 0;
}
div.antiphoner a {
	font-size: 0.9em;
}
div.left100 {
	width: 100px;
	float: left;
	display: inline;
}
div.left150 {
	width: 150px;
	float: left;
	display: inline;
	margin-right: 20px;
}
div.left200 {
	width: 200px;
	float: left;
	display: inline;
	margin-right: 15px;
}
div.left240 {
	width: 240px;
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
div.right120 {
	width: 120px;
	float: right;
	display: inline;
	margin-left: 15px;
}
div.right200 {
	width: 200px;
	float: right;
	display: inline;
	margin-left: 15px;
}

/* Secondary Content
   ----------------- */

div#SecondaryContent {
	position: absolute;
	top: 128px;
	right: 10px;
	width: 150px;
	line-height: 120%;
}
div#SecondaryContent p.label {
	text-align: left;
}

/* Footer
   ------ */

div#Footer { /* Page Footer */
	font-size: 0.7em;
	text-align: center;
	margin: 20px 190px 20px 170px;
	clear: both;
	line-height: 170%;
	/*border: 1px solid #F00;*/
}
div#Footer a:link { /* Footer link definition */
	color: #F0EC38;
	text-decoration: none;
}
div#Footer a:visited { /* Footer link definition (visited links) */
	color: #FFA45C;
	text-decoration: none;
}
div#Footer a:hover { /* Footer link definition (hover) */
	color: #CFF;
	text-decoration: underline;
}
