﻿/* CSS layout */
body {
	background-color:#182443
}

#masthead {
	overflow: hidden;
	padding-left: 3px;
}
#top_nav {
	margin-right: 2px;
	margin-left: 2px;
}
#container {
	border: medium solid #485882;
	margin: 0px auto 0px auto;
	position: relative;
	width: 800px;
	background-color: #FFFFFF;
	background-image: url('images/bg_white.jpg');
}
#content {
	margin-right: 3px;
	margin-left: 3px;
}
#page_content {
	margin-right: 380px;
}
#right_col {
	width: 379px;
	right: 0px;
	top: 0px;
	position: relative;
	float: none;
	height: 100%;
}
#footer {
	padding: 8px 5px 5px 5px;
	background-color: #7F2B1B;
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
	margin-right: 4px;
	margin-left: 4px;
}
#design {
	font-weight: bold;
	height: 25px;
	padding: 5px;
}

a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #003366;
	text-decoration: underline;
}

a.a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.center {
	text-align: center;
}
.brickbg {
	background-color: #7F2B1B;
	color: #FFFFFF;
	text-align: center;
	height: 50px;
	font-weight: bold;
	font-size: 22px;
}
.bluecenter {
	background-color: #263866;
	text-align: center;
	color: #FFFFFF;
	width: 250px;
}
.tdtest {
	color: #000000;
	padding: 10px;
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 15px;
	vertical-align: top;
}
.strongcol {
	font-weight: bold;
	font-size: 18px;
	color: #7F2B1B;
}

.bluebold {
	font-weight: bold;
	font-size: 16px;
	color: #263866;
}
.smcontact {
	font-size: 12px;
}

