/* CSS Document */
body {
	margin: 0; 
	padding: 0; 
	font-family: verdana, helvetica, arial, sans-serif;
	color:#00604b;
		}

body,html {
	scrollbar-arrow-color:#83bffb;
	scrollbar-face-color:#15398c;
	scrollbar-highlight-color:#00604b;
	scrollbar-3d-light-color:#83bffb;
	scrollbar-base-color:#fff;
	scrollbar-dark-shadow-color:#83bffb;
	scrollbar-shadow-color:#83bffb;
	scrollbar-track-color:#fff;
	border:border-style:double;
}

.leftbar	{
	background: url("images/middle_left_bar.jpg");
	background-repeat:repeat-y;
	background-position:center;
	color:#fff;
	padding-left:20; 
	vertical-align:top;
	}
.leftbartop {
	background: url("images/top_left_bar.jpg");
	background-repeat:no-repeat; 
	background-position:bottom;
}
.leftbarbottom {
	background: url("images/bottom_left_bar.jpg");
	background-repeat:no-repeat;
	background-position:top;
}

table {
	border-collapse: collapse;
}

.top	{
	vertical-align:top;
	}
a:link {
	color: #16398d;
}
a:visited {
	color: #00604b;
}

.footer { 
	text-align: center;
	font-size: smaller;
	}.rightcol {
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left:2px dotted #000066;
	padding: 5px;
	margin: 5px;
	height: 2px;
	horizontal-align: center;
}


