/*body {
 text-align: center;
 margin:0px;
 font-family:verdana, arial, sans-serif;
 
 }
 */
body 
{margin:0px 0px;text-align:center;color:#454545;background: #D5E1E7 url(/images/grad_fade_bg.jpg) repeat-x;
}

table p{margin:0px 0px 10px 0px}

body,#container #content_col,#container #left_col{font:14px/16px  verdana, arial, helvetica, sans-serif;}

a:link {color:blue}
a:visited {color:blue}
a:hover{color:#669933}


html, body {
height: 100%;background-color:#D5E1E7;
}

#content_col img {margin-right:15px;margin-top:10px;margin-bottom:15px;margin-left:15px}

#container{
width:1030px;
margin:0px auto;
text-align:left;
padding:0px;
border:0px solid #CACACA;
background-color:white;
min-height: 100%;
height: auto !important;
height: 100%;
padding-bottom:25px;
background:url(/images/shad.png);
}


#container h2{font-size:20px;font-weight:normal}


#top{border:0px solid green;width:1030px;margin-bottom:0px;height:255px;padding:0px;background:url(/images/bg_main.jpg);background-repeat: no-repeat;background-position: 15px;}


/*#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:#336699}
 h2{font-size:20px;font-weight:normal;margin-top:17px;color:#336699}

/*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 #content_col h1{font-weight:normal}

#container #left_col{width:180px;border:0px solid blue;float:left;padding-left:30px;padding-right:0px;margin-top:-17px}

#container #content_col{width:760px;border:0px solid blue;padding-right:0px;margin-left:230px;position:relative;z-index:1}

#footer {border:0px solid green;width:1030px;margin-bottom:20px;padding:0px;background:url(/images/shad.png);margin:auto;height: auto !important;margin-top:-14px}


#container #top #edit_link{width:131px;border:0px solid blue;padding:7px;margin-left:210px;margin-top:170px;background-color:ivory;font-size:16px;}
#container #top #edit_link a {text-decoration:none}



#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}

#shad{background: url(/images/back_shad.jpg);background-repeat: no-repeat;
padding-right: 9px; padding-left: 9px; float: right; padding-bottom: 9px; margin: -7px 5px 0px 20px; width: 225px; padding-top: 20px;border:0px solid green
}

/* 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: 14.5em;						          /* [1] width of menu item (i.e., box) */
	text-align: center;
	/*font-size: 0.9em;*/
	font-size: 12px;
	font-family: helvetica, arial, geneva, sans-serif;
	position:relative;
	z-index: 10;
	
	}

#menuv a
	{
	width: 100%;
	display:block;						
	padding-top: 0.4em;						/* expands menu box vertically*/
	padding-bottom: 0.4em;
	/*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;
	font-size:12px
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	background-color:#5D7A95;
	/*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.1em;				                 /* 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.0em;			              /* 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.0em;
}
	
	
	

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;
	}
	


.table1GreyBorder{
border-collapse: collapse;
/*border:1px solid grey;*/
}
.table1GreyBorder td{border:1px solid grey;padding:5px;}

.tableGreen{}
.tableGreen td,th {padding:2px 2px 2px 5px}
.tableGreen h1{color:black}
.tableGreen tr:nth-child(odd) { background: #f2f2e6}
.tableGreen tr:nth-child(even) { background:#d0d0a2 }

.tableBlue{}
.tableBlue td,th {padding:2px 2px 2px 5px}
.tableBlue h1{color:black}
.tableBlue tr:nth-child(odd) { background: #E5F6FF}
.tableBlue tr:nth-child(even) { background:#BDCDD6 }

.boxShad {
-moz-box-shadow: 1px 1px 3px #888;
-webkit-box-shadow:1px 1px 3px #888;
box-shadow: 1px 1px 3px #888;
} 

.bluefootMenuLower{
margin:10px 5px 0px 7px;
text-align:center;
border: 0px solid #A2B9B9;
padding:7px
}

 .homeRight{
border: 1px solid #dfe6d8; 
margin: 0px 5px 0px 25px; 
padding: 20px 9px 9px; 
float: right; 
width: 225px; 
text-align: center;
}

#profiled{font-size:12px;text-align:center;line-height:14px;margin-left:0px;border: 0px solid #e3e3e3 ;background-color:white;padding:0px}

#profiled img{margin:2px;padding:0px}
#profiled p {margin-top:10px;padding:0px}


table p{margin:0px}

.tbl_border_bottom td{border-bottom:2px dotted gray;padding:3px}





