﻿/* CSS layout */

body {
	background-color:white;
	color: #5B8FAC;
}

a {
	color: #5B8FAC;
}
a:visited {
	color: #5B8FAC;
		text-decoration:none;
}
a:active {
	color: #5B8FAC;
	text-decoration:none;
}
a:hover {
	color:#5B8FAC;
		text-decoration:none;
}



#container {

	width: 950px;
	color:#5B8FAC
}


#page_content {

	text-align: center;


	background-color:white;
	float:left;
	width:778px;
	font-size: medium;
}

.small_font {

	font-size:.85em;
	font-weight:bold;
}

#right_col {
	width: 155px;
	text-align: center;
	float: right;
	color: 5B8FAC;
	text-decoration: none;
	font-family: calibri, verdana, arial, sans-serif;
	border-left-color: #5B8FAC;
	border-left-style: groove;
	border-left-width: thick;
	padding-left: 10px;
}



.buttons {
	color: #5B8FAC;
	font-size: large;
	font-weight: bold;
}

.link {
	color: #5B8FAC;
	font-size: .85em;
	font-weight: bold;
}
