@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
    background-image: url(../images/bg-slice-grey.jpg);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrapper {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/clouds.jpg);
	background-repeat: no-repeat;
}
#clouds {
	background-image: url(../images/clouds.jpg);
	background-repeat: no-repeat;
	height: 253px;
	width: 890px;
}
#navigation {
	background-image: url(../images/navBG.jpg);
	height: 52px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#inner-wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#main-content {
	background-image: url(../images/contentBG.jpg);
	background-repeat: no-repeat;
}
h1 {
	color: #000000;
	font-family: "Myriad Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	font-weight: normal;
}
.left {
	float: left;
	padding: 13px;
}
.right {
	padding: 13px;
	float: right;
	width: 266px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.clear {
	clear: both;
}
#footer {
	background-image: url(../images/footer-slice.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
	text-align: center;
	height: 59px;
	line-height: 59px;
}
#footernav {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#flashMenu {
	height: 252px;
	width: 800px;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
}
#footernav ul {
	list-style-type: none;
}
#footernav ul li {
	display: inline;
	line-height: 1.8em;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.style9 {font-size: 12px}

.style2 {color: #666666}

td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
