body {margin-top:0;padding-top:0;background:#fff}

a:lin {color:#1732C9}
a:visited {color:#8D7910}
a:active {color:#C96517}
a:hover {color:#FFF6C7;background:#1732C9;text-decoration:none}

h1 {
	margin-top:10px;
	font-family: Verdana, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #1732C9;
}

h2 {
	margin-top:10px;
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #8D6010;
}
.xsmall {font:0.6em/125% Verdana,sans-serif}
.small {font:0.7em/125% Verdana,sans-serif}
.medium {font:0.8em/125% Verdana,sans-serif}
.answers {color:#C96517;}
.sidemenu {color:#8D7910;}
.standout {font:0.8em/125% Verdana,sans-serif; color:#1732C9;}
.large {font:0.9em/125% Verdana,sans-serif}


#container {margin-left:auto;margin-right:auto}
#top {
	font:0.6em Verdana,sans-serif;
	padding:6px 10px 6px 10px;
	background:#98C9FC;
	border-top-width: 12px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1732C9;
	border-bottom-color: #1732C9;
}

#smfc{
position:static;
overflow:hidden;
	height:380px;
	width: 500px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#smfc object{
	width:780px;
	height:560px;
	float:left;
	margin:-40px 0px 0px -16px;
	border:0px;
	padding:0px 0px 0px 0px;
}

#smsva{
	height:390px;
	width:560px;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#smsva object{
	margin: -70px  0 0 -16px;
	border:0px;
}

#smquiz{
position:static;
overflow:hidden;
	height:455px;
	width:610px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#smquiz object{
	width:780px;
	height:560px;
	float:left;
	margin:-65px 0px 0px -16px;
	border:0px;
	padding:0px 0px 0px 0px;
}

#banner {
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1732C9;
	height: 40px;
}

#banner a {
	background:#FFFFFF;
	border-bottom-width:0px;
	border-top-width:0px;}
#banner1 {float:left;}

#banner2 {margin-left:600px;text-align:right}

#content {clear:both;padding:10px}

#mainmenu {float:left;width:140px;font:bold 0.7em Verdana,sans-serif; background:#1732C9;}
#mainmenu ul {list-style:none;margin:0;padding:0}
#mainmenu li {margin:3px 8px 8px 0; padding:3px 3px 3px 8px;
  color:#FFF6C7;
  text-decoration:none;width:100%}
#mainmenu li a {display:block;padding:3px 0px 3px 8px;
  border:1px solid #1732C9;background:#1732C9;color:#FFFFFF;
  text-decoration:none;width:115px;}
#mainmenu li a:hover {background:#FFF6C7;color:#1732C9}

#rightbar {float:right;width:160px;border:2px solid #8D7910;padding:5px}

#maincontent {margin-left:160px;margin-right:180px;}
#maincontent p {margin-bottom: 15px; margin-top:15px; padding-bottom:0px; padding-top:0px;} 
#maincontent H2 {margin-bottom: 15px; margin-top:15px; padding-bottom:0px; padding-top:0px;}

#footer {
	clear:both;
	text-align:center;
	padding:0 12px 2px 12px;
	background:#98C9FC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1732C9;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#8D6010;
	font-weight:bold;
    text-decoration:none;
}

a.tt span{ display: none; }

/*background:; ie workwaround, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #C96517; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #000000;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}

a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bubble.gif) no-repeat top;
}

a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(bubble_filler.gif) repeat bottom; 
}

a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bubble.gif) no-repeat bottom;
}
