﻿/* CSS layout */
.masthead {
}


.left_col {
	vertical-align:top;
	background-color:silver;
	width: 160px;
}

.page_content {
	vertical-align:top;
	text-align:left;	
	background-color:white;
	padding-left:5px;
	width: 535px;
}

.footer {
	font-size:x-small;
	width: 700px;
}

.menu {
	color: white;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border-right: 1px solid white;
	text-decoration: none;
	background-color: #313031;
	padding: 5px;
}

.menu:hover {
    background-color: #5A8EC6;
}

.toolbar {
    background-color: #313031;
    padding: 5px 0px 5px 0px;
    width:695px
}

.body {
	background-color: #1e4a61;
	text-align:center;
	font-family:Georgia,serif;
}

.table {
	width:700px
}

.heading {
	font-size:large;
	font-weight:bold;
}

.bold {
	font-weight:bold;
}

.center {
	text-align:center;
}

.italic {
	font-style:italic;
}

.affiliates {
	text-align:center;
}
