@charset "utf-8";
/* CSS Document */

body,html{
	height:100%;
}
body{
	background-color:#DFDFEC;
	margin-top:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}

#pageContainer{
	width:886px;
	margin:auto;
	margin-top:0px;
	height:100%;
}

#leftborder{
	width:18px;
	height:100%;
	background-image:url(../images/leftbar.jpg);
}
#rightborder{
	width:15px;
	height:100%;
	background-image:url(../images/rightbar.jpg);
}
#contentDiv{
	width:830px;
    
}
#contentDiv h1.home{
	margin:0px;
	padding-bottom:6px;
}
#contentDiv a h1.home{
	color:#FFF;
	font-size:26px;
	text-decoration:none;
}
#contentDiv a:hover h1.home{
	color:#000099;
	
}
#menuUL li{
	
	list-style-image:url(../images/arrow.jpg);
}
#menuUL li a{
	color:#000;
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
}
#menuUL li a:hover{
	color:#009;
	list-style-image:url(../images/arrow.jpg);
}
a img {
border:0px;
}
#clickableImages img {
	cursor:pointer;
}
