body {
	margin:0;
	padding:0;
	background-color:#ffbb00;
}

/* Sticky Footer */

html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -73px; /* the bottom margin is the negative value of the footer's height */
}

#footer, .push {
	height: 73px; /* .push must be the same height as .footer */
}

/* END OF Sticky footer */

img {
	border:none;
}

.floatClear {
	clear:both;
}

/* HEAD */

#headerWrapper {
	background:url(../img/headerFill.png) repeat-x;
	height:470px;
}

#header,#mainBody{
	width:960px;
	margin:0 auto;
	position:relative;
}

.topArea {
	background:url(../img/topBgFill.png) repeat-x;
	width:960px;
	height:137px;
}

.logo {
	width:636px;
	height:124px;
	padding-top:15px;
	float:left;
}

/* QUICKLINKS */

.quickLinks {
	padding-top:25px;
	float:right;
}

.quickLinks img {
	margin-left:10px;
	width:16px;
	height:17px;
}

.quickLinks a{
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	margin-left:28px;
}

.quickLinks a:hover {
	color:#000;
	text-decoration:underline;
}

/* END OF QUICKLINKS */

/* LANGUAGE BUTTONS */

.langSelect {
	float:right;
	text-align:right;
}

.langSelect ul,.langSelect ul li {
	list-style:none;
}

.langSelect a img {
	padding-left:10px;
	padding-top:3px;
}

.langSelect a {
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
}

.langSelect a:hover {
	color:#000;
	text-decoration:underline;
}

/* END OF LANGUAGE BUTTONS */

/* DROP DOWN MENU CONTAINER */

.menu {
	width:960px;
	height:66px;
	margin-top:5px;
}

.menuLeftCap, .menuRightCap {
	width:9px;
	height:66px;
}

.menuLeftCap {
	background:url(../img/menu_LeftCap.png) no-repeat;
	float:left;
}

.menuRightCap {
	background:url(../img/menuRightCap.png) no-repeat;
	float:left;
}

.menuMain {
	background:url(../img/menuMainFill.png) repeat-x;
	height:66px;
	width:942px;
	float:left;
}

/* END OF DROP DOWN MENU CONTAINER */

/* END OF HEAD */

#footer {
	background:url(../img/footerFill.gif) repeat-x;
}

#footer .footerInfo {
	width:960px;
	margin:0 auto;
	padding-top:10px;
}

#footer .footerInfo .copyright{
	float:left;
}

#footer .footerInfo .AST {
	float:right;
}

#footer {
	background:url(../img/footerFill.gif) repeat-x;
	font:12px Arial, Helvetica, sans-serif;
}

#footer a {
	font:12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333;
}

#footer a:hover {
	text-decoration:underline;
}