@charset "ISO-8859-1";
body {
	background-color: #333;
	line-height: 1.1em;
}

.centeredText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	padding-left:50px;
}

.centeredText em {
	font-size:10px;
	font-style: italic;
}

.centeredText strong {
	font-size:14px;
	font-weight: bold;
	color: #FFD400;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-left: 20px;
	margin-right: 40px;
	list-style-position: inside;
	right: 10pt;
}

.bodyTextAlt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-left: 60px;
	margin-right: 20px;
}

.bodyTextAlt strong {
	font-size:14px;
	font-weight: bold;
	color: #FFD400;
	right: auto;
}

.bodyText em {
	font-size:10px;
	font-style: italic;
}
#bodyItalic {
	font-size: 11px;
	font-style: italic;
}

.bodyText strong {
	font-size:14px;
	font-weight: bold;
	color: #FFD400;
}

.sig {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-right: 140px;
	clear:both;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	color: #FFD400;
	font-weight: bold;
	text-decoration: none;
}
.addressText {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #FFF;
	margin-left:20px;
}
.addressText a{
	color: #FFD400;
	text-decoration: none;
}

.addressTextLeft {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #FFF;
	float:right;
	margin-right:20px;
}
.addressTextBlack {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	color: #000;
	text-align: center;
}

.addressTextBlack a{
	color: #FFD400;
	text-decoration: none;
}

.footerText {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	color: #FFF;
	text-align:center;
	line-height: 0.6em;
}
.footerText a{
	color: #FFD400;
	text-decoration: none;
}

.center {
	margin:20px auto;
	overflow: hidden;
	width: 425px;
	height: 420px;
	background-color: #CCC;
	border: 1px solid #333;
}
/* structure */

#container {
	margin:0px auto;
	width: 1008px;
	background-color: #000;
	padding-left: 40px;
	padding-right: 40px;
	background-repeat: repeat-y;
	min-height: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}


#bigContainer {
	margin:0px auto;
	width:1088px;
	background-color:#000;
}

#bannerWrapper {
	width:1008px;
	height:468px;
	position:relative;
	clear:both;
	float: left;
}
#bannerLeft {
	width:462px;
	height:468px;
	margin:0px;
	float: left;
}

#bannerRight {
	position:relative;
	width:546px;
	height:468px;
	margin:0px;
	float:left;
}

#bannerRightContact {
	position:relative;
	background-image:url(../images/contact/contact_02.jpg);
	background-repeat:no-repeat;
	width:546px;
	height:468px;
	margin:0px;
	float:left;
}

#lowerWrapper {
	position:relative;
	width:1008px;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	height:auto;
	background-color: #000;
	min-height: 100%;
	clear: both;
	float: left;
}

#lowerWrapperAlt {
	position:relative;
	width:1008px;
	background-image: url(../images/bg_body-alt.gif);
	background-repeat: repeat-y;
	height:auto;
	background-color: #000;
	min-height: 100%;
	clear: both;
	float: left;
}


#lowerLeft {
	position:relative;
	width:462px;
	float: left;
	margin: 0;
}


#lowerRight {
	position:relative;
	width:546px;
	float: right;
	margin: 0;
}


#bottomWrapper {
	position:relative;
	width:1008px;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	height:auto;
	min-height: 100%;
	background-position: left top;
	background-color: #000;
	clear: both;
	float: left;
}



#bottomLeft {
	position:relative;
	width:462px;
	float: left;
	margin: 0;
}


#bottomRight {
	position:relative;
	width:546px;
	float: right;
	margin: 0;
}


.floatRight {
	float: right;
}

.floatRightClear {
	float: right;
	clear:both;
}
#container ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFD400;
	padding-left: 60px;

}

#container ul a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFD400;
	font-size: 12px;
}
#bottomLeft a {
	color: #ffd400;
	text-decoration: none;
}
.yellowLink {
	color: #ffd400;
}

img
{  border-style: none;
}
.whiteLink     {
	color: #FFFFFF;
	font-style: italic;
}