body {
	margin: 0px;
	padding: 0px;
	background-color: #6C91B5;
}
#header {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	background: #B0C4DE url(images/headbg.jpg) repeat-x;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #747474;
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: Navy;
	letter-spacing: .2em;
}
#cat {
	margin-top: -70px;
	margin-left: 0px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: Purple;
}
#navbar {
	margin-top: 4px;
	padding-top: 2px;
	padding-left: 100px;
	padding-bottom: 2px;
	background-color: #EEE8AA;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #747474;
	}
#navbar td {
	border-right: 1px dashed #747474;	
	text-align: center;
}
#navbar td a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	color: Black;
	width: 100%;
	display: block;
}
#navbar a:hover {
	background-color: #556FD3;
	text-decoration: none;
	color: #CC99FB;
}
#subnav {
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 50px;
	background-color: #EEE8AA;
	border-bottom-style: outset;
	border-bottom-color: #9932CC;
	border-bottom-width: 5px;
	font: 12px "Times New Roman", Times, serif;
	color: Purple;
}
#line {
	padding: 0 0 0 0;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: Gray;
}
#container {
	margin: 0 35px;
	padding: 0;
}
#contentright {
	margin: 25px 0 0 0;
	width: 250px;
	position: static;
	float: right;
	letter-spacing: 1px;
	padding: 5px 35px 10px 20px;
	border-left : 1px dashed #F0E68C;
	text-align: left;
}
#contentright h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
}
#contentright p, li {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	line-height: 1.4em;
	font-size: 12px;
	color: #000000;
}
#contentright a {
	font-size: 12px;
	text-decoration: 	underline;
	color: #F0E68C;
}
#contentright a:hover {
	font-size: 12px;
	text-decoration: 	underline;
	color: #E5D53A;
	background-color: #3188A3;
}
#contentleft {
   font-family: "MS Sans Serif", Geneva, sans-serif;
	letter-spacing: 1px;
	margin: 30px 312px 10px 0;
	padding: 5px 30px 10px 0px;
	text-align: justify;
}
#contentleft h4 {
	color: #2F4F4F;
}
#contentleft p {
		font-size: 14px;
		line-height: 1.5em;
		color: #000000;
}
#contentleft a {
	font-size: 9px;
	font-weight: bold;
	text-decoration: 	underline;
	color: #F0E68C;
}
#contentleft a:hover {
	font-size: 9px;
	font-weight: bold;
	text-decoration: 	underline;
	color: #E5D53A;
	background-color: #3188A3;
	}
#footer {
	margin: 25px 0 0;
	padding: 4px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #62707E;
	letter-spacing: 1px;
	text-align: center;
	background: #FFC060 url(images/footerbg.jpg) repeat-x bottom;
	border-top: 1px dotted #708090;
	clear: both;

}

