/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2001-2007 Andrew Tidd. All rights reserved.
=================================================================== */
/* Gray rgb(97,97,98) 616162 */
/* Blue rgb(40,64,115) 284073 */


html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	background-image: url(../images/bkgrnd.jpg);
	background-color: #ffffff;
	background-repeat: repeat-x;
	font-family:arial, serif;
	font-family: Verdana, serif;
	font-size: 12px;
}
#wrap {
	height:100%;
	margin:0 auto;
	padding:0px;
	border-collapse: collapse; 
	width:800px;
	border-left:1px solid black;
	border-right:1px solid black;
}

a img {
	border: 0px;
}

#titleBar {
	width: 800px;
	overflow: hidden;
	background-color: #ffffff;
	height:93px;
}
/* for IE only */
* html #titleBar {
	width: 100%;

}
#menuBar{
	/*float:right;*/
	width:603px; 
	height:43px; 
	font-size:0.85em; 
	position:relative; 
	/*border-right:0px solid #000;*/

	/*width:800px;*/
	background-color: rgb(97,97,98);
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom:1px solid black;
  	border-top:1px solid black;
}
#menuBarHome{
	vertical-align:top;
	width:100%;
	background-color: rgb(97,97,98);
	height: 43px;
	/*border-left: 1px solid black;*/
	border-bottom:1px solid black;
  	border-top:1px solid black;
}
#flashBar{
	width:602px;
	height:262px;
}
* html #menuBarhome {
	height: 46px;
}
/* for IE only */
* html #menuBar {
	width: 100%;
}
#sectionTitle{
	width:197px;
	background-color: rgb(0,0,0);
	height: 43px;
}
#title{
	font-size: 16px;
	line-height: 43px;
	font-weight: bolder;
	color: rgb(255,255,255);
	text-align:center;
	padding-right:10px;
}
/* for IE only */
* html #sectionTitle{
	width:198px;
	w\idth:197px;
}
#menuItem{
	float:right;
	width:602px;
 	border:0px solid;
	background-color: rgb(97,97,98);
	height: 43px;
}


#navigationBar {
	margin: 0px;
	width: 197px;
	vertical-align:top;
	border-right: 1px solid black;
	background-color:rgb(40,64,115);
}

#navigationBarCell{
	vertical-align:top;
	border-right: 1px solid black;
	background-color:rgb(40,64,115);
	/*height:221px;*/
}

#imageHeaderWrap{
	width: 602px;
	height: 221px;
	border-left: 0px solid black;
	/*border-right: 1px solid black;*/
	border-top:0x solid black;
	border-bottom:0x solid black;
	background-color:rgb(40,64,115);
}


#imageHeader{
	border:0px;
	width:551px;
	height: 221px;
	background-color:rgb(255,255,255);
}
#dividerLineHome{
	width: 800px;
	height:29px;
	/*border-right: 1px solid black;
	border-left: 1px solid black;*/
 	border-bottom:1px solid black;
  	border-top:1px solid black;
	background-color: rgb(97,97,98);
}
/* for IE only */
*html #dividerLineHome{
	width:800px;
}
#dividerLine{
 	height:29px;
	width: 602px;
	/*border-right: 1px solid black;*/
	border-left: 0px solid black;
 	border-bottom:1px solid black;
  	border-top:1px solid black;
	background-color: rgb(97,97,98);
	vertical-align:top;
}
/* for IE only */
*html #dividerLine{
	width:603px;
}
#content {
	padding: 15px;
	font-size: 12px;
	/*border-right: 1px solid black;*/
	border-left: 0px solid black;
	border-bottom:0px solid black;
  	border-top:0px solid black;
	background: white;
	vertical-align:top;

}
/* for IE only */
* html #content {
	width: 100%;


}
#contentHome {
	padding: 15px;
	font-size: 12px;
	height: 100%;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom:0px solid black;
  	border-top:0px solid black;
	background: white;
	vertical-align:top;
}
/* for IE only */
* html #contentHome {
	width: 100%;

}
label{
font-size: 11px;
	font-weight:bold;
	color:rgb(40,64,115);
}
#footer {
	width: 798px;
	padding: 20px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom:0px solid black;
  	border-top:1px solid black;
	background-color: rgb(97,97,98);

}

