html { margin: 0px; }

body {
	/*background: url('./images/bg.gif') repeat-x;*/
	background-color: #242946;
	text-align: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
}

caption {
	color: #000000;	
}

#textonly a:link {color:silver; text-decoration:none; font-size:9px;}
#textonly a:hover{text-decoration:underline;}
#textonly a:visited {text-decoration:none; color:#CCCCFF;}

#movie {
/*border: solid 1px silver;*/
}


#noflash {
margin-top:50px;
font:Verdana, Arial, Helvetica, sans-serif;
background-color:#FFFFFF;
color:#000000;
padding: 10px;
}



#header {
	height: 73px;
}

#logo {
	float: left;
	padding-top: 0px;
}

#logo img { border: 0px }

div#topmenu {
		width:auto;
		margin-left:22px;
		position:absolute;
		left:25px;
		top:120px;
		}

ul#topmenu {
		float:left;
		width:auto;
		}

ul#topmenu > li:hover > ul {
		width:65px;
		top: 22px;
		left: -1px;
		}

ul {
		padding: 0;
		margin: 0;
		border-bottom: 1px white;
  		font-family: impact, verdana, sans-serif;
		font-size: 11px;
		color: #333333;
		text-align:center;
		}
  
ul li {
		list-style-type: none;
  		position: relative;
		margin:0;
		text-align:left;
		}

ul ul {
		display: none;
		width: 65px;
		}

ul li:hover > ul {
		display: block;
		position: absolute;
		top: -1px;
		left: 100%;
		}

li a {
		display: block;
		padding: 5px 7px;
		text-decoration: none;
  		background: black;
		color:#FFFFFF;
		}

ul#topmenu li a:hover {
		background: #000000;
		color:#ffffff;
  		border: 1px inset dotted white;  
		border-width: 1px 1px 1px 1px;
		}

li.sub > a {
		background: black;
		color:#FFFFFF;
		}
#wrapper {
	min-width: 540px;	/* Always good to have on full width liquid CSS layouts, 
             			google "min-width IE" for JS solutions there */
	width: 100%;               /* total width */
}     

#body {
	width: auto;
	border-left: solid 145px #fff; 	/* should be same width as left column */
	border-right: solid 170px #fff; /* should be same width as right column */
}

#body2 {
	width: auto;
	border-left: solid 145px #fff; 	/* should be same width as left column */
}

#innerbody {
	margin: 0px;
	width: 100%;
}

#leftcol {
	width: 145px; 					/* width of left column */
	margin-left: -145px; 			/* negative width of left column */
	float: left;
	position: relative;
	z-index: 10;
}


#rightcol {
	position: relative;
	width: 170px;					/* width of right column */
	margin-right: -170px;			/* negative width of right column */
	float: left;
	z-index: 11;
}

#centercol {
	float: left;
	position: relative;
	width: 100%;
	z-index: 12;
}

#centercontent {
	border: solid 1px #a4a4a4;
	padding: 10px;
	margin: 0px 15px 0px 10px;
}


#centercontent2 {
	margin: 0px 0px 0px 10px;
	border: solid 1px #a4a4a4;
	padding: 10px;
}

.clear {
	clear: both;
}

#footer {
	clear: both;
	position: relative;
	z-index: 13;
/*	border-top: dotted 1px #A4A4A4;*/
	width:100%;
	height:auto;
	float:left;
	margin-top:40px;
	padding: 8px;
	text-align:center;
	font-size:9px;
	color:#a4a4a4;
}

/* fixes for mozilla */
#body > #innerbody { border-bottom: 1px solid transparent; }
#leftcol { margin-right: 1px; }
#rightcol { margin-left: 1px; }
#centercol { margin: 0 -8px 0 -2px; }

.verticalmenu {
	width: 145px;
	border-left: 1px solid #A4A4A4;
	border-right: 1px solid #A4A4A4;
	border-top: 1px solid #A4A4A4;
}

.verticalmenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.verticalmenu li {
	border-bottom: solid 1px #A4A4A4;
}

.verticalmenu a:link, .verticalmenu a:visited, .verticalmenu a:hover {
	display: block;
	width: 145px;
	height: 26px;
	padding: 5px;
	color: #334392;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-left: 10px solid #6F6E7F;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 125px;
	height: 16px;
}
	html>body .verticalmenu a:link, html>body .verticalmenu a:visited, html>body .verticalmenu a:hover
	{
		width: 125px;
		height: 16px;
	}

.verticalmenu a:hover {
	border-left: 10px solid #334392;
	
}


#policy  {
	font-size:9px;
	color:#666666;
	border: 1px solid silver;
}

