/* General css style */


/* MENU */

#menu {

width: 11em; /* width of button */
background: #eee;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {

display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu a {
font: bold 11px/16px arial, helvetica, sans-serif;
color: #FFFFFF; /* color of button letters */
background: #547589; /* bg color of button */
text-decoration:none;
text-transform: uppercase;
}

#menu a:hover {
color: #3C5D72;
background: #fff;
}

/* Positioning the Pop Outs */

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* FIX IE */

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
} 
</style>
<![endif]-->

h6 { font-size:inherit; }


h1           
{ font-family: Arial, Helvetica, sans-serif; font-size: large; color: #336699; font-weight: bolder}

h2           
{
	font-family: Arial;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h3           
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
}

h4           
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
/* GENERAL */
body         
{
	background-image: url(Images/bluestripesBG.gif);
}

.txt { text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:small; font-weight:normal }
.clock {font-size: x-small; text-align:center}
.smfont {font-size:x-small }
.curpg { font-family:Arial, Helvetica, sans-serif; font-size:xx-small; color:#336699;}

/* LINK */
a:hover      
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#223C4D;
	text-decoration: underline;
}
a:link       
{ 	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#3F6C8B;
	text-decoration: underline;
}

a:visited    
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3F6C8B;
	text-decoration: underline;
}

.toplink a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color:#000000;
}

.toplink a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.toplink a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color:
; 	color: #223C4D;
}

.logolink a:hover      
{
	border-color:#FFFFFF;
	border:none
	color:#ffffff;
	outline-color:#FFFFFF;
	
}
.logolink a:link       
{
	border-color:#FFFFFF;
	color:#ffffff;
}

.logolink a:visited    
{
	border-color:#FFFFFF;
	color:#ffffff;
}

/* LIST */
.defaultbul ul
{
	margin:auto;
	list-style:outside;
	list-style-type:square;
}

.defaultbul ul li
{
	margin-top:6px;
	margin-bottom:6px;
	margin-left:25px;
	margin-right:6px;
	m
}

.listno ol
{
	list-style:outside;
	margin:auto;
}

.listno ol li
{
	margin-top:6px;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:6px;
}	