/* CSS Document */
table {
        border-collapse:collapse;
}
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(../images/background.gif);
	background-repeat:repeat;
}
p {
	margin:0px 0px 0px 0px;
}
h1 {
	font-size:21px;
	margin: 0px 0px 0.5em 0px;
	text-align:center;
}
h2 {
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	margin:0;
}
a:link {
	color: #333333;
	text-decoration:underline;
}
a:visited {
	color: #333333;
	text-decoration:underline;
}
a:hover {
	color: #333333;
	text-decoration:underline;
}
a:active {
	color: #333333;
	text-decoration:underline;
}
ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 1.3em;
}
li {
	list-style:outside;
	list-style-type:square;
}
.Footer {
	color:#000000;
	text-align:center;
	font-size:10px;
}
.Footer a:link {
	color:#000000;
	font-size:10px;
	text-decoration:none;
}
.Footer a:hover { 
	color:#000000;
	font-size:10px;
	text-decoration:none;
}
.Footer a:active { 
	color:#000000;
	font-size:10px;
	text-decoration:none;
}
.Footer a:visited { 
	color:#000000;
	font-size:10px;
	text-decoration:none;
}
.TopMenu {
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	line-height:27px;
	text-decoration:none;
}
.TopMenu a:link {
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	line-height:27px;
	text-decoration:none;
}
.TopMenu a:visited {
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	line-height:27px;
	text-decoration:none;
}
.TopMenu a:hover {
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	line-height:27px;
	text-decoration:none;
}
.TopMenu a:active {
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	line-height:27px;
	text-decoration:none;
}
#outer-rim {
	position:relative;
	text-align:left;
	margin:0px auto;
	width:766px;
}
#BackgroundLayer {
	position:absolute; 
	width:766px;
	top:0px;
	z-index:1; 
	background-color: #FFFFFF;
	border-left:solid 7px #fc2502;
	border-right:solid 7px #029f32;
	background-image:url(../images/map_mini.gif);
	background-repeat:no-repeat;
	background-position:right top;

}
#LogoLayer {
	position:relative;
	width:766px;
	height:90px;
	z-index:2;
	text-align:center;
	margin-top:8px;
}
#TopBar {
	position:relative;
	width:766px;
	height:27px;
	z-index:2;
	background-color:#708ba2;
}
#HomeContent {
	position:relative;
	width:766px;
	height:385px;
	z-index:2;
}
#Content {
	position:relative;
	width:686px;
	z-index:2;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:40px;
	margin-right:40px;
	overflow:visible;
	min-height:300px;
}
#BottomBar {
	position:relative;
	width:766px;
	height:27px;
	z-index:2;
	background-color:#708ba2;
}
#Footer {
	position:relative;
	width:766px;
	height:40px;
	z-index:2;
	margin-top:14px;
}
