@charset "utf-8";
/* CSS Document */

/*Shows Scroll-bar Always */
html {overflow-y: scroll;}

#menu_top {
	position: absolute;
	margin-top: 57px;	
	margin-left: 76px;
	display: block;
	}
#menu_side {
	position: absolute;
	margin-top: 131px;
	margin-left: 75px;
	z-index: 1;
	display: block;
	}
#backg-1 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
	height: 124px;
	background-image: url(./maps/background_1.png); 
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	}
#content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
	height: 100%;
	background-image: url(./maps/background_3.png); 
	background-repeat: repeat-y;
	background-position: top center;
	display: block;
	}
#backg-2 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-image: url(./maps/background_2.png); 
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	}
#backg-4 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-image: url(./maps/background_4.png); 
	background-repeat: no-repeat;
	background-position: bottom center; 
	display: block;
	}
#content-txt {
	position: relative;
	margin-left: 150px;
	margin-right: 150px;
	display: block;
	}
#content-wide{
	position: relative;
	margin-left: 50px;
	margin-right: 50px;
	display: block;
	}
#content-med{
	position: relative;
	margin-left: 100px;
	margin-right: 100px;
	display: block;
	}
#content-slim{
	position: relative;
	margin-left: 150px;
	margin-right: 150px;
	display: block;
	}
#content-inset_30 {
	position: relative;
	margin-left: 30px;
	display: block;
	}
#copyright {
	position: relative;
	margin-left: 745px;
	margin-right: auto;
	height: 140px;
	font-size: 9pt;
	font-weight: bold;
	color: #da4d00;
	display: block;
	}
	
body {
	background-color: #272525;
	font-family: Tahoma;
	font-size: 11pt;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	}

/* For text & pictures */
.align-right {
	float:right;
	margin: 0 0 10px 10px;
	}
.align-left {
	float:left;
	margin: 0 10px 10px 0;
	}
	
.st11hilight {
	font-size: 11pt;
	font-weight: bold;
	color: #e35000;
	display: inline;
	}
.st14 {
	font-size: 14pt;
	font-weight: bold;
	color: #e35000;
	display: inline;
	}
.st16{
	font-size: 16pt;
	font-weight: bold;
	color: #e35000;
	display: inline;
	}
.st18 {
	font-size: 18pt;
	font-weight: bold;
	color: #e35000;
	display: inline;
	}
.st24 {
	font-size: 24pt;
	font-weight: bold;
	color: #e35000;
	display: inline;
	}
.st28 {
	font-size: 28pt;
	font-weight: bold;
	color: #e35000;
	display: inline;
	}
.st32 {
	font-size: 32pt;
	font-weight: bold;
	color: #e35000;
	display: inline;
	}
a:link { 
	color: #c3441c;
	}
a:visited { 
	color: #7b351f;
	}
a:hover { 
	color: #FFFFFF;
	background-color: #205f78;
	text-decoration: none;
	}
a:active { 
	color: #4e3e39;
	}
	

