@charset "utf-8";

* { padding: 0px;
	}
	
body { 
	background: url(../Images/Main_bg.jpg) repeat-x #004878;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 100%;
	}

div#clear { clear: both; }

div#page_wrap {
	width:802px;
	margin: 0px auto;
	}

div#nav {
	width: 802px;
	height: 61px;
	background: url(../Images/Header_bg.png) no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: -999px;
	margin: 0px auto;
	}

div#nav_left {
	width: 440px;
	height: 61px;
	float: left;
	}
	
div#nav_right {
	width: 300px;
	float: left;
	}
		
div#nav_right ul {
	width: 300px;
	height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
div#nav_right li {
	display: inline;
	float: left;
	}

div#nav_right li a {
	display: block;
	width: 100px;
	height: 30px;
	margin-top: 15px;
	outline: none;
	}

div#nav_right li.home a {
	background: url(../Images/Home_Button.png) center no-repeat;
	}
div#nav_right li.home a:hover {
	background: url(../Images/Home_Button.png) bottom no-repeat;
	}

div#nav_right li.about a {
	background: url(../Images/About_Button.png) center no-repeat;
	}

div#nav_right li.about a:hover {
	background: url(../Images/About_Button.png) bottom no-repeat;
	}

div#nav_right li.contact a {
	background: url(../Images/Contact_Button.png) center no-repeat;
	}
div#nav_right li.contact a:hover {
	background: url(../Images/Contact_Button.png) bottom no-repeat;
	}
	
div#menu_bar {
	width: 203px;
	height: 1px;
	/*background-color: white;*/
	}

div#main_content {
	background: url(../Images/Menu_bg.jpg) repeat-y top left;
	background-color: #FFFFFF;
	}
	
div#left_side {
	width: 203px;
	float: left;
	}
	
div#left_side p {
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 110%;
	font-weight: bolder;
	/*color: white;*/
	}

ul#menu_text li {
	list-style: none outside;
	text-indent: 20px;
	font-weight: normal;
	font-size: 90%;
	padding: 0px;
	margin: 0px 0px 4px;
	}
	
ul#menu_text li a {
	text-decoration: none;
	color: white;
	}

div#left_side a img.GGOTD {
	border-style: none;
	width:200px;
	margin-left: 1px;
	margin-top:10px;
	}

div#left_side a img.PSS {
	border-style: none;
	margin-left: 1px;
	margin-top:0px;
	margin-bottom: 10px;
	}
	
div#RHS_top {
	background: url(../Images/World_banner.jpg)  no-repeat;
	border-bottom-color: #3e72a4;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #3e72a4;
	border-top-width: 2px;
	border-top-style: solid;
	width: 599px;
	height: 190px;
	float: right;
	}

div#RHS_bottom {
	width: 599px;
	float: left;
	}

div#RHS_bottom h1 {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 150%;
	font-weight: bold;
	color: #666666;
	}

div#RHS_bottom p {
	font-size: 90%;
	font-weight: normal;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
	}

div#RHS_bottom table {
	border-style: none;
	width: 100%;
	text-align: left;
	text-indent: 10px;
	color: #003300;
	}
	
div#RHS_bottom table a {
	text-decoration: none;
	font-size: 70%;
	color: #DE7008;
	}

div#footer {
	background: url(../Images/Footer_bg.png) no-repeat;
	width: 802px;
	height: 51px;
	background-color: #004878;
	}

div#footer_left {
	float:left;
	width: 20%;
	}

div#footer_middle {
	float:left;
	width: 60%;
	}
	
div#footer_middle p {
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 70%;
	color: #666666;
	}

div#footer_right {
	float:left;
	width: 20%;
	}

div#footer a img.W3 {
	border-style: none;
	margin-top:5px;
	}
