body {
	margin:0px;
	font-family:Verdana, Arial;
	font-size:10px;
	
}
#master {
	width:970px;
	height:500px;
}
.topBar {
	background-image:url(images/top_corner.gif);
	background-repeat:repeat-y;
	height:34px;
	width:965px;
}
.rightbar {
	background-image:url(images/right_bar.gif);
	background-repeat:repeat-y;
	width:6px;
}
.lefttbar {
	background-image:url(images/left_bar.gif);
	background-repeat:repeat-y;
	width:5px;
}
.bottomBar {
	background-image:url(images/bott_corner.gif);
	background-repeat:repeat-y;
	height:30px;
	width:965px;
}
#menu a{
	display:block;
	border-bottom:1px solid #FFFFFF;
	text-decoration:none;
	width:100%;
	height:15px;
	color:#FFFFFF;
	font-size:7.5pt;
	background-color:#cbc28f;
	padding:3px;

}
#menu a:hover{
	display:block;
	border-bottom:1px solid #FFFFFF;
	text-decoration:none;
	font-size:7.5pt;
	width:100%;
	height:15px;
	color:#000000;
	background-color:#f3f3b7;
	padding:3px;

}
.homeSitemap {
	color:#000000;
	text-decoration:none;
	font-size:10px;
	padding-right:5px;
}
.textField {
	border:1px solid #cbc28f;
	padding-right:5px;
}
	
