body {
	margin:0px-auto;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height:160%;
	position: relative;
	background:#14151b url(../images/back.gif) no-repeat center top;

}
a {
	text-decoration:none;
	color:#FF9900;
}
a:visited {
	color:#FF9900;
}
a:hover {
	text-decoration:underline;
	color:#FF9900;
}

p {
	margin: 5px 5px 14px;
}
h1 {
	margin: 45px 0px 0px;
	padding: 0px;
	float:right;
}
h1 a{
	display:block;
	background: url(../images/logo.gif) no-repeat;
	height: 70px;
	width: 249px;
	text-indent: -900em;
	text-decoration: none;
	line-height:100%;
}
h2{
	color:#003366;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 210% Verdana, Tahoma, Arial;
	padding-bottom: 2px;
}
h3 {
	color:#003366;
	margin: 20px 0px 0px;
	padding-bottom: 2px;
	font: bold 110% Arial;
	text-transform: uppercase;
	letter-spacing:1px;
	
}

h4 {
	color:#003366;
	margin: 20px 0px 0px;
	padding-bottom: 2px;
	font: bold 110% Arial;
	letter-spacing:1px;
	
}
#main_wrap{
	margin: 0px auto;
	width: 800px;
}
#nav {
	clear:both;
	list-style:none;
	margin:0px;
	padding:0px;
}
#nav li{
	background-color:#CCCCCC;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height:100%;
	height:30px;
	display:block;
	padding: 0px 18px 0px;
	float:left;
}
#nav li a{
	color:#000000;
	text-decoration: none;
	display:block;
	padding: 10px 20px 0px;
	height:20px;
	float:left;
}
#nav li a:hover{
	color:#FF6600;
}

#sub-nav {
	clear:both;
	list-style:none;
	margin:0px;
	padding:0px;
}
#sub-nav li{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	line-height:100%;
	height:18px;
	display:block;
	padding: 4px 15px 0px;
	float:left;
	background: url(../images/bullet.gif) no-repeat left center;
}
#sub-nav li a{
	color:#CC3300;
	text-decoration: none;
}
#sub-nav li a:hover{
	color:#CC3300;
	text-decoration:underline;
}

#content {
	background-color:#FFFFFF;
	width: 780px;
	float:right;
	margin-top:0px;
	top: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#sidebar-main {
   background-color: #f9f9f9;
   width:230px;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   border-left:#cccccc solid 1px ;
   padding: 1em;
   float: right;
   clear: right;
}

.title-row-one{
	background-color:#CCCCCC;
	padding:5px;
	
}

.title-row-two{
	padding:5px;
	
}

#sidebar {
   background-color: #f9f9f9;
   width:320px;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   border-left:#cccccc solid 1px ;
   padding: 1em;
   float: right;
   clear: right;
}

.year-bold{
	font-weight:bold;
}
.cat_heading {
	color:#CC3300;
	margin: 0px;
	padding-bottom: 2px;
	font: normal 110% Tahoma, Arial, sans-serif;
	font-weight:bold;
	clear:both;
	text-transform:none;
}
.submenu {
	list-style:none;
	padding:0px;
	margin:0px 0px 15px;
}

.submenu li{
	border-bottom: #dae2cc 1px dotted;
	line-height: 130%;
	list-style:none;
}
.submenu li a{
	color:#0066FF;
	text-decoration: none;
	padding: 4px 6px 4px 2px;
	display:block;
	list-style:none;
}
.submenu li a:visited{
	color: #0066FF;
	text-decoration: none;
}
.submenu li a:hover{
	text-decoration: none;
	background-color:#FFFF99;
}
.submenu .page_item {
	display:block;
}

#footer {
	width: 776px;
	background-color:#CCCCCC;
	margin: 0px auto;
	padding: 5px 12px 12px;
	color:#999999;
	clear:both;
}
#copyright {
	color:#333333;
	text-align:right;
	font-size: 90%;
	height: 40px;
}
#copyright a{
	color:#CC3300;
}
#note{
	font-size: 85%;
}