@charset "UTF-8";
/* CSS Document */

	body {
		font-family:"Gill Sans", Arial;
		font-size:12px;
		color:#666666;
	}
	.menu {
		background:#E5E6D0;
		padding:2px 5px;
	}
	.menu a {
		color:#737668;
		text-decoration:none;
		margin:0px 10px;
		font-size:14px;
		font-weight:bold;
	}
	.menu a:hover {
		color:#006CA9;
	}
	.top-left{background:url(../images/Top-Left-Corner.jpg) no-repeat; font-size:2px;}
	.top{background:url(../images/Top-Line.jpg) repeat-x; font-size:2px;}
	.top-right {background:url(../images/TopRight-Corner.jpg) no-repeat; font-size:2px;}
	.left {background:url(../images/LeftVertical-Line.jpg) repeat-y; font-size:2px;}
	.right {background:url(../images/RightVerticalLine.jpg) repeat-y; font-size:2px;}
	.bottom-left {background:url(../images/bottomleftcorner.jpg) no-repeat; font-size:2px;}
	.bottom {background:url(../images/bottomline.jpg) repeat-x; font-size:2px;}
	.bottom-right {background:url(../images/bottomrightcorner.jpg) no-repeat; font-size:2px;}
	
	
	h1, h2, h3, h4{ color:#006CA9;}
	h3 { padding-bottom:0px; margin-bottom:0px;}
	p { padding-top:0px; margin-top:5px;}
	
	.right-col{
		background:#E5E6D0;
		padding:15px 0px;
		color:#6D7063; 
		font-size:12px;
	}
	
	.page_select{
		color:#006CA9;
		font-weight:bold;
		float:right;
	}
	.page_select a{
		color:#006CA9;
		text-decoration:none;
	}
	.page_select b{
		font-size:13px;
		font-weight:bold;
	}

	.right-col .header{font-size:16px; text-decoration:underline}
	.right-col .h2{ font-size:18px; font-weight:bold}
	.right-col .h3{ font-size:14px;}
	.right-col p{ font-size:10px;}

		
