@charset "UTF-8";
/* CSS Document */

body {
	background-color:#4080B5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#00325D
}

.style3 {font-size: 10px}

.roundtop { 
		background:url(images/MainCorner-Opposite.jpg) no-repeat top right; 
}

.roundbottom {
		background:url(images/MainCorner-OppositeBottom.jpg) no-repeat bottom right;
}

#sidebar {
	width:150px;
	float:left;
	background-color:#4080B5;

}

#text {
	min-width:500px;
	position:relative;
	margin-left:15px;
}

#text2 {
background-color:#BBD8F1;
float:left;
width:86%;
margin-bottom:1em;
border-right-style:solid;
border-right-color:#BBD8F1;
}

a {
color:#00325D;
text-decoration:none;
}

#footer {
margin-top:15px;
font-size:6px;
padding:10px;
}
