body {
	margin-top:2px;
	margin-left: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
#container01 {
	width: 760px;
	border: 1px #707070 solid;
	background-color: #000000;
	}
	
#top {
	 width: 760px;
	 height: 22px;
	 text-align: right;
	}
	
#nav {
	width: 760px;
	height: 19px;
	text-align: left;
	padding-top: 1px;
	border-top: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
	}
	
#gray {
	width: 760px;
	background-image: url(images/gray01.gif);
	height: 5px;
	}
	
#main {
	width: 760px;
	background-color: #FFFFFF;
	padding: 0px;
	}
	
#main01 {
	width: 760px;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(images/bg_main02.jpg);
	background-repeat: no-repeat;
	}

#bottom {
	width: 760px;
	height: 22px;
	text-align: center;
	}

h1 {
	color: #00358b;
	font-size: 18px;
	font-weight: bold;
	}

h2 {
	color: #00358b;
	font-size: 16px;
	font-weight: bold;
	}
	
h3 {
	font-family: Times;
	color: #00358b;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	}
	
hr {
	color: #959595;
	height: 1px;
	}
	
li {
	list-style-image: url(images/li.gif);
	}
	
.img {
	border: 1px #000000 solid;
	margin-bottom: 5px;
	}
	
.img02 {
	border: 1px #000000 solid;
	float: left;
	margin-right: 20px;
	}

.img03 {
	border: 1px #000000 solid;
	float: right;
	margin-left: 20px;
	}

.border {
	background-color: #caccd5;
	border: 1px #000000 solid;
	padding: 15px;
	}
	
a {
	color: #0000ff;
	text-decoration: underline;
	}
a:hover {
	color: #0000ff;
	text-decoration: none;
	}
a:visited {
	color:  #0000ff;
	text-decoration: underline;
	}
a:visited:hover {
	color: #0000ff;
	text-decoration: none;
	}
	
.topnav {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}
a.topnav {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	}
a.topnav:hover {
	color: #e6b222;
	text-decoration: none;
	}
a.topnav:visited {
	color:  #FFFFFF;
	text-decoration: none;
	}
a.topnav:visited:hover {
	color: #e6b222;
	text-decoration: none;
	}

a.leftnav {
	font-size: 11px;
	color: #ebebeb;
	text-decoration: none;
	line-height: 24px;
	}
a.leftnav:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
a.leftnav:visited {
	color: #ebebeb;
	text-decoration: none;
	}
a.leftnav:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
a.main_link {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	}
a.main_link:hover {
	color: #000000;
	text-decoration: none;
	}
a.main_link:visited {
	color:  #000000;
	text-decoration: underline;
	}
a.main_link:visited:hover {
	color: #000000;
	text-decoration: none;
	}
	
.footer {
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 4px;
	}
a.footer {
	color: #FFFFFF;
	text-decoration: underline;
	}
a.footer:hover {
	color: #e6b222;
	text-decoration: none;
	}
a.footer:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
a.footer:visited:hover {
	color: #e6b222;
	text-decoration: none;
	}
	
/* drop_downs */

a.dropdown {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	}
a.dropdown:visited {
	color:  #000000;
	text-decoration: none;
	}

#css_top_menu, #css_top_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#css_top_menu li {
	float: left;
	position: relative;
	}

#css_top_menu a {
	text-decoration: none;
	}

.mainitems {
	border: 0px #545454 solid;
	border-left-width: 0;
	background-color: ;
	}

.submenus {
	display: none;
	width: 150px;
	position: absolute;
	top: 14px;
	left: 14px;
	background-color: #FFFFFF;
	border: 1px #545454 solid;
	}

.submenus li {
	width: 100%;
	}

.submenus li a {
	display: block;
	width: 100%;
	text-indent: 10px;
	}

html>body .submenus li a { /* non IE browsers */
	width: auto;
	}

.submenus li a:hover {
	background-color: #e6b222;
	color: #FFFFFF;
	font-weight: normal;
	}

#css_top_menu li>ul {/* non IE browsers */
	top: auto;
	left: auto;
	}

#css_top_menu li:hover ul, li.over ul {
	display: block;
	}

html>body #clearmenu { /* non IE browsers */
	height: 4px;
	}

