@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(images/backgroung_cloud.png);
	background-repeat: no-repeat;
	background-position: top center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; 
	text-align:left;
}	

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	text-align:left;

}
#canvas {
	height: auto;
	width: auto;
	text-align:left;

	
}
#mybody2 {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image: url(images/bk_strip.png);
	background-repeat: repeat-y;	
	}
#mybody {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-repeat: repeat-y;
}


#nav {
	border: 1px solid #FFFFFF;
	background-image: url(images/bk_nav_tile.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;	
}
#top_body_centre {
	background-color:#ECECEC;
	text-align:left;
	padding-top:8;
	padding-left:15;
	padding-right:15;
	padding-bottom:25;
	height: 218px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
	
#image_box {
	background-color:#ECECEC;
	text-align:left;
	height: 180px;
	width: 490px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	float: right;
}

#login_container {
	height: 50px;
	width: 290px;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:5px;
	*float: left;
	*clear: left;	
	*padding-right: 15;
	*padding-bottom: 8;
}
#latest_news_container {
	height: 60px;
	width: 290px;
	margin-top:-35px;
	*margin-top:-5px;
	_margin-top:-5px;
	margin-left:10px;
	margin-bottom:0px;
    *float: left;
	*clear: left;
	*padding-right: 15;
}

#bottom_body_centre {
	text-align:left;
	background-color:#ECECEC;
	height: auto;
	padding: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;

}
#nav container {
	padding-top: 10px;
	padding-bottom: 10px;
	
}

#header_new {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height:80px;
	overflow:hidden;
}
	
#footer_new {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 27px;
	background-position: center;
	padding-top: 18px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	
}


.style1 {
	color: #003300;
	font-weight: bold;
}

h1 {
	color:#006600;
	text-align:center;
}

a img {
	border:0px solid #000000;
}

/*
Dropdown menu    =DROP
---------------------------------------------------------------------------------------------
*/

/* Main Menu Bar */

div.menuBar {	
	margin:0 auto 0 auto;
}

div.menuBar a.menuButton {
	cursor: pointer;
	z-index: 5000;
	border-bottom: none;
	_border-bottom: none;	
	text-align:center;
	}

/* 	place menu text style here	*/

div.menuBar a.menuButton:link, div.menuBar a.menuButton:visited {
	color:#003300;
	display:inline-block;
	_display:block;
	_float:left;
	font-size:10pt;
	text-decoration:none;
	text-align:left;
	margin:0 0 4px 0;
	padding:5px 15px 5px 15px;
	text-decoration: none;
	background-color:none;
	line-height:100%;
}
	
div.menuBar a.menuButton:hover, div.menuBar a.menuButton:active {
	background-color:#1C753A;
	color:#FFFFFF;
	}

/* drop down menu */

div.menu {
	filter:alpha(opacity=90); 
	-moz-opacity: 0.9; 
	opacity: 0.9;
	position:absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	z-index: 5001;
	text-align: left;
	display: block;
}

div.menu a.menuItem {
	cursor: pointer;
	display:block;
	text-decoration: none;
	white-space: nowrap; 
	border-bottom: none;
	_border-bottom: none;
	text-align:left;
}

/* 	place drop down menu text style here	*/

div.menu a.menuItem:link, div.menu a.menuItem:visited {
	color:#FFFFFF;
	padding:6px;
	background-color:#1C753A;
	border-bottom:1px solid #FFFFFF;
	font-size:10pt;
}

div.menu a.menuItem:hover, div.menu a.menuItem:active {
	background-color:#003300;
	color:#FFFFFF;
}
