html, body {
	margin:0;
	padding:0;
	text-align:center;
}

body {
	background-color:#EAEAEA;	
}

#container {
	text-align:left;
	margin:0 auto;
	padding:5px 15px;
	width:736px;
	height:auto;
	* height:100%;
	background:url(/images/bg2.gif) repeat-y;
	font:12px Arial,Helvetica,sans-serif;
	color:#666;
}

#right-aligned {
	position: relative;
	text-align: right; 
	display: block;
} 

#banner {
	margin:5px;
	width:660px;
	height:147px;
	padding:10px 0 0 10px;
	border:1px solid #006049;
}


#dashed {
	width:635px;
	height:125px;
	padding:5px;
	border:1px solid #FFF;
} 

#content {
	width:676px;
}

#main {
	width:485px;
	min-height:auto;
	float:left;
	padding:10px;
}

#sideBar {
	float:left;
	width:151px;
	min-height:250px;
	height:auto;
	float:left;
	padding:10px 15px;
	}

#box {
	width:126px;
	height:auto;
	padding:5px 10px;
	border:1px dotted #FC6;
}

	.clear{
		clear:both;
	}
	
	#navBar {
		list-style:none;
		margin:5px 0;
		padding:0;
	}

	#navBar a {
		text-decoration:none;
		/* font-weight:bold; */
		padding:1px;
		width:136px;
		display:block;
		color:#666;
 		border-bottom:1px dashed #FC6;
	}

	#navBar a:hover {
		background:#DFF0F0;
		color:#666;
	}


	#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:205px;	
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		color: #666;
		text-decoration:none;
		/* font-weight:bold; */
		display:block;
		clear:both;
		width:136px;	
		padding:5px;	
		border-bottom:1px dashed #FC6;
	}


	#dhtmlgoodies_slidedown_menu a:hover {
		background:#DFF0F0;
		color:#666;
	}

	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		/* margin-top:1px;
		border-bottom:1px solid #000; */
		font-weight:bold;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		/* margin-top:1px; */
		padding-left:10px;
		width:125px;
	}	
	#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;
	}

#noLine a {
	border-bottom:0;
}

h1 {
	font-size:28px;
	margin:0;
	color:#006049;
}

h2 {
	font-size:12px;
	margin:0 0 0 5px;
	color:#006049;
}

h3 {
	font-size:16px;
	margin:0;
	color:#006049;
}

li {
	padding-bottom:5px;
}

.newsdate {
	display:block;
	width:485px;
	text-align:right;
	font-size:14px;
	margin:0;
	font-weight:normal;
	color:#999;
	padding:5px 0 5px;
	border-top:1px dotted #FC6;
}

#clear {
	clear:both;
}

p {
	line-height:1.5em;
}

#copy, #copy a {
	padding-top:5px;
	text-decoration:none;
	text-align:center;
	font:14px Arial,Helvetica,sans-serif;
	color:#666;
}

#copy a:hover {
	color:#369;
}

#bottom {
	margin:0 auto;
	height:10px;
	width:766px;
	background:url(/images/bg2c.gif) no-repeat;
}