﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	text-indent: 0px;
}
#top_nav {
	background-color: #FFFFCC;
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
	background-color: #FFFFCC;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

#page_content {
	margin-left: 200px;
}

#footer {
	clear: both;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	margin-right: auto;
	margin-left: 10px;
	margin-bottom: auto;
	width: 800px;
}
.boxMargin_10 {
	margin: 10px;
}
.align_center {
	text-align: center;
}
.align_left {
	text-align: left;
}
.font_color_blue {
	color: #0000FF;
}
.font_color_orange {
	color: #FF6600;
}
.font_size_large {
	font-size: large;
}
.font_size_medium {
	font-size: medium;
}
.font_size_xx-large {
	font-size: xx-large;
}
.center_blue_italic_TR {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #0000FF;
	font-weight: normal;
}
.menu_button-center-ltyellow {
	text-align: center;
	background-color: #FFFFCC;
}
.font_weight_normal {
	font-weight: normal;
}
.tmsrmn_medium_blue {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #0000FF;
}
.tmsrmn_small_blue {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
.bgcolor_blue {
	background-color: #0000FF;
}
