/* CSS Document */
/* Style Sheet by 360 Degree Interactive. http://www.360in.com */
:link,:visited { text-decoration:none }
ul,ol,dl,dd,dt { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
a img,:link img,:visited img { border:none }
address { font-style:normal }
strong { font-weight:bold; }
em { font-style:italic }
/*div { border: 1px solid #999999; }
/*Site colour information goes here*/
/*Layout Divs*/
html, body {
	background: #fff;
	color:#000;
	font: 0.85em/1.2em Arial,Helvetica, sans-serif;
	text-align:center;
	margin: 0px auto;
	width: 770px;
}
#container {
	width: 765px;
	text-align: left;
	border: 1px solid #FFCC00;
}
#container_in {
	padding: 2px;
	}
#branding {
	height: 3px;
	background: #03f;
	}
#header {
	margin-bottom: 5px;
	background-color: #fc0;
	height: 110px;
	}
#footer {
	clear: both;
	padding: 10px 5px;
	background-color: #fc0;
	color: #000;
	margin-top: 10px;
	font-size: 90%;
	text-align: center;
	}
#flash {
	text-align: center;
	padding-bottom: 1em;
	border-bottom: 1px solid #FC0;
	}
#left275 {
	float: left;
	width: 250px;
	}
#right400, #right400Weblinks {
	float: right;
	width: 450px;
	}

#left300,#left150, #right300 {
	margin: 2px;
	padding: 5px;
	}
.clearDivs {
	clear: both;
	}
/*HTML Style Rules */
h2 {
	font-size: 130%;
	font-weight:bold;
	background: url(../images/h2_indic.gif) no-repeat;
	padding-left: 22px;
	height: 24px;
	vertical-align: middle;
	line-height: 120%;
}
h3 {
	font-size: 120%;
	color: #03f;
	line-height: 300%;
	}
h4 {
	font-size: 135%;
	font-weight:bold;
	color: #0033ff;
	margin-bottom: 5px;
	line-height: 150%;
	border-bottom: 1px solid #fc0;
	}
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 0.5em;
	}
p {
	/*font-size: 1em;*/
	margin-bottom: 5px;
	line-height: 140%;
	}
img {
	margin: 10px 0;
	}

h6 {
	font-size: 120%;
	color: #0033ff;
	font-weight: bold;
	line-height: 225%;
	background-color:#E1E1E1;
	padding-left: 10px;
	}
	
/*Navigation Rules */
#navbar {
	padding: 3px;
	}
ul {
	margin: 0;
	padding: 0;
	}
ul li {
	list-style: none;
	margin: 0;
	padding: 0.4em 1.3em;
	border-bottom: 1px solid #fc0;
	}
ul li ul {
	list-style: none;
	margin: 0;
	padding: 0.4em 1.3em;
	border-bottom: 0px solid #fff;
	}
ul li ul li {
	padding-left: 5px;
	}
.noborder {
	border: 0px solid #fff;
	}
#navbar ul li a, .style1 {
	text-decoration: none;
	display: block;
	font-weight:bold;
	color: #999;
	}
#navbar ul li a:hover {
	color:#03f;
	}
#navbar ul li a:active{
	color:#f60;
	}
ol {
	list-style: none;
	}
ol li {
	background: url(../images/ol_indic.gif) no-repeat left 5px;
	vertical-align: middle;
	padding-left: 18px;
	margin: 5px 0;
	border: none;
	}
.pdf  {
	background: url(../images/pdf_icon.gif) no-repeat;
	vertical-align: middle;
	padding-left: 20px;
	margin-bottom: 5px;
	}
input, textarea {
	border: 1px solid #fc0;
	}
form, input, table {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 12px;
	}
input:focus, textarea:focus {
	border: 1px solid #F60;
	background-color:#FFFFCC;
	}
.disclaimer {
	font-size: 80%;
	}
.border {
	border:1px solid #FC0;
	}
dt {
	padding: 3px 0;
	background: url(../images/newWindows.gif) no-repeat 0 50%;
	padding-left: 15px;
	}