/* ---------------------------3 Collumn Layout------------------------------------*/

body {
		margin:10px 10px 0px 10px;
		padding:0px;
		}

#banner {
		background:#fff;
		height:90px;
		voice-family: "\"}\"";
		voice-family: inherit;
		
		}
	html>body #banner {
		height:89px;
		}
		
#shadow {
	background:#fff url(../images/framework/hdr_shdw1.gif) repeat-x;
	height:13px;
	width: 787px;
	voice-family: "\"}\"";
	voice-family: inherit;
	
		}
	html>body #shadow {
		height:13px;
		}

#leftcontent {
	position: absolute;
	left:10px;
	top:113px;
	width:181px;
	background:#fff;
	}
	
#centercontent {
background:#fff;
width: 393px;
margin-left: 189px;

voice-family: "\"}\"";
voice-family: inherit;
margin-left: 189px;

	}
html>body #centercontent {
margin-left: 189px;

	}
	
#rightcontent {
	position: absolute;
	top:72px;
	width:170px;
	background:#fff;
	left: 805px;
	}

#footer {
	background:#3399ff url(../images/framework/ftr_bg.gif) repeat-x;
	height:43px;
	width: 785px;
	voice-family: "\"}\"";
	voice-family: inherit;
	border: 1px solid #000099;		
		}
	html>body #footer {
		height:43px;
		width: 785px;
		}

#ftrshadow {
	background:#fff url(../images/framework/ftr_shdw1.gif) repeat-x bottom;
	height:5px;
	width: 787px;
	voice-family: "\"}\"";
	voice-family: inherit;
	
		}
	html>body #ftrshadow {
		height:5px;
		}
/* ---------------------------Left Navigation------------------------------------*/
#menu2{
	width: 181px;
	position: relative;
	left: 0px;
	top: 0px;
	float: none;
	height: auto;
	background-color: #fff;
}

* html #menu2{ /*IE only rule. Original menu width minus all left/right paddings */
width: 165px;
}

#menu2 ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	width: 100%;
	background-color: #CCCCCC;
}

#menu2 a{
	font: 14px Verdana;
	display: block;
	width: 100%;
	color: #000033;
	text-decoration: none;
	padding: 8px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #333333;
	border-left: none;
}

#menu2 a:visited{

}

html>body #menu2 a{ /*Non IE rule*/
width: auto;
}

#menu2 a:hover{
	color: black;
	background-color: #FFFFFF;
}

/* ---------------------------Right Navigation------------------------------------*/
#menu3{
	width: 170px;
	position: relative;
	left: 0px;
	top: 0px;
	float: none;
	height: auto;
	background-color: #CCCCCC;
	background-image: url(../images/framework/nav_rtbg.gif);
}

* html #menu3{ /*IE only rule. Original menu width minus all left/right paddings */
width: 162px;
}

#menu3 ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	width: 100%;
	background-color: #CCCCCC;
	background-image: url(../images/framework/nav_rtbg.gif);
}

#menu3 a{
	font: 14px Verdana;
	display: block;
	width: 100%;
	color: #000033;
	text-decoration: none;
	padding: 4px;
}

#menu3 a:visited{

}

html>body #menu3 a{ /*Non IE rule*/
width: auto;
}

#menu3 a:hover{
	color: black;
	background-color: #FFFFFF;
	background-image: url(../images/framework/nav_rtbg_roll.gif);
}

/* ---------------------------Footer Info------------------------------------*/

#footernav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	position: relative;
	text-align: left;
	padding-left: 10px;
	margin-top: 5px;
}

#footernav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
}
#footernav a:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
}
#footernav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
	text-align: right;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#footercopy {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	position: relative;
	text-align: left;
	padding-left: 10px;
	margin-top: 5px;
}

