body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

.Top {
	background-color: #000000;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #AAAAAA;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
	border-left-color: #AAAAAA;
}

.Top2 {
	background-color: #000000;
	background-image: url(images/top2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #AAAAAA;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
	border-left-color: #AAAAAA;
}

.Border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #AAAAAA;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
	border-left-color: #AAAAAA;
}

.MainHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #666666;
}

a.MainHeader { 
	color: #d9d9d9;
	text-decoration: none;
}

a.MainHeader:hover { 
	color: #FFFFFF;
	text-decoration: none;
}

.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	list-style-type: square;
}

.Calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.Calendar-Month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

a { 
	color: #C0C0C0; 
	text-decoration: none;
} 

a:hover { 
	color: #C0C0C0; 
	text-decoration: underline;
}

.Submenu_Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #d9d9d9;
	text-transform: none;
	letter-spacing: 3px;
	text-decoration: none;
	font-weight: normal;
	vertical-align: middle;
}

.Submenu_upper {
	background-color: 5A2825;
}

.Submenu_uppertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}

a.Submenu_uppertxt:hover { 
	text-decoration: underline;
	color: #FFFFFF;
}

.Submenu_lower {
	background-color: 655531;
}

.Submenu_lowertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}

a.Submenu_lowertxt:hover { 
	text-decoration: underline;
	color: #FFFFFF;
}


.HeaderCrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #d9d9d9;
	letter-spacing: 3px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a.HeaderCrumb:hover { 
	text-decoration: underline;
	color: #FFFFFF;
}


.Crumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	color: #d9d9d9;
	text-transform: none;
	letter-spacing: 2px;
	text-decoration: none;
	font-weight: normal;
}

a.Crumb:hover { 
	text-decoration: underline;
	color: #FFFFFF;
}

.Gap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4px;
}

.BoxHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	color: #e9e9e9;
	text-transform: none;
	letter-spacing: 4px;
	text-decoration: none;
	font-weight: normal;
}

.BoxLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e9e9e9;
}
.Box {
	background-color: 515A6B;
	border: 2px 2A3344;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 110px;
}

ul li {
	position: relative;
}

li ul {
	position: absolute;
	left: 132px;
	top: 0;
	display: none;
}

ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #666666;
	padding: 0px;
	border: 1px solid #000000;
	font-size: 12px;
}

ul li a:hover { color: #FFFFFF; background: #666666; }
		
li ul li a { padding: 2px 5px; }
		
li:hover ul, li.over ul { 
	display: block; }
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }