/* CSS Document */
html{
	overflow: -moz-scrollbars-vertical;
}

img {
	border: 0;
}

body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-color:#e5e30a;
	font-family:Arial, Helvetica, Sans-Serif; 
	background-image:url(../../images/bg-yellow.gif);
	background-repeat:no-repeat;
	color:#001d68;
	background-position:0 0;
	}
h1{	margin-top:0px;	font-size:1em;font-weight:bold;margin-top: 10px;}
h2{font-size:.7em;margin-bottom: 0;}
h3{	font-size:.7em;	margin-top:8px;	margin-bottom:2px;}

p, ul, ol{
	margin-top:0;
	font-size:.7em;
	line-height:1.4em;
	}	
	
#container{
	margin-left: auto;
	margin-right: auto;	
	width:840px;
	margin-top:0px;
	text-align: left;
}
	
#maincontainer{
	margin-left: auto;
	margin-right: auto;	
	width:840px;
	margin-top:0px;
	padding-top: 0;
	background-image:url(../images/bg.png);
	background-repeat: no-repeat;
}

#leftcolumn{
	float: left;
	width:200px;
	padding-left: 19px;
	z-index: 200;
	text-align: left;
}

#nav{
	left: 95px;
	width:110px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 26px;
	padding-left: 26px;
	padding-top:44px;
}


#logo{
	padding-left: 0px;
	margin-left: 0;
	padding-top:0px;
	padding-top: 13px;
	padding-left: 30px;
	margin-top: 0;
	width: 151px;
	text-align: left;
	}

#rightcolumn{
	float: left;
	width:600px;
	z-index: 200;
}
	
#maincontent{
	width:570px;
	z-index: 100;
}


#subnav{
	padding-left: 95px;
	margin-top: 0px;
	width:110px;
	
}	
	
	

	
#content{
	float: left;
	padding-top:0px;
	padding-bottom:5px;
	/*width:500px;*/
	padding-left:30px;
	padding-right:86px;
}

#page{
	float:left;
	}

	
#animation{
	float:left;
	margin-left: 10px;
	padding-right: 67px;
	padding-top:50px;
	width: 521px;
	height: 167px;
	}		
	
#footer{
	float:right;
	width:840px;
	height:120px;
	background-image:url(../images/footer.png);
	background-repeat: no-repeat;
	font-size:.9em;
	}
	
#footer ul	{float:right; padding-top:10px; padding-right:40px;}
#footer li	{display:inline; padding:0 0.3em 0 0.3em;  white-space:nowrap;}
#footer li a	{background:transparent; text-decoration:none;}
#footer li a:hover	{}

.clear {clear:both;}

.text{
	font-size:.8em;
	}

a:link  {color: #001d68; text-decoration: none;font-weight:bold;} 
a:visited {color: #001d68; text-decoration: none;font-weight:bold;} 
a:hover  {color: #bfbd00; text-decoration: none;font-weight:bold; }

/*img, div, input { behavior: url("iepngfix.htc") }*/