@charset "utf-8";
/* CSS Document */
html, body { 
	text-align:center;
	height: auto;
    margin: 0px 0px 0px 0px;
	/*padding is the source of the background distortion in firefox*/
    padding: 10px 10px 10px 10px; 
	background:#2E57A5;
   /*background-image:url(background2.jpg);*/
   background-position:center 0;
    font: 12px Arial;
}
#wrapper {
	margin:0px auto;
	position:relative;
	text-align: center;
	width: 798px;
	height: 950px;
	background-color:#FFFFFF;
	padding:0px;
	border: 1px solid #000;
}
	#header {
	position:relative;
	width: 798px;
	height: auto;
	}
	#toolbar {
	width:798px;
	padding:0px;
	margin: 0px;
	border:none;
	}
	#container {
	 width: 798px;
	 float:left;
	 background:#FFF;
	 padding:10px 0;
	 }
	 #col1 {
		float:left;
		display:inline;
		text-align:center;
		width:379px;
		padding:10px;
	 }
	 #col1alt {
		float:left;
		display:inline;
		text-align:center;
		width:179px;
		padding:10px;
		border-right: 2px solid #000
	 }
	 #col2 {
		float:right;
		display:inline;
		height:auto;
		width:379px;
		padding:10px;
	 }	
	 #col2alt {
		float:right;
		display:inline;
		height:auto;
		width:579px;
		padding:10px;
	 }
	 #colfull {
	 	float:right;
		display:inline;
		height:auto;
		width:768px;
		padding:10px;
	 }	
	 #over10 {
	 	float:right;
		display:inline;
		height:auto;
		width:369px;
		padding:0px;
		}
	 #endnote {
	 /*font:Arial;
	 font-size:10px;*/
	 float:none;
	 display:inline;
	 font-size: 10px;
	 text-align:center;
	 background-color:#FFFFFF;
	 border: 1px solid #000;
	 padding:5px;
	 }
	 #frame {
	 border: none;
	 }


	 a:link{
	 color:#000000;
	 text-decoration:none;
	 font-weight:bold;
	 outline:none;
	 }
	 a:visited{
	 color:#000000;
 	 text-decoration:none;
	 font-weight:bold;
	 }
	 a:hover{
	 color:#000000;
	 text-decoration:none;
	 font-weight:bold;
	 }
	 a:active{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	border: none;
	
	 }
	 a.clear:link{
	 font-size:12px;
	 color:#0066FF;
	 text-decoration:underline;
	 font-weight:bold;
	 line-height:normal;
	 }
	 a.clear:visited{
 	 font-size:12px;
	 color:#0066FF;
	 text-decoration:underline;
	 font-weight:bold;
	 line-height:normal;
	 }
	 a.clear:hover{
	 font-size:12px;
	 color:#0066FF;
	 text-decoration:underline;
	 font-weight:bold;
 	 line-height:normal;
	 }
	 a.clear:active{
	  font-size:12px;
	 color:#0066FF;
	 text-decoration:underline;
	 font-weight:bold;
	 line-height:normal;
	 }
	  a.clear2:link{
	 font-size:14px;
	 color:#0066FF;
	 text-decoration:underline;
	 line-height:normal;
	 }
	 a.clear2:visited{
 	 font-size:14px;
	 color:#0066FF;
	 text-decoration:underline;
	 line-height:normal;
	 }
	 a.clear2:hover{
	 font-size:14px;
	 color:#0066FF;
	 text-decoration:underline;
 	 line-height:normal;
	 }
	 a.clear2:active{
	  font-size:14px;
	 color:#0066FF;
	 text-decoration:underline;
	 line-height:normal;
	 }
	 button.clear3
	 {
	  font-size:14px;
	  font-weight:bold;
	 color:#0066FF;
	 line-height:normal;
	 }
	 
	 

