html, body {
	margin:0;
	padding:0;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
}

body { font-size: 76%; line-height: 1.2em;}

div, p, table, th, td, li, .normal {font-size: 1.0em;}

a, a:link, a:visited {
	color: #939;
	text-decoration: none;
}

a:hover {
	color: #C00;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {margin-top: 0;}

h1, h2, h3, .heading, h4, h5, h6, .subheading {font-weight: bold;}

h1 { font-size: 2em; color: #000;}

h2 { font-size: 1.5em; color:#000;}

h3, .heading { font-size: 1.3em; color:#4B1084;}

h4 { font-size: 1.2em; color: #303;}

h5, .subheading { font-size: 1.1em; color: #404;}

h6, .normal {	font-size: 1em; color: #000;}

hr{
	border: 0;
	height: 1px;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
}

img { border: 0;}

* html #overall {height: 1%;}
* html #middle .content {height: 1%;}
* html #right .content {height: 1%;}

#overall {
	width: 780px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
}

#header {
	width: auto;
	height: 120px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

#header .content {
	padding: 12px;
}

#navigation {
	width: 100%;
	height: 35px;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	background: #4B1084 url("/multimedia/layout/navbar.gif") no-repeat left top;
}

* html #navigation {height: 35px;}

#navigation .content {
	padding-left: 15px;
}

#left {
	float: left;
	width: 170px;
	margin: 0;
	margin-right: 5px;
	padding: 0;
	background: #FFF;
}

#left .content { padding: 6px 5px 10px 0px;}

#middle {
	padding: 0;
	margin-left: 170px;
	background: #FFF;
}

#middle .content {
	padding: 10px 10px 10px 20px;
	color: #555;
}

#footer {
	padding: 0;
	margin-top: 10px;
	background: #CDB5DD;
}

#footer .content {
	width: 100%;
	padding: 5px 10px 5px 15px;
	font-size: 0.9em;
	color: #333;
}

#footer .logo {
	float: left;
	padding: 5px;
	display: none;
}

div.float {
  float: left;
  padding: 10;
}

.clr { clear: both; }

.small { font-size: 11px;}

.error { color: red;}

.docs p {
	background: url(/multimedia/icons/doc_small.gif) no-repeat scroll 0px 4px;
	padding: 3px 0 4px 14px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
}

.docs p a {	font-weight:bold;}

/* MENU FEATURES */

div.inigomenu {	padding-top: 1px;}

div.inigomenu li { }

#menu_0 { width: 70px;}
#menu_1 { width: 110px;}
#menu_2 { width: 100px;}
#menu_3 { width: 100px;}
#menu_4 { width: 120px;}
#menu_5 { width: 70px;}
#menu_6 { width: 80px;}

/* setup style on top level anchor tags */
div.inigomenu li a, div.inigomenu li a:visited {
	font-size: 0.95em;
	font-weight: bold;
	color:#FFF;
	padding: 4px 0 4px 10px;
	margin: 0;
	text-decoration: none;
	background: transparent url(/multimedia/layout/nav_arrow.gif) no-repeat scroll left center;
}

div.inigomenu li a.menuhover, div.inigomenu li a:visited.menuhover, div.inigomenu li a:hover {
	color:#E1D3EB;
	text-decoration: none !important;
}

div.inigomenu ul ul, div.inigomenu ul ul li {
	border: 0;
	padding: 0;
	display: none;
}

/* Second level MENU FEATURES */
div.SecondLevel {
	display:block;
	margin: 0;
	margin-bottom: 15px;
	padding: 0 0 20px 0;
	background: #F2EDF5;
}

#left .content .SecondLevel div {
	margin:0;
	padding: 6px 0 6px 0;
	background: #CDB5DD;
	border-bottom: 1px solid white;
}

#left .content .SecondLevel div a {
	width: 100%;
	background: transparent url(/multimedia/layout/arrow_down.gif) no-repeat scroll 3px 8px;
	padding: 4px 0px 4px 16px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

#left .content div.SecondLevel ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#left .content div.SecondLevel li {
	width: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}

#left .content div.SecondLevel li a {
	width: auto;
	display: block;
	margin: 0;
	padding: 4px 0px 5px 17px;
	background: #E1D3EB url(/multimedia/layout/arrow.gif) no-repeat scroll 0px 7px;
	border-bottom: 1px solid white;
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
}

#left .content div.SecondLevel li a:hover { background: #C5C2E2 url(/multimedia/layout/arrow.gif) no-repeat scroll 0px 7px; color: #000;}

#left .content div.SecondLevel li a.selected {background: #C5C2E2 url(/multimedia/layout/arrow.gif) no-repeat scroll 0px 7px; color:#000;}

* html #left .content div.SecondLevel li {height: 1%; }
* html #left .content div.SecondLevel li a {height: 1%; }

/* Form CSS */

.contactInput, .registerInput {
	font-size: 11px;
	background: #FFF;
	border: 1px solid #999;
}

.contactButton, .registerButton {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background: #336699;
	border: 1px solid #003366;
}

/* END Form CSS */

/* Search CSS */

.searchInput {
	background: #FFF;
	width: 100px;
	height: 17px;
	border: 1px solid #333;
}

.searchButtonImg {
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: bottom;
}

.searchButton {
	background: #336699;
	height: 17px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #003366;
}

.searchWord { font-weight: bold;}

/* Search Paging bar */
.pagingControl {
	width: 98%;
}

.pagingControl TD {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background: #FFF;
	border: solid 1px #DDD;
}

.firstTD, .prevTD, .nextTD, .lastTD {width: 11%;}

.positionTD { width: 56%;}