@import url(menu.css);
@charset "utf-8";
html {
	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif;
	}
body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin:0;
	padding:0;
	background-color: #F7F7F7;
}
object { outline:none; }

div {border: 0px dotted #F90;}
p {border: 0px dotted #F90; margin:0 0 15px 0;}

h1 {
	font-size: 1.75em;
	color: #006699;
	font-weight: normal;
	padding: 20px 0 0 20px;
}
h2 {
	font-size: 1.4em;
	color: #006699;
	font-weight: normal;
	padding: 0 0 0 20px;
}
h3 {
	font-size: 1.25em;
	color: #006699;
	font-weight: normal;
	padding: 0 0 0 20px;
}

a, a:visited { color:#006699}
a:hover { color:#3399CC}
.page {
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px 0 20px;
	width: 900px;
	background-color: #FFF;
}
.header {
	height: 100px;
	background: url('../images/header_bg.jpg') no-repeat;
}
.banner {
	color: #006699;
	font-weight: bold;
	margin: 10px 0 20px 0;
	}
.date {
	float: right;
	margin: 5px 15px 10px 0;
	}
.logo {
	position:relative;
	width:56px;
	top: 20px;
	left: 30px;
}
.search {
	float:right;
    width: 280px;
	top: 34px;
	margin-left: 634px;
	position:absolute;
	}
.search a {
	margin-right: 27px;
	text-decoration:none;
	color:#333333;
	font-size: 95%;
	}
.search a:hover {
	color:#3399CC;
	}
.search div {
	padding-top: 10px;
	float: left;
	}
.search form {
	margin:0;
	padding:0;
	}
.search form #searchBox {
    background: transparent url('../images/search_bg.gif') repeat-x;
    width: 178px;
    height: 20px;
    border: none;
		font-size: 95%;
		padding-top: 3px;
		#top:-1px;
		position: relative;
	}
.search form #Search {
	margin-left:4px;
	}

.footer {
	clear:both;
	margin: 0;
	padding: 15px 0 10px 0;
	background: url('../images/footer_bg.jpg') no-repeat 0 15px;
}
.footerContact {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	width: 250px;
	float: left;
	margin: 30px 10px 0 15px;
	}
.footerNav {
	float: right;
	margin: 15px 57px 15px 0;
	}
.footerNav a {
	text-decoration:none;
	}
.footerNav a:hover {
	text-decoration: underline;
	}
.footerCopyright {
	position:relative;
	clear: both;
	padding: 5px 0 0 0;
	border-top: #666666 solid 1px;
	font-size: 95%;
}

.flashBox {
	background: url('../images/shadow_flash.jpg') 0 250px no-repeat;
	height: 260px;
	margin-bottom: 10px;
	z-index: 2;
}

.rowOfBoxes { }
.boxLeft {
	background: url('../images/bg_boxes_home.jpg') no-repeat;
	width: 250px;
	height: 155px;
	float: left;
	}
.boxLeft div {
	padding: 11px 15px 15px 15px;
	font-weight: bold;
	}
.boxLeft div ul {
	margin: 15px 0 0 15px;
	padding:0;
	list-style:outside;
	list-style-image: url(../images/chevron.gif);
	font-weight: bold;
	}
.boxLeft div ul li {
	margin: 3px 0 3px 0;
	}
	
.boxCentre {
	margin-left: 270px;
	background: url('../images/bg_boxes_home.jpg') no-repeat -270px 0px;
	width: 360px;
	height: 155px;
	}
.boxCentre div {
	padding: 15px;
	}
.boxRight  {
	float: right;
	width: 250px;
	height: 155px;
	}
	
.content {
	background: url('../images/bg_left.gif') repeat-y top left;
	margin-bottom: 5px;
	}
.left {
	background:#D6DEE4 url('../images/bg_left_top.gif') no-repeat top left;
	float: left;
	width: 250px;
	}
.right {
	margin: 0 0 0 270px;
	}
.leftBottom {
	clear:left;
	width:250px;
	height:10px;
	background:#D6DEE4 url('../images/bg_left_bottom.gif') no-repeat bottom left;
	bottom: 0;
	}

/********************************* LEFT MENU *************/

.left {
	float: left;
	/*background:url('../images/bg_left_bottom.gif');*/
}

.left ul {
	/*background:url('../images/bg_left_top.gif') no-repeat left top;*/
	margin: 0;
	padding: 10px 0 30px 0;
	font-weight: bold;
	list-style: none;
	color: #DDD;
}
.left ul h1 {
	margin: 0 0 5px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #DDD;
}
.left ul a:link, .left ul a:visited {
	color: #333333;
	margin: 0 10px 0 10px;
	padding: 8px 0 8px 0;
	font-size: 1em;
	font-weight: normal;
	display: block;
	text-decoration: none;
	border-bottom: #FFFFFF solid 1px;
	text-indent:5px;
}
.left ul a:hover {
	text-decoration:underline;
	color: #111;
}

.left ul li a#On {
	color:#006699;
	font-weight:bold;
	text-decoration:none;
}


.left ul li.submenu {
	margin: -5px 0 -5px 25px;
	background: url(../images/chevron.gif) no-repeat 0px 13px;
}
.left ul li.submenu a:link , .left ul li.submenu a:visited  {
	color: #006699;
	text-indent:0;
	border-bottom: #FFFFFF dotted 1px;
}
.left ul li.submenu a:hover  {
	text-decoration:underline;
	color: #111;
}
.left ul li.submenu a#On  {
	color:#333;
	font-weight:bold;
	text-decoration:none;
	cursor:default;
}




	
/********************************* RIGHT BOX *************/


.right p {
	padding: 0px 20px 0px 20px;
	text-align:justify;
}
.right p.boxedOut { 
	font-weight: bold;
	background-color: #DDDDDC;
	padding: 15px 20px 15px 20px;
}
.right ul.boxedOut { 
	font-weight: bold;
	background-color: #DDDDDC;
	padding: 15px 20px 15px 20px;
}
.right ul.boxedOut li {
	margin: 0 0 0 20px;
	line-height: 1.5em;
}

.right h2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.8em;
}
.right h2 ul a:link, .right ul a:visited {
	color: #3995BF;
}
.right h2 ul a:hover {
	color: #111;
}

div#rightBlock, img#rightBlock  {
	margin: 10px 0 0 10px;
	float: right;
}
div#rightBlock ul {
	position: relative;
	width: 150px;
	top: 60px;
	padding: 0;
}
div#rightBlock li {
	list-style: none;
	background: url('../images/document.gif') no-repeat;
	padding: 2px 0 15px 32px;
}

.right table td {
	margin: 0 10px 10px 0;
}
