body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background: url(../images/page_bg.gif);
	margin:0;
	padding:0;
	font-weight: normal;
}

#topbar {
	background: url(../images/header_bg.gif) repeat-x;
	height: 46px;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	margin: auto;
}

#topbar_content {
	padding: 14px 0px;
	color: #FFF;
}

#topbar_content a {
	color: #fff;
	text-decoration: none;
}

#logobar {
	width: 100%;
	position: relative;
	margin: auto;
}

td.m2_left {
	background-image: url(../images/m2left.jpg);
	background-repeat: repeat-x;
	left: 0;
	}

td.m2_middle {
	background-image: url(../images/m2.jpg);
	height: 112px;
	width: 740px;
}	

td.m2_right {
	background-image: url(../images/m2right.jpg);
	background-repeat: repeat-x;
	right: 0;
	}
	
#navcontainer {
	height: 40px;
	position: relative;
	width: 780px;
	border: 1px;
	border-style: solid;
	border-color: #FFF;
	padding: auto;
	margin: 0 auto;
	float: center;
}

#navcontainer a{
	color: #FFF;
}
#navcontainer #current {
	text-decoration: underline;
}

#navcontainer #current:hover {
	color: fff;
}

#navcontainer .currentAncestor {
	background: url(../images/button_select.png) repeat;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 7;
}

#navcontainer li {
	position: relative;
	display: inline;
	float: left;
	width: 130px;
}

#navcontainer a {
	font-size: 1.1em;
	display: block;
	height: 14px;
	text-decoration: none;
	width: 130px;
	text-align: center;
	padding: 10px 0px 18px;
	font-weight: bold;
	position: relative;
	z-index: 7;
	background: url(../images/button_over.png) repeat;
	border: 1px;
	border-style: solid;
	border-color: #FFF;	
}

#navcontainer a:hover {
	background: url(../images/button_select.png) repeat;
}

#navcontainer a:active {
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navcontainer ul ul {
	position: absolute;
	top: 44px;
	left: 0px;
	right: 0;
	display: none;
	z-index: 6;
	font-size: 0.9em;
	width: 130px;
	color: #fff;
	padding: 0;
	margin: 0;
}

#navcontainer ul ul:hover {
	background: url(../images/button_over.png) repeat;
	padding-top: 44px;
	top: 0px;
	color: #fff;
	}

#navcontainer ul ul li {
	color: #fff;
	display: block;
}

#navcontainer ul ul a {
	padding: 5px 0;
	display: block;
	width: 130px;
	background: url(../images/nav_menu_bg.png) repeat-xy;
	color: #fff;
	height: 20px;
}

#navcontainer ul ul a:hover {
	color: #FFF;
}

#navcontainer ul ul #current,
#navcontainer ul ul .currentAncestor{
	background: #FFF;
}


/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	top: 0px;
	left: 120px;
	z-index: 6;
	font-size: 1em;
	width: 120px;
}

#navcontainer ul ul ul:hover {
	padding: 0;
	top: 0px;
}

div#navcontainer ul ul,
div#navcontainer ul ul ul,
div#navcontainer ul li:hover ul ul,
div#navcontainer ul li:hover ul ul ul,
div#navcontainer ul li:hover ul ul ul ul,
div#navcontainer ul li:hover ul ul ul ul ul {
	display:none;
}

div#navcontainer ul li:hover ul,
div#navcontainer ul ul li:hover ul,
div#navcontainer ul ul ul li:hover ul,
div#navcontainer ul ul ul ul li:hover ul,
div#navcontainer ul ul ul ul ul li:hover ul {
	display:block;
}

#main {
	margin: auto;
	text-align: center;
	width: 780px;
	height: 1px;
	position: relative;
	color: #03C;
}
	
h1, h2, h3 {
	font-size: 10px;
}


h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
}

h3 {
	padding: 4px 0 0 0;
}

.block {
	display: block;
}

.clear {
	clear: both;
	height: 2px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 1px;
}

.left {
	float: left;
	margin: 1px 8px 0px 0px;
}

.softright {
	text-align: right;
}

.readmore {
	text-align: right;
}

/* ***** */

#inner {

	background: white;
	color: black;
	margin-bottom: 10px;
}

#header {
	background: url(images/header_bg.gif) repeat-x;
	padding-top: 10px;
	position: relative;
	border: none;
	border-color: #fff;
}

#nav {
	position: absolute;
	left: 550px;
	top: 40px;
	width: 200px;
}

#nav, #nav a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

A:link, A:visited, A:active, A:hover {
	color = fff;
}

#browse {
	float: left;
	width: 195px;
	margin: 0;
	padding: 0;
	background: white;
	border-bottom: 2px solid white;
}

#browse dt {
	background: #c80000 url(images/dt_bg.gif) bottom repeat-x;
	color: #fff;
	margin: 2px 2px 1px 2px;
	padding: 6px 0;
	text-align: center;
	font-weight: bold;
}

#browse dd {
	background: #227293;
	border-bottom: 1px solid #659db4;
	padding: 0;
	margin: 0 2px;
}

#browse dd a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 22px;
}

* html #browse dd {
	padding: 3px 22px;
	padding: 0;
}

* html #browse dd a {
	display: inline;
	display: block;
}

#browse dd a:hover {
	background: #74a7b7;
}

#browse .first {
	padding-top: 10px;
}

#browse .style6  a{
	 text-decoration:none;
	 color:#fff;"
}

#browse .last {
	padding-bottom: 8px;
	border-bottom: 1px solid white;
}

#browse .searchform {
	padding: 10px;
}

#browse .text, #browse select {
	width: 160px;
}

#browse form {
	margin: 0;
	padding: 0;
}

#browse form div {
	padding-bottom: 8px;
	width: 165px; 
}


#body {
	float: right;
	width: 543px;
	margin: 2px 1px 0 0;
	position: relative;
}

#body p {
	margin: 1em 0;
	padding: 0;
}

#body .leftbox,
#body .rightbox {
	margin-top: 5px;
	color: #464646;
}

#body .leftbox {
	float: left;
	width: 250px;
}

#body .rightbox {
	float: right;
	width: 252px;
	margin-right: 18px;
	border-left: 1px solid #e5e5e5;
}

* html #body .rightbox {
	margin-right: 10px;
}

#body .br {

}

#body .readmore {
	margin-top: -0.5em;
	margin-bottom: 0;
	padding-bottom: 0;
}


#body h3 {
	text-align: center;
	font-family: "Keble Condensed", "KebleCondensed", "arial narrow", helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #5d5d5d;
	padding: 0 0 0 18px;
	margin: 1px 0 3px 0;
}

#footleft {
	position: absolute;
	text-align: left;
	right: 10px;
	top: 0px;
	padding: 8px 0 5px 0;
}

#footer {
	background: #c80000 url(images/footer_bg.gif) repeat-x;
	padding: 8px 8px 5px 8px;
	position: relative;
	text-align: left;
	border-bottom: 2px solid white;
}
	
#footer, #footer a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}#main #body .inner p {
	font-family: Verdana, Geneva, sans-serif;
}
#main #body .inner p {
	font-family: Verdana, Geneva, sans-serif;
}
#main #body .inner p {
	color: #000;
}
#main #body .inner p {
	color: #06F;
}
#main #body .inner p {
	color: #03F;
}

