/* CSS Document */
html, body {
	height: 100%;
	text-align:center;
}

html {overflow-y: scroll;}


    html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	COLOR:#6f6e6f;
	/* background: #FFF; */
	background-image: url(pics/background.gif);
	background-repeat:repeat-x;
	background-color:#FFF;

	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	scrollbar-arrow-color: #666666;
	scrollbar-base-color: #ebebeb;
	scrollbar-dark-shadow-color: #e0e0e0;
	scrollbar-track-color: #ebebeb;
    scrollbar-face-color: #ebebeb; 
	scrollbar-shadow-color: #e0e0e0;
	scrollbar-highlight-color: #666666;
	scrollbar-3d-light-color:#666666;	
}

#containeroverall {
 	width:1024px;
	/*background:url("../pics/background.png") top left repeat-y;*/
	background-color:#FFFFFF;
 	position:relative;
 	margin:0 auto;
    text-align:center;
	overflow-x: hidden;
	overflow-y: hidden;
	border-left: 1px solid #abb3bf;
	border-right: 1px solid #abb3bf;
	border-bottom: 1px solid #abb3bf;	
}

div#container {
 	width:980px;
	position:relative;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;	
}	

#topbar {
	width: 980px;
	text-align:left;
	height:120px;
}

#topbanner{
margin-top:4px;
margin-bottom:4px;
	height: 120px;
	width: 340px;
	position:absolute;
	top:0px;
	right:120px;
}

#rightmenu{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; COLOR: #1d2d82; TEXT-DECORATION:none;
	text-align:center;
	background-color: #f5f5f5;
	height: 26px;
	width: 102px;
	position:absolute;
	top:0px;
	right:10px;
}

#rightmenu a:link, #rightmenu a:visited, #rightmenu a:active {
color: #2c2780;
text-decoration: none;
}

#rightmenu a:hover {
 color: #2c2780; 
text-decoration: underline;
}

.boxtext{
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 5px;	
}

#content {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	margin-bottom:10px;	
	float: left; /* since this element is floated, a width must be given */
	width: 980px;
}

 #content p{
	COLOR: #6f6e6f;		 
 }

#content H1{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt;
	COLOR: #6f6e6f;
	font-weight:normal;
}

#adressbar{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	COLOR: #8e8e8e;
	TEXT-DECORATION:none;
	background: #f5f5f5;
	text-align:center;
	height: 22px;
	float: left; /* since this element is floated, a width must be given */
	width: 480px;
	padding-top: 4px;
	position: relative;
	bottom:0px;
}

#footer { 
	float:left;	
	height: 6px;
	width: 1024px;	
	background-image: url("pics/footer.png");
	background-repeat: no-repeat;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

