/* CSS Document */

html {
	background: url(images/bg_repeat_y2.png) repeat-y center;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:  url(images/bg_top2.png) no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
}

#main {
margin-top: 10px;
margin-left: 20px;
margin-right: 30px;
font-family:Arial, Helvetica, sans-serif;
}

h1 {
font-size: 20px;
color: #CC0000;
font-weight:bold;
}

p {
font-size: 12px;
}

.subhead {
font-size: 15px;
font-weight: bold;
color:#000066;
}

#nav {
width:160px;
margin-left:12px;
margin-top:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

a {
color:#003399;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

.boldlink a {
color:#003399;
text-decoration:none;
font-weight:bold;
}

.boldlink a:hover {
text-decoration:underline;
}

.bluetitle {
font-size: 14px;
font-weight: bold;
color:#003366;
}

.normal {
font-size:12px;
}

		/*
			ACCORDION NAV STYLES
		*/
		
		.accordion_toggle {
			display: block;
			height: 30px;
			width: 160px;
			background: url(images/accordion_toggle.gif) no-repeat top right;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #000000;
			font-weight: bold;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			/*border-bottom: 1px solid #cde99f;*/
			border-top: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: url(images/accordion_active02.gif) no-repeat top left;
			color: #000000;
			/*border-bottom: 1px solid #f68263;*/
		}
		
		.accordion_content {
			background: url(images/accordion_active02.gif) no-repeat top left;
			color: #444444;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
			#categories {
			margin: 0 0 4px 20px;
			}
  			
			#catBox a{
			font-size:10px;
			}