﻿/* CSS layout */
body {
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	min-width: 600px;
}

#left_col {
	width: 130px;
	float: left;
	height: 600px;
}
#page_content {
	margin-left: 160px;
}

.logo_text {
}
.navbar {
	background-color: #9fc9eb;
	color: #464646;
	text-align: center;
}

.navbar_text {
	color: #464646;
	text-decoration: none;
}
.Center {
	text-align: center;
}
.Heading_Title {
	font-size: x-large;
	font-weight: bold;
}
.Menu_bar {
	text-decoration: none;
	color: #005DAC;
}
.White_Text {
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.Content_Text {
}
.Pic_Style {
		border-style: solid;
		border-width: 1px;
	}
