/* scrollbar fix */
/* html {
overflow-y: scroll;
} */

/* Hides from IE5-mac \ */
* html #content {height: 1%;}
/* End hide from IE5-mac */

body {
margin: 0;
padding: 0;
border: 0px none;
background: #A0C0FF;
text-align: left;
font-family: arial, sans-serif, tahoma, helvetica;
font-size: 0.9em;
color: #000060;
}

p {
margin: 0;
padding: 10px;
border: 0;
}

img {
margin: 0;
padding: 0;
border: 0;
}

li {
margin-top: 5px;
}

#frame {
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 1%;
width: 84%;
}

#headerl {
float: left;
}

#headerl p {
margin: 0;
padding: 0;
border: 0;
}

#headerr {
text-align:right;
background: #fff url(images1/headerbackground2.jpg);
margin-left:305px;
}

#headerr p {
margin: 0;
padding: 0;
border: 0;
}

#menu {
text-align: center;
background: #28479E;
border: #28479E 2px solid;
color: #fff;
}

#menu span {
background-image: url(images1/circlemenu.gif);
}

#content {
background: #fff;
border: #28479E 2px solid;
margin-top: 15px;
margin-bottom: 15px;
color: #000060;
}

#footer {
background: #28479E;
border: #28479E 2px solid;
}

#footer span {
background-image: url(images1/circlemenu.gif);
}

#footer img {
padding: 3px 5.5% 3px 0;
}

.tl {
position: relative; top: -2px; left: -2px;
background-image: url(images1/circle.gif);
width: 7px;
height: 7px;
float: left;
font-size: 0;
}

.tr {
position: relative; top: -2px; left: 2px;
background-image: url(images1/circle.gif);
background-position: 7px 0px;
width: 7px;
height: 7px;
float: right;
font-size: 0;
}

.bl {
position: relative; top: -5px; left: -2px;
background-image: url(images1/circle.gif);
background-position: 0px 7px;
width: 7px;
height: 7px;
float: left;
font-size: 0;
}

.br {
position: relative; top: -5px; left: 2px;
background-image: url(images1/circle.gif);
background-position: 7px 7px;
width: 7px;
height: 7px;
float: right;
font-size: 0;
}

.minitabs {
font-size: 0.9em;
font-weight: bold;
margin: -3px 2px -2px 2px;
	}

.minitabs #currentpage a {
	background: #28479E;
	color: #C0C0C0;
	}

.minitabs a:link, .minitabs a:visited {
	padding: 5px;
	background: #28479E;
	color: #fff;
	text-decoration: none;
	}

.minitabs a.active:link, .minitabs a.active:visited, .minitabs a:hover {
	background: #28479E;
	color: #C0C0C0;
	}