

body {

	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-image: url('../icons/background.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #BBD5E2;

}

a img {
	border: none;
}


#main {
	display: block;
	text-align: left;
	width: 800px;
}

/* /////////  header ///////////////// */

#header {
	
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;	

	padding-bottom: 5px;
}

#topHeader {
	display: block;
	height: 80px;
}

#topHeader div.headerLogo {
	display: block;
	width: 584px;
	float: left;
	
	height: 80px;
	
	border-right-color: #25434D;
	border-right-style: solid;
	border-right-width: 1px;
}

#topHeader div.headerLogo img {
	width: 270px;
	height: 50px;
	border: none;
	margin-left: 25px;
	margin-top: 10px;
}

#topHeader div.soundControl {
	display: block;
	height: 80px;
	
	border-left-color: #4C6E78;
	border-left-style: solid;
	border-left-width: 1px;
	float: left;

}

#bottomHeader {
	display: block;
	width: 800px;
	background-image: url('../icons/header_BLcorner.gif');
	background-repeat: no-repeat;
	height: 21px;
	color: #2A4F5F;
	
}

#bottomHeader div.bottomHeaderContent {
	display: block;
	width: 790px;
	height: 21px;
	background-image: url('../icons/header_BRcorner.gif');
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
	
}

.bottomHeaderContent div.loginContent {
	display: block;
	width: 780px;
	height: 21px;
	background-image: url('../icons/header_centerFill.gif');
	background-repeat: repeat-x;
}


.boxes {
	float: left;
	width: 738px;
	text-align: right;
	padding-top: 1px;
	margin-right: 10px;
}

.boxes span {
	padding-left: 15px;
}

.boxes span b {
	font-weight: normal;
	padding-right: 5px;
}

.loginBox {
	
	font-size: 11px;
	height: 16px;

}



/*  //////////////////  menu ////////////////// */

/*
.menuBG {
	display: block;
	width: 800px;
	height: 10px;
	float: left;
	
	
}
*/

.menuBG {
	display: block;
	float: left;
	
	background-image: url('../icons/menuSpacer.gif');
	background-repeat: repeat-y;
	background-position: 0 10px;
	/*
	background-image: url('../icons/menuBackground.jpg');
	background-repeat: no-repeat;
	background-position: 0 10px;
	background-color: #D1E2F6;
	*/
}

#contentHolder {
	display: block;
	float: left;
	width: 800px;
	background-image: url('../icons/menu_BLcorner.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	
	

}

.menuGradient {
	display: block;
	float: left;
	width: 180px;
	background-image: url('../icons/menuBackground.jpg');
	background-repeat: no-repeat;
	background-position: 0 10px;

}

/*
.menuBottomBG {
	display: block;

	background-image: url('../icons/menuSpacer.gif');
	background-repeat: repeat-y;
}
*/
.menu {
	
	display: block;
	width: 180px;
	float: left;
	background-image: url('../icons/menu_TLcorner.gif');
	background-repeat: no-repeat;
	background-position: top left;

}

.menuContent {
	display: block;
	padding-top: 8px;
}

.menuContent span.menuTitle {
	display: block;
	color: #000000;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 10px;
}


.menuLinkHolder {
	float: right;
	width: 165px;
	

}

.menuLinkHolder a {
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

.menuOver {
	color: #FE0100;
}

.menuOut {
	color: #000000;
}

.menuOut:hover {
 color: #FE0100;
}



.menuLink {
	color: #000000;
}


.menuLink b {
	text-decoration: underline;
}

.addHolder {
	padding-left: 15px;
	padding-top: 20px;
}

.addHolder a {
	display: block;
}

.addHolder img {
	margin-bottom: 10px;
}

.menuBreak {
	display: block;
	line-height: 0px;
	width: 180px;
	height: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-bottom: 10px;
	
	clear: right;
}


/*  /////////////////// content ///////////////// */

.pageContent {
	display: block;
	float: left;
	width: 619px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;

}




#footer {
	display: block;
	width: 800px;
	color: #73878E;
	float: left;
}


#footer div {
	display: block;
	float: right;
}

.links {
	width: 619px;
	text-align: center;

}

.links a {
	color: #73878E;
	text-decoration: none;
}

.links a:hover {
	background-color: #CFE0EA;
}	

.copyright {
	width: 150px;
	padding-top: 20px;

}

.links {
	padding-top: 20px;
}

.contactInfo {
	display: block;
	float: right;
	width: 165px;
	padding-top: 40px;
	font-size: 10px;
}

.contactInfo span {
	display: block;
	padding-bottom: 20px;
	color: #A19B9B;
}

.contactInfo b {
	font-weight: bold;
	font-size: 12px;
}


