/*body {
 text-align: center;
 margin:0px;
 font-family:verdana, arial, sans-serif;
 
 }
 */
 
body 
{margin:0px 0px;text-align:center;font:13px/16px  verdana, arial, helvetica, sans-serif;color:#454545;}

html, body {
height: 100%;background-color:#EEF2FF;
}

#content_col img {margin-right:15px;margin-top:10px;margin-bottom:15px;}
 



#container{
width:1000px;height:900px;margin:0px auto;text-align:left;padding:0px;border:0px solid gray;background:url(/images/header.jpg) top center no-repeat;background-color:white;}


#container .containerLeft{border:0px solid green;width:25px;background:url(/images/left.jpg);background-repeat:repeat-y}
#container .containerRight{border:0px solid green;width:25px;background:url(/images/right.jpg);background-repeat:repeat-y}
#container h2{font-size:18px;font-weight:normal;line-height:22px;color:#295DBE}


#top{border:0px solid green;width:950px;margin-bottom:0px;height:300px;padding:0px;background:url();}


/*#content{border:0px solid gray;width:980px;padding:10px}*/

#top h1{font-size:22px;font-weight:normal;color:#58A2A3}

 h1{font-size:24px;font-weight:normal;margin-top:17px;color:#204282;line-height:26px}

/*make_pages.tpl*/
#container #center_col{width:770px;border:0px solid blue;float:left}

#container #right_col{width:190px;border:0px solid red;float:left}
#container #right_col ul{padding-left:20px}

/*Public.tpl*/
#container #left_col{width:190px;border:0px solid blue;float:left;padding-left:15px;background-color:#edf7fc;margin-top:7px;padding-right:5px}


#container #content_col h1{font-weight:normal}
#container #content_col{width:695px;border:0px solid blue;float:left;padding-right:0px;padding-left:20px;padding-top:10px}

#container #content_col table{background-color:#edf7fc;border-collapse: collapse}

#container #content_col table td{padding:10px;border:1px solid gray}



#treeOnly {font-size:11px}

.purple_button{background-color:#5f5faf;color:white;font-size:20px}

.menuHighlight {background-color:#9a9afc;padding:3px;color:white;text-decoration:none;display:block}






/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv		                                 /* position, size, and font of  menu */
	{	
	/*position:absolute;	*/
	/*top:19em;
	left:6em;
	z-index: 10;*/
	margin-top:15px;
	width: 15em;						          /* [1] width of menu item (i.e., box) */
	text-align: center;
	font-size: 0.9em;
	font-family: helvetica, arial, geneva, sans-serif;
	}

#menuv a
	{
	width: 100%;
	display:block;						
	padding-top: 0.5em;						/* expands menu box vertically*/
	padding-bottom: 0.5em;
	/*border-bottom:1px solid #B4B5B8;*/		/* adds bottom border */
	border-bottom:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
	white-space:nowrap;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	background-color:#3783AF;
	/*background-color: #55ABC1;*/
	color:white;
	
	
	text-decoration:none;				       /* removes underlines from links */
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	color: black;
	/*background-color: #24C4E6;*/
	background-color: #BDE57D
	}
	
#menuv li
	{
	list-style-type:none;		            /* removes bullets */
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 15.6em;				                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 15.5em;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}
	
#menuv ul ul, div#menuv ul ul ul{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 15.5em;
}
	
	
	

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}
	
	
img[align="left"] {
margin: 0px 15px 7px 0px;border:1px solid gray;padding:0px;background-color:white
}
img[align="right"] {
margin: 0px 0px 0px 15px;border:1px solid gray;padding:0px;background-color:white
}


