/* CSS Document */
A:link {
	color: #134a92;
	text-decoration: none;
}
A:visited {
	text-decoration: none;
	color: #134a92;
}
A:hover {
	text-decoration: underline;
	color: #ffba00;
}
A:active {
	text-decoration: none;
	color: #134a92;}

body {
	background-color:#000;
	background: url(images/gradient_bkg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.main {
	background-color:#ffffff;
	background: url(images/map_bkg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
	color:#ffba00;
}

A.menu:link {
	color: #ffba00;
	text-decoration: none;
}
A.menu:visited {
	text-decoration: none;
	color: #ffba00;
}
A.menu:hover {
	text-decoration: none;
	color: #ffffff;
}
A.menu:active {
	text-decoration: none;
	color: #ffba00;}

.menubar {
	width:174px;
	background: url(images/menu-bar.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding:5px;
	word-spacing: 50em;
	color:#ffba00;
}

.menubar2 {
	width:174px;
	background: url(images/menu-bar2.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding:5px;
	word-spacing: 50em;
	color:#ffba00;
}

.footer {font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#134a92;
}

.style1 {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	line-height:16px;
}

.css {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.style2 {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.head2 {font-size: 14px;
	font-weight: bold;
	color: #9a0513;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.bullets {
	font-size: 11px;
	font-weight: bold;
	color:#9a0513;
	line-height:18px;
	padding-left:5px;
	font-family: Arial, Helvetica, sans-serif;
}

.leftpane {
	width:180px;
	height:484px;
	padding-left:10px;
	padding-right:10px;
}