body {
	font-size: 100.1%;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-top-color: #330099;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#cont {
	width: 900px;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 75%;
	color: #003333;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	padding-bottom: 0px;
	line-height: normal;
	margin-bottom: 0px;
}

h2 { 
	margin: 0px 0px 3px 10px; 
	font-size: 300%; 
	color: #5588ff;
}
h3 { margin: 10px 0px 3px 10px; font-size: 120%; color: #003399; font-style: bold; }
h3 a { color: #003399; }
.nav {
	width: 100%;
	padding: 1px;
	margin: 0px;
}
.nav td { padding: 1px;
	margin: 0px;}
#foot {
	text-align: center;
	font-size: 7pt;
}
#foot a {
	text-decoration: none;
	color: #0000FF;
}
#foot a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	
}
#foot a:hover {
	text-decoration: underline;
}
#box {}
#box #head {}
.clear { clear: left; overflow: hidden; height: 0; line-height: 0%; }
h1	{
	font-size: 12pt;
	color: #5588cc;
	font-family: Tahoma;
}

p {
	color:#000000
	line-height:normal;
	text-indent: 0px;
	font-family: tohama;
	font-size: 16px;
}
.bul		 { margin-left: 5px; margin-top: 0px; margin-bottom: 0px; padding-left: 0px; list-style: none; text-align: left; line-height:125%;}
.bul li	 
{ padding-left: 10px; font-size: 9pt; margin: 5px; background-image: url(img/bl.gif); background-repeat: no-repeat; background-position:  0 .5em; }
.pic 
{ text-align: center; }
#coll { float: left; width: 49.5%; text-align: center; }
#colr { float: right; width: 49.5%; text-align: center; }
#colll { float: left; width: 49.5%; text-align: left; }
#colrl { float: right; width: 49.5%; text-align: left; }
.thumb	{ float: left; border: none; margin-top: 5px; margin-right: 5px; margin-bottom: 1px }
.logo	{ float: left; border: none; margin: 2px 15px 1px 5px; width: 263px; text-align: right; }
a { color: #0000ff; text-decoration: none}
a:hover { color: #000000; text-decoration: underline; }
.rule {
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-color: #ccc;
	margin: 3px;
	padding-bottom: 0px;
	text-indent: 5px;
	width: auto;
	height: 50px;
}
.cent { text-align: center }

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:100%;
	font-size:0.85em;
	position:relative;
	z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
width:175px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:180px;
	position:relative;
}
/* style the links for the top level - for hidden drop down menu */
.menu a, .menu a:visited {
display:block;
font-size:13px;
text-decoration:none; 
color:#FFFFFF; 
width:174px; 
height:26px; 
border:1px solid #ffffff; 
border-width:0px 0px 0 0; 
background:#B9B9FF; 
padding-left:4px; 
line-height:25px;
font-weight: bold;
}

/* this is for the hidden drop down menu but only if there is no format given on the design sheet*/
.menu a:hover {color:#CCCCCC; text-decoration: underline;}
.menu ul ul li a:hover {
	color:#000000;
	text-decoration: underline;
	font-weight: bold;
	background-color: #CCFF99;
}


/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:180px;
	w\idth:180px;
}

/* style the second level background. to format top dropdown menu */
.menu a:hover, .menu li a:visited {
	font-weight: bold;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:148px;
top:auto;
left:0; 
width:0px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:27px;
t\op:27px;
}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:relative; top:0; left:0;}


/* style the top level hover */
.menu a:hover{
color:#ffffff; 
}
.menu a:hover > a {
	color:#000000;
}

/* style the second level links - appearance when hover on first level*/
.menu ul ul a, .menu ul ul a:visited {
	color:#333333;
	height:auto;
	line-height:1em;
	padding:5px;
	width:auto;
	font-weight: normal;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:100px;
w\idth:100px;
}

/* make the second level visible when hover over top level list OR link */
.menu ul li :hover ul,
.menu ul a:hover ul{
visibility:visible;
}
/* keep the third level visible when you hover over top level list OR link */
.menu ul :hover ul ul{
border-color: #FFFFFF;
visibility:visible; 
}

/* make the third level visible when you hover over top level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
