#pagecell1{
	position:absolute;
	top: 20px;
	left: 2%;
	right: 2%;
	width:768px;
	background-color: #ffffff;
}

#topcell{
	position:absolute;
	top: 4px;
	left: 175px;
	right: 2%;
	width:441px;
	background-color: #ffffff;
	border-left: 1px;
}

#linebar{
	clear: both;
	background-color: #004080;
	padding: 10px 10px 10px 10px;
}

/************** Left Menu styles ****************/
.menutitle{ 
cursor:pointer; 
margin-bottom: 1px; 
padding: 3px;
font-size: 12px; 
color: white; 
width:172px; 
text-align:left; 
background:#015AB2; 
border-right: #999 1px solid; 
border-bottom: #999 1px solid; 
} 

.menutitle a:link, .menutitle a:visited {
	text-decoration: none;
	color: white;
}

.menutitle a:hover{
	text-decoration: none;
	border-bottom-style: none;
	color:#CCCCCC;
}

.submenu{ 
display: none; 
font-size: 12px;
margin-left: 10px; 
margin-bottom: 5px; 
} 
.submenu a:link, .submenu a:visited {
	text-decoration: none;
	color: #004080;
}

.submenu a:hover{
	text-decoration: none;
	border-bottom-style: none;
	color:#9CCFFF;
}


/************** pageName styles ****************/

#pageName{
	padding:3px 0px 5px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	background-color: #004080;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #FFFFFF;
	margin:0px;
	padding: 0px;
	margin-top: 10px;
}


#pageNav{
	float: left;
	width:173px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.pageNav a:hover{
	color: #cccccc;
	text-decoration: none;
}

#content{
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 173px;
	border-left: 1px solid #ccd2d2;
}

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 12px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 10px 0px 5px 0px;
}

.feature img{
	float: right;
	padding: 10px 10px 10px 10px;
}

.feature2{
	padding: 0px 0px 10px 10px;
	font-size: 12px;
	min-height: 200px;
	height: 200px;
}
html>body .feature2 {height: auto;}

.feature2 h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 10px 0px 5px 0px;
}

.feature2 img{
	float: none;
	padding: 10px 10px 10px 10px;
}

.feature2 a:link, a:visited{
	color: #004080;
	text-decoration: none;
}

.feature2 a:hover{
	color: #FF3333;
	text-decoration: underline;
}

.style1 {
	color: #CCCCCC;
	font-size: 9px;
	font: Arial,sans-serif;
}
.style1 a:visited{
	color: #CCCCCC;
	font-size: 9px;
	font: Arial,sans-serif;
}
.style1 a:hover{
	color: #FFFF33;
	font-size: 9px;
	font: Arial,sans-serif;
}



div {
	font-family: Arial,sans-serif;
}

.clsCMOn, .clsCMOver {
	font-size: 12px;
    padding: 2px 4px;
	color: white;
}

/******* hyperlink and anchor tag styles *******/


a:hover{
	text-decoration: underline;
	color: #CCCCCC;
}
