@charset "utf-8";
body {
	background-image: url(Images/bg_gradient.jpg);
	background-repeat: repeat-x;
	font-family: "Myriad Pro", Tahoma, Verdana, Arial, sans-serif;
}
}
p {
	font-size: 16px;
	font-family: "Myriad Pro", Tahoma, Verdana, Arial, sans-serif;
}



#topbar {
	position:absolute;
	left:70px;
	top:90px;
	width:860px;
	height:95px;
	z-index:2;
	background-color: #DF003B;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#logo {
	position:absolute;
	left:255px;
	top:100px;
	width:493px;
	height:70px;
	z-index:3;
}
#menu {
	position:absolute;
	left:70px;
	top:183px;
	width:860px;
	height:66px;
	z-index:6;
	background-image: url(Images/menu_gradient.jpg);
	background-repeat: repeat-x;
	font-family: "Myriad Pro", Tahoma, Verdana, Arial, sans-serif;
}
#btmbar {
	position:absolute;
	background-color: #DF003B;
	left:70px;
	top:250px;
	width:860px;
	height:12px;
	z-index:4;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #DF003B;
	text-decoration: none;
}
li {
	float: left;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 1px;
	list-style-image: none;
	list-style-type: none;
	font-family: "Segoe Media Center", Tahoma, Verdana, sans-serif;
	font-size: 18px;
	color: #000000;
}
.indent {
	font-size: 14px;
	padding-right: 25px;
	padding-left: 20px;
	color: #000099;
}

hr {
	color: #EDCE6E;
	margin-right: 10px;
	margin-top: -10px;
	}

#submenu a:link {
	color: #DF003B;
}
#submenu a:visited {
	color: #DF003B;
}
#submenu a:hover {
	color: #000000;
}
#submenu li {
	font-size: 16px;
	font-family: "Myriad Pro", Tahoma, Verdana, Arial, sans-serif;
	float: none;
	list-style-type: none;
	color: #df003b;
	line-height: 24px;
}
