body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#D4D4D4;
	background-image:url(images/gradient2.png); 
	background-repeat:repeat-x;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#161616;
}

a {
	text-decoration:none;
	color:#0066CC;
}

.frontPage_Title {
	color:#000000;
	font-size:24px;
	padding:5px;
}

.topTable {
	width:900px;
	height:73px;
	border:none;
	background-color:#FFFFFF;
}

.topShadow {
	background-image:url(images/topShadow2.png);
	background-repeat:no-repeat;
	width:900px;
}

.topBlock {
	background-image: url(images/topBlock.png);
	background-repeat: repeat-x; 
	background-color: #ffffff; 
}

.bottomShadow {
	vertical-align:top;
	background-image:url(images/bottomShadow2.png);
	background-repeat:no-repeat;
	width:900px;
	height:70px;
	border-top:1px solid #CCCCCC;
}

/********************Navigation Top Menu*********************/

#chromemenu{
	width: 100%;
	font-family:Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}

#chromemenu ul{

	border-bottom: 1px solid #BBB;
	border-top: 1px solid #BBB;
	width: 100%;
	background: url(../images/chromebg.gif) center center repeat-x;
	padding: 5px 0px;
	
	text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
	display: inline;
}

#chromemenu ul li a{
	color: #333333;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
	color:#990000;
	background-color:#CCCCCC;
}

