/* main elements */

body {
	color: #FFFFFF;
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	
}

a {
	color:#0062C4;
}
a:visited{
	color:#349AFF;
}

/* main menu */

.main_menu {
	line-height: 18px;
	background-color: #000000;
	font-size:xx-small;
	background-repeat: repeat-x;
}
.top_of_main_menu {
	background-image: url('images/top_of_main_menu_bar.gif');
	background-repeat: repeat-x;
	line-height:12px;
	/* background-position-y:50% */
}
.btm_of_main_menu {
	background-image: url('images/btm_of_main_menu_bar.gif');
	background-repeat: repeat-x;
	line-height:12px;
	/* background-position-y:50% */
}

/*sub menus - left and right*/
.right_menu {
	
	padding-bottom: 0.5em;
}

td.left_menu {
	vertical-align:top; 
}

ul.left_menu {
	margin-left:0px; 
	list-style-type:none; 
	list-style-position:outside; 
	margin-right:1em; 
	padding-left:1.5em;
	font-size:small; 
	}

li.left_menu {
	padding-bottom:0.5em;
	}

a.leftmenu_link{
	color:white;
	text-decoration:none;
}
a:hover.leftmenu_link {
	text-decoration:underline;
}
.urgent_box {
	background-image:url('images/urgent_needs_background.jpg');
	background-repeat:repeat-y;
	padding-left: 0.5em;
	padding-top:0.5em;
	padding-bottom: 0.5em;
	list-style-position:inside
}
ul.urgent_box {
	background-image:url('none');
	margin-left:0px; 
	padding-left:0px; 
	width:137px;
	font-size:0.8em
}
.section_photo {
	vertical-align:top; 
	padding-left:1.2em; 
}

.subsection_heading {
	line-height:30px;
	margin-right:2em; 
	background: #66CC66 url('images/subsection_headings_background.jpg') no-repeat right; 
	font-weight:bold;
	padding-left:0.5em
}


.shadow{font-size:xx-small;}

#shadow_right{
	vertical-align:top; 
	background:url('images/shadow_right.jpg') repeat-y;
	width:5%
	}
#shadow_bottom{
	background:url('images/shadow_bottom.jpg') repeat-x;
}

#shadow_right_corner{
	background:url('images/shadow_right_corner.jpg') no-repeat;
}

#outside_left{
	width: 5%;
}