

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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#333;
	background:#eef1f9 url(../images/body_bkg.gif) repeat-y top center;
}

/*header outer limits the header width to the page width, so that horizontal scrollbars don't appear at window sizes greater than 760px*/

	#header_outer {
		position:relative;
		width: 100%;
		height:276px;
		overflow:hidden;
	}
	
	/*header centres the 760px wide header on the page*/
	#header {
		position:relative;
		width:760px;
		height:276px;
		margin:0 auto;
	}
		/*header inner re-centres the 1398px flash movie over the 760px header div */
		#header_inner {
		position:absolute;
		width:1398px;
		height:276px;
		left: -319px;
		}
	
	#container1 {
		position:relative;
		width:100%;
		background:url(../images/content_bkg.gif) repeat-y top center;
	}

	#container2 {
		position:relative;
		width: 760px;
		margin: 0 auto 0 auto;
		background:url(../images/sidebar_bkg.gif) repeat-y top left;
	}	

		#left_column{
			float:left;
			width: 164px;
			padding-left:42px;
		}
		
			#nav{
				width:137px;
				background:#0548a4 url(../images/nav_corner.gif) no-repeat bottom right;
				padding:0 10px 50px 17px;
				margin-bottom:30px;
			}
					
				.menuitem {
					margin-bottom:12px;
					list-style: none;
				}
				
				.menuitem h1{
						font-size: 1.2em;
				}
				
					.menuitem a, .menuitem a:visited{
						padding-left:5px;
						border-left:2px solid #0548a4;
						color:#fff;
						text-decoration:none;
					}
					
					.menuitem a:hover, .menuitem a:focus, .menuitem a:active{
						border-left:2px solid #fff;
						color: #fff;
						text-decoration:none;
					}
					
			#sidebar {
				width:164px;
				margin-bottom:20px;
			}
							
				#sidebar p, #sidebar a {
					margin-bottom:10px;
				}
				
				#sidebar h2{
					font-size:1.1em;
					font-weight:normal;
					color:#2b4aa0;
					margin-bottom:10px;
				}
				
				#sidebar a, #sidebar a:visited{
					color: #2b4aa0;
					text-decoration: none;
				}
				
				#sidebar a:hover, #sidebar a:focus, #sidebar a:active{
					text-decoration: underline;
					color: #2b4aa0;
				}
				
				#sidebar ul{margin-left:14px;}
				#sidebar li{margin-bottom:4px;}
				
		#content {
			position:relative;
			float:right;
			width:472px;
			margin:6px 0;
			padding: 50px 30px 20px 30px;
			background:#fff;
		}
			
			#main_heading{
				position:absolute;
				top:-6px;
				left:30px;
				padding-top:18px;
				
				margin-bottom:20px;
				border-top: 6px solid #0548a4;
			}
			
			#content h1{
				font-size:1.7em;
				font-weight:bold;
				color:#0548a4;
			}
			
			#content h2{
				font-size:1.5em;
				color:#0548a4;
				margin-bottom:14px;
			}
			
			#content h3{
				font-size:1.3em;
				color:#0548a4;
				margin-bottom:10px;
			}	
			
			#content h4{
				font-size:1.2em;
				color:#0548a4;
				margin-bottom:10px;
			}				
			
			#content p{
				font-size:1.2em;
				margin-bottom:10px;
				line-height:1.4em;
			}
			
			#content ul{
				font-size:1.2em;
				margin-left:16px;
				margin-bottom:10px;
			}
			
			#content li{
				margin-bottom:4px;
				line-height:1.4em;				
			}
			
			#content a, #content a:visited{
				color: #0548a4;
				text-decoration: none;
			}
			
			#content a:hover, #content a:focus, #content a:active{
				text-decoration: underline;
				color: #0548a4;
			}
			
			hr{
				margin-bottom:10px;
				clear:both;
				height:1px;
				border:none;
				background:#aaa;
			}

		#clear{
		width:100%;
		clear:both;
		height:0px;
		}
				
		#footer_container {
			clear:both;
			margin:20px 0;
			background:url(../images/footer_bkg.gif) no-repeat top center;
			width:100%;
		}
		#footer {
			width: 760px;
			height:22px;
			margin: 0 auto 0 auto;
		}

			#footer p {
				margin-top: 4px;
			}

			#footer, #footer a:link, #footer a:visited {
				color: #fff;
				text-decoration: none;
			}
	
			#footer a:hover {
				text-decoration: underline;
			}
	
				#copyright {
					float: left;
					margin-left:40px;
				}
	
				#author {
					float: right;
					margin-right:10px;
				}
				
/* 

Forms

*/

form ol, form ol li {
	margin: 0;
	padding: 0;
}

fieldset {
	width: 100%;
	padding: 0 0 1em 0;
	border-style: none;
}

fieldset ol {
	padding: 0 1em 0 1em;
	margin-left: 0;
	list-style: none;
}

fieldset p {
	margin-left: 1em;
}

fieldset ol li {
	padding-bottom: 1em;
	list-style: none;
}

fieldset.submit {
	float: none;
	width: auto;
	padding-top: 1.5em;
	padding-left: 12em;
	background-color: #FFFFFF;
}

label {
	text-align: right;
	position: relative;
	float: left;
	width: 10em;
	margin-right: 1em;
	font-weight: bold;
}

label em {
	position: absolute;
	left: 10.2em;
	top: 0;
}

label strong {
	position: absolute;
	left: 27.5em;
	top: 0.2em;
	width: 130px;
	color: #aaa;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
}

label strong img {
	position: absolute;
	left: -16.5em;
}