@charset "utf-8";
/* 
	(c) 2009 Cactus Software / Carsten Lampe
	http://www.cactus.net.nz
*/

/* CSS Reset **************** */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table {	border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn, strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
/* CSS Reset End ************* */

html { background:#005dab url(../images/pagebg.jpg) repeat-x top; }
body { font:10pt Arial, Helvetica, sans-serif; line-height:15pt; margin:10px 0 0 0;  }
strong { font-weight:bold; }
em { font-style:italic; }
p { margin:0 0 10px 0; }
h1 { font-size:16pt; margin:0 0 10px 0; }
h2 { font-size:12pt; margin:0 0 5px 0; font-weight:bold; }
h3 { font-size:10pt; margin:0 0 0 0; font-weight:bold;  }
h4 { font-size:10pt; margin:0 0 5px 0; font-weight:bold;  }
ol { list-style:decimal; margin:0 0 0 15px; }
a         { color:#005DAB; }
a:visited { }
a:hover   { color:#EE2D24; }
a:active  { }

sup a { text-decoration:none; color:#005DAB; }
sup a:visited { color:#005DAB; }
sup a:hover { color:#EE2D24;}
blockquote { }

hr { margin:20px 0 20px 0; clear:both; }

ul.red { margin:0 0 0 15px; }
ul.red li { background:url(../images/redbullet.gif) no-repeat left center; text-indent:25px; line-height:30px; font-size:11pt; font-weight:bold; }

ul.details { margin:0 0 0 15px; }
ul.details li { list-style:square; }


#container { width:780px; margin:0 auto; padding:0 100px 15px 85px; background:#fff url(../images/redlinebg.gif) repeat-y top left; border:5px solid #00345F; }
	#header { background:#fff; padding:15px 0 0 0; }
		#contact { float:right; text-align:right; line-height:normal; padding:15px 0 0 0; }
	
	#menu { height:26px; margin:20px 0 0 80px; padding:0 0 0 10px; line-height:26px; background:url(../images/menubg.jpg) no-repeat top left; font-size:13pt; }
		#menu li { display:inline; border-right:1px solid #fff; }
		#menu li a { color:#fff; text-decoration:none; margin:0 15px 0 0; padding:0 0 0 10px; }
		#menu li a:hover, #menu li.active a { color:#f99; }
	
	#content { margin:25px 0 0 100px; }	
	
	#footer { margin:10px 0 0 100px; padding:10px 0 10px 0; background:#f4f4f4; font-size:8pt; line-height:normal; }
		#footer table td.left { padding:0 10px 0 10px; vertical-align:top; }
		#footer table td.centre { padding:0 10px 0 10px; border-left:1px solid #e0e0e0; border-right:1px solid #e0e0e0; vertical-align:top; }
		#footer table td.right { padding:0 10px 0 10px; vertical-align:top; }
		
	#references { margin:20px 0 0 100px; padding:10px 0 0 0; border-top:1px solid #ccc; font-size:8pt; line-height:11pt;;}
	
	#copy { width:980px; margin:0 auto; font-size:8pt; }
		#copy a { color:#3794DF; }
		#powered { float:right; }
		
