﻿#menu_nav {
	background-color: #C0C0C0;
}
* 									{
	margin: 0;
	padding: 0;
	outline: none;
}
.no_fix_policy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: left;
	border: thin solid #000000;
}
body								{
	padding: 0px;
	margin: 0px;
	font: 14px Arial, Helvetica, sans-serif;
}
#page-wrap							{ width: 800px; margin: 25px auto; } 
a									{
	text-decoration: none;
	font-size: 13px;
}
ul									{ list-style: none; }
p 
                                  { margin: 15px 0; }

/* 
	LEVEL ONE
*/
ul.dropdown                         {
	position: relative;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C0C0C0;
	text-align: left;
	width: 560px;
}
ul.dropdown li                      {
	font-weight: 600;
	float: left;
	zoom: 1;
	background: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	right: auto;
	left: auto;
}
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                {
	color: #FFFFCC;
}
ul.dropdown li a                    {
	display: block;
	padding: 4px 8px;
	border-right: 1px solid #333;
	color: #000000;
}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {
	background: #FFFFCC;
	color: #000080;
	position: relative;
}
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{
	width: 220px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
}
ul.dropdown ul li 					{
	font-weight: normal;
	background: #f6f6f6;
	color: #000;
	border-bottom: 1px solid #ccc;
	float: none;
	border-bottom-color: #C0C0C0;
	border-bottom-style: groove;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{
	border-right: none;
	width: 100%;
	display: inline-block;
}

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{
	left: 100%;
	top: 0;
}
ul.dropdown li:hover > ul 			{ visibility: visible; }
#container {
	width: 900px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #FF9900;
	height: 25px;
}
#header_title {
	background-color: #000000;
	height: 150px;
}
#footer {
	margin: 0px;
	background-color: #FF9900;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	padding-top: 5px;
}
#top_header {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-indent: 20px;
	padding-top: 5px;
	margin: 0px;
}
#main_tilte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
}
#main_sub_tilte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#nav_sub_title {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF9900;
	color: #000000;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	height: 20px;
	padding-top: 5px;
	margin: 0px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-width: thin;
	border-color: #000000;
}
#menu_nav {
	background-color: #C0C0C0;
	height: 25px;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #666666;
}
#page_content {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#page_layout {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 25px;
	font-size: small;
	text-align: left;
	font-weight: normal;
	margin-right: 25px;
}
#home_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#page_header {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.fees_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
	border: thin solid #000000;
}
#centre_page_layouts {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #000000;
	margin-left: 25px;
	padding: 0px;
}
