/* CPRS styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #FFFFFF;
	line-height: 18px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	}

/* links  */

a {
	color: #006699;
	text-decoration: none;
	}
a:visited {}
a:hover {
	text-decoration: underline;
	}
li {
	padding-bottom:5px;
	}
.nopad	{
	padding-bottom:-5px;
	}
	
/* layout items */

#header {
	width: 765px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 20px;
	padding-top: 5px;
	font-size: 11px;
	color:#333333;
	text-align: right;
	}
#header a {
	color:#333333;
	text-decoration: none;
	}
#wrapper{
	width: 765px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#masthead {}
#navigation {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 30px;
	width: 190px;
	height:350px;
	float: left;
	padding-top: 15px;
	font-size: 16px;
	}
#content {
	margin-left: 30px;
	width: 485px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	}
#footer {
	font-size: 11px;
	color: #999999;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: bold;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding:10px;
	}
#footer a {
	color: #666666;
	text-decoration: none;
	}

/* text styles */

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	}
h1 {
	font-size: 25px;
	color: #006699;
	font-weight: bold;
	margin:0px 0px 15px;
	padding:0px;
	}
h2 {
	font-size: 21px;
	line-height:24px;
	color: #FF9900;
	font-weight: bold;
	margin:15px 0px;
	padding:0px;
	}
h3 {
	font-size: 16px;
	color: #FF9900;
	margin:15px 0px;
	padding:0px;
		}
h4 {
	font-size: 16px;
	color: #006699;
	margin:15px 0px;
	padding:0px;
		}
.indentp {
	margin-left: 15px;
	margin-top: -10px;
	}
.smallertext {
	font-size: 12px;
	}
.smallesttext {
	font-size: 11px;
	}
.more {
	font-style: italic;
	text-align: right;
	margin-top: -15px;
	margin-bottom: -15px;
	}
.highlight {
	color: #336633;
	font-weight: bold;
	}
	
/*
Navigation
*/

#dhtmlgoodies_slidedown_menu li{
	list-style-type:none;
	position:relative;
	}
#dhtmlgoodies_slidedown_menu ul{
	margin:0px;
	padding:0px;
	position:relative;
	}

#dhtmlgoodies_slidedown_menu div{
	margin:0px;
	padding:0px;
	}
	
/* 	Layout CSS */
#dhtmlgoodies_slidedown_menu{		
	width:190px;	
	}

/* All A tags - i.e menu items. */
#dhtmlgoodies_slidedown_menu a{
	color: #006699;
	text-decoration:none;	
	display:block;
	clear:both;
	width:170px;	
	padding-left:2px;	
	}
	
/*
A tags 
*/
#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
	padding-top:6px;
	padding-left: 20px;
	}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
	margin-top:1px;
	font-size: 12px;
	color: #333333;
	padding-left: 25px;
	}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
	margin-top:1px;
	font-style:italic;
	color:blue;
	}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
	margin-top:1px;
	color:red;
	}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
	margin-top:1px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
	padding:1px;
	}
#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
	margin-left:5px;
	padding:1px;
	}
#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
	margin-left:10px;
	padding:1px;
	}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
	margin-left:15px;
	padding:1px;
	}
