body{
	padding:0px;
	margin:0px;
	background: #FFE377 url(../page_images/body-bg.gif) repeat-y;
	background-position: center;
}

* html body { text-align:center; }

body,div,p,span{
	font-family: Arial, Verdana, "Bitstream Vera Sans", Helvetica, Sans-Serif;
	font-size: 14px;
}

img{
	border:0px solid #000000;
}

a,a:visited,a:active{
	color:#666666;
}

a:hover{
	color:#CC9933;
}

div#content{
	padding:4px;
	margin:0px;
	padding-top:70px;
}
div#content p{
	text-align:justify;
}

div#content img{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

div#content ul{
	padding-left:40px;
}

div#content div.center{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

div#content div.float_right{ float:right; }
div#content div.float_left { float:left; }
div#content div.float_right, div#content div.float_left{
	width:200px;
	padding:3px;
	margin:10px;
	margin-top:0px;
	font-size:11px;
	border:1px #CC9933 solid;
}
div#content div.float_right span{
	font-size:11px;
	
}

div#content img.float{
	float:right;
	padding-left: 4px;
	padding-top:4px;
	padding-bottom:6px;
}

div#container{
	width:748px;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	background: #FFFFFF url(../page_images/top-bg.jpg) no-repeat;
}

div#footer{
	width:748px;
	clear:both;
	padding:4px;
	margin:0px;
	vertical-align:bottom;
	font-size: 10px;
	text-align:center;
}

div#footer hr {
	color:#CC9933;
	height:1px;
}

div#print_copyright{
	visibility:hidden;
	height:1px;
}

div#header{
	float:left;
	margin:0px;
	background:transparent;
	padding-right:10px;
}

	#navigation {
		float:left; list-style-type:none; margin:0 auto 0px auto; padding:0;width:150px;
		background:transparent url(../page_images/menu_bg.gif) repeat-y;
		text-align:center;
	}
		/* Used for the box at the top which pushes the block down the page. */
	#navigation li.padding {
		height:88px;
		background:transparent url(../page_images/menu_bg.gif) repeat-y;
	}
	#navigation li.menu_footer {
		height:311px;
		background: url(../page_images/menu_footer.jpg) no-repeat;
	}
		/* Set design of parents and also features which will filter down into the children */
	#navigation ul {
		padding:0;
		margin:0;
		list-style-type:none;
		width:150px;
	}
	#navigation li {
		position:relative;
		background:transparent url(../page_images/menu_bg.gif) repeat-y;
		height:26px;
		padding-left:20px;
	}
	#navigation a {
		display:block; 
		height:25px; line-height:25px;
		width:130px;
		color:#CC9933;
		border:0px;
		text-decoration:none;
		text-indent:5px;
	}
		/* Set design of children */
	#navigation li li {
		padding-left:0px;
	}
	#navigation li li a {
		background:#ffffff;
		border:#FFCC66 1px solid;
		margin:0px;
	}
	#navigation li li, #navigation li li a {
		width:200px; 
	}
		/* Hacks for IE5.5/6 - Given we had to include the table element, make sure it doesnt show. */
	#navigation table { position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; }
		/* If these are not set, they dont work. */
	* html #navigation a, * html #navigation a:visited {background:#ffffff; width:130px; w\idth:130px;}
	* html #navigation ul ul a, * html #navigation ul ul a:visited {background:#ffffff; width:200px; w\idth:200px;}
	* html #navigation a:hover {color:#CC9933; background:#FFEE99;}
		/* This is only required for IE5.5 */
	* html #navigation li {margin-left:-16px; margin-lef\t:0;}
		/* Set the style for when you put your mouse over */
	#navigation :hover > a {
		color:#CC9933; 
		background:#FFEE99;
		border:#FFCC66 1px solid;
	}
	#navigation li li a:hover{
		border:#CC9933 1px solid;
	}
		/* Hide the children and place them where you want them. */
	#navigation ul ul {
		visibility:hidden;
		position:absolute;
		top:0;
		left:150px; 
	}
		/* When hover over a parent <a> or <li>, make the child(ren) visible */
	#navigation ul li:hover ul, #navigation ul a:hover ul {
		visibility:visible;
	}
		

