* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0 auto;
	PADDING-TOP: 0px;
	margin-top: 0px;

}
HTML {

}
BODY {
	margin-top: 0px;
	margin-bottom: 0px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	background-color:#FFFFFF;
	height: 100%;
	position: relative;
}
img {
	border: 0px;
}
A:link, A:visited, a:active {
	TEXT-DECORATION: none;
}
A:hover {
	TEXT-DECORATION: underline;
}
.a:redlink {
	color: #990000;
}
.greylink {
	color: #666666;
}
#containter {
	width: 741px;
	margin: 0 auto;
	margin-top: 10px;
	background-image: url(images/lines-bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;

}
#header {
	width: 721px;
	height: 170px;
}
#logo {
	width: 206px;
	height: 171px;
	float: left;
}
#flash {
	width: 508px;
	height: 170px;
	margin-left: 7px;
	float: left;
}
#body {
	width: 721px;
	text-align: left;
	float: left;

}
#body a {
	color: #333333;
}
#left-column {
	width: 206px;
	float: left;
}
#left-column .headline {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #B90B0C;
	padding-top: 3px;
	padding-bottom: 3px;	
	margin-left: 20px;
	padding-right: 83px;
	padding-left: 10px;
	font-weight: bold;
}
#left-column p{
	font-size: 12px;
	font-weight: bold;
	margin-left: 28px;
}
#left-column .input {
	padding: 3px;
	border: 1px solid #cccccc;
	margin-left: 1px;
}
#left-column .button {
	background-color: #FFFFFF;
}
#nav {
	width: 200px;
	height: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	padding-right: 6px;
	padding-top: 6px;
	line-height: 19px;
	font-weight: bold;
}
#left-bottom {
	margin-top: 150px;
	width: 206px;
	height: auto;
	float: left;
	position: absolute;
	bottom: 0px;
	padding-bottom: 32px;
}
#right-column {
	width: 500px;
	margin-left: 8px;
	margin-top: 5px;
	float: right;
}
#right-column-top {
	width: 495px;
	height: 30px;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 10px;
	float: right;
	text-align: right;
}
#right-column ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 20px;
	text-align: left;
}
#right-column li {
	padding-top: 4px;
}
#right-column-top h1 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 7px;
	padding-top: 5px;
}
.red-h1 {
	color: #b90b0b;
}
.orange-h1 {
	color: #cb4f1a;
}
.blue-h1 {
	color: #3d72b4;
}
.yellow-h1 {
	color: #dfa951;
}
.purple-h1 {
	color: #804d5b;
}
.violet-h1 {
	color: #516195;
}
#right-column p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-right: 17px;
	text-align: left;
}
#right-column h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #b90b0b;
	margin-right: 17px;
	text-align: left;
}
#right-column a {
	color: #b90b0b;
}
#footer-red {
	width: 721px;
	background-color: #b90b0b;
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
	height: 25px;
	padding-top: 7px;

}
#footer-orange {
	background:	#cb4f1a;
	width: 721px;
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
	height: 25px;
	padding-top: 7px;
}
#footer-blue {
	background:	#3d72b4;
	width: 721px;
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
	height: 25px;
	padding-top: 7px;
}
#footer-yellow {
	background:	#dfa951;
	width: 721px;
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
	height: 25px;
	padding-top: 7px;
}
#footer-purple {
	background:	#804d5b;
	width: 721px;
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
	height: 25px;
	padding-top: 7px;
}
#footer-violet {
	background:	#516195;
	width: 721px;
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
	height: 25px;
	padding-top: 7px;
}
#menu, #menu ul {
	margin: 0;
	padding: 0;
	float: right;
}
#menu li {
	list-style-type: none;
}
/* first level */
#menu A {
	color: #990000;
	display: block;
}

#menu li, {
	float: right;
	width: 200px;
	color: #990000;
}
/* second level */
#menu ul {
	text-align: left;
	visibility: hidden;
	position: absolute;
	margin-left: 12px;
	width: 155px;
	font-size: 10px;
	border-left: 2px solid #990000;
	padding-left: 7px;
	background: #FFFFFF;
}
#menu ul a {
	background: #FFFFFF;
}
#menu ul a:hover {
	background: #CCCCCC;
}
#right-column table {
	border-bottom: 1px solid #cccccc;
}
.headline-box {
	height: 20px;
	width: 450px;
	background-color: #cccccc;
	color: #000000;
	font-size: 12px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
}
.Heading2-Orange {
	font-size: 12px;
	color: #b90b0b;
}


#dropmenudiv{
position:absolute;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
text-align: left;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 2px;

padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
}
.Press_room_List {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: none;
}
/*Lightbox popup*/
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:380px;
	width:700px;
	background:#fff;
	border:2px solid #cccccc;
	z-index:2;
	font-size:13px;
	padding:5px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
a{
cursor: pointer;
text-decoration:none;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
