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: 240px;
	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 {
	height: 200px;
	width: 490px;	
	float: right;
	margin-bottom: 15px;
}

#box {
	clear: both;
	
}
#login_button {
	height: 45px;
	width: 270px;
	margin:-10px 0 0 0;
}

#latest_news {
	height: auto;
	width: 270px;
}

#login_container {
	height: auto;
	width: 270px;
	float: left;
}

#latest_news_container {
	height: 60px;
	width: 290px;
}

#recentnews {
	margin-top: 100px;
}

#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_new2 {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height:80px;
	background-image: url(images/header_1.png);
	background-repeat: no-repeat;
} 

#header_new {
	width: 760px;
	padding:5px 70px 0 70px;
	*padding:15px 70px 0 70px;
	margin-right: auto;
	margin-left: auto;
	
}


	
#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;
}

div.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

/* Link Styles =a:link
---------------------------------------------------------------------------------------------
*/	
	


img {	
	border: none;
}

a img {
	border: none; 
}

a:link, a:visited {
	color:#006633;
	text-decoration: none;
}

a:hover, a:active {
	color:#00CC00;
	text-decoration: none;
}	

/*
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;
}

