
/* force right scrollbar */
html { 
    height: 100%;
    margin-bottom: 1px;
}

 a:link, a:visited, a:active {font-weight: 700; text-decoration: none; color: #1144de; font-size:14px;}
 a:hover {font-weight: 700; text-decoration: none; color: #d04667; font-size:14px;}


.border img {
border-width: 1px;
border-color: #1144de;
border: solid thin #1144de;
}
 
html { margin-bottom: 1em; 
          overflow-y: scroll;
} 


body{ 
   font-family: Trebuchet MS, Trebuchet, Arial, Verdana, sans-serif;
	font-size: 14px;
   background-image:url('bg.png');
   background-color:#ffffff;
	background-repeat:repeat-x;
	background-position:top left;
	}
	
table { 
   font-family: Trebuchet MS, Trebuchet, Arial, Verdana, sans-serif;
	font-size: 14px;	  
	}

h1 {
   font-family: Trebuchet MS, Trebuchet, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color:#1144de;
    margin-bottom:0px;
	}


	
.container {
	position: relative;
	width: 750px; height: 800px;
	margin: 8px auto; height: auto;
	background-color:#ffffff;
	border: solid thin #1144de;
	}

	

#divCopyright {
	position: relative;
	top: -8px;
   font-family: Trebuchet MS, Trebuchet, Arial, Verdana, sans-serif;
	font-size: 10px; font-weight: 100;
	color: #333;
	text-align: center;
} 

