﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
}

#top_nav {
	border-style: none;
	background-position: center;
	background: height: 30px;
	width: 1171;
	padding-left: 225px;
	font-size: 16px;
	background-repeat: repeat;
	color: #000000;
	background-attachment: scroll;
}
#top_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#top_nav li {
	float: left;
	azimuth: center;
}
#top_nav a {
	border-style: outset;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url('images/030215_1843_0019_lsms.jpg');
	padding-top: 5px;
	padding-bottom: 5px;
}
#top_nav a:hover {
	color:   #FF0000;
	text-decoration: none;
}
#top_nav0 {
	border-style: none;
	background-position: center;
	background: height: 30px;
	width: 1171;
	padding-left: 225px;
	font-size: 16px;
	background-repeat: repeat;
	color: #000000;
	background-attachment: scroll;
	visibility: hidden;
}
#top_nav0 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#top_nav0 li {
	float: left;
}
#top_nav0 a {
	border-style: none;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url('images/030215_1843_0019_lsms.jpg');
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin;
}
#top_nav0 a:hover {
	color:   #FF0000;
	text-decoration: none;
}

/*end nav*/


#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}

#right_col {
	width: 200px;
	float: right;
}

#page_content {
	background-position: center center;
	margin-left: 200px;
	margin-right: 200px;
	background-attachment: scroll;
	background-repeat: repeat;
}
#footer {
	padding: 6px;
	clear: both;
	font-size: small;
	color: #0000FF;
	font-family: X-Files;
	font-weight: bold;
}
