/* CSS Document */

body {
	background-color: #000000;
}

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
}

p a{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #990000;
line-height: 18px;
padding: 3px;
}

p a:hover{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #FF0000;
line-height: 18px;
padding: 3px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;
	display: block;
	padding: 8px;
	width: 140px;
	text-align: left;
}


.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D03D03;
	display: block;
	padding: 8px;
	width: 140px;
	text-align: left;
}

.navigation_in{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;
	display: block;
	padding: 8px;
	width: 140px;
	text-align: left;
}


.navigation_in:hover{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D03D03;
	display: block;
	padding: 8px;
	width: 140px;
	text-align: left;
}

#flash_fma {
	position:absolute;
	left:20px;
	top:111px;
	width:700px;
	height:166px;
	z-index:2;
}
#header {
	position:absolute;
	left:20px;
	top:278px;
	width:700px;
	height:24px;
	z-index:3;
}
#center_content {
	position:absolute;
	left:20px;
	top:303px;
	width:700px;
	height:350px;
	z-index:4;
}
#footer {
	position:absolute;
	left:20px;
	top:654px;
	width:700px;
	height:24px;
	z-index:5;
}
#navigation {
	position:absolute;
	left:20px;
	top:303px;
	width:140px;
	height:350px;
	z-index:6;
	background-color: #993300;
}
#flash_video {
	position:absolute;
	left:162px;
	top:303px;
	width:230px;
	height:350px;
	z-index:7;
	background-color: #F7EEDF;
}
#text {
	position:absolute;
	left:390px;
	top:303px;
	width:330px;
	height:350px;
	z-index:8;
	background-color: #F7EEDF;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	padding: 0px;
	margin: 3px 32px 6px 12px;
	
}
.main a:link {
	color: #003366;
}
.main a:visited {
	color:#663333
}


.italicsbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

/** new styles added for menu page **/

.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 19px;
	padding: 3px;
	margin: 0px;
	text-decoration: none;
	text-align: left;
}

.menu_header {
	font: bold 18px 'Trebuchet MS';
	display: block;
	padding: 3px 3px 3px 12px;
	border-bottom: 1px solid #CCCCCC;
	color: #330000;
}

.menu_title {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 14px;
	color: #330000;
	line-height: 22px;
	padding: 3px 24px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}

.menu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #330000;
	line-height: 18px;
	padding: 3px 22px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}
