@charset "UTF-8";
/* CSS Document */

/* Specify blanket rules for all elements */
	body {
		margin: 10px; 
		font: 12px Verdana, Arial, Sans-serif;
		color:#000;
		line-height:140%;
		align:center;
		background:#FFF;
	}
	
	hr {
		align:center;
	}
	
	table {
		border-collapse:collapse;
	}
	
	img {
		border:0;
	}
	
	.highlight {
		margin:0 300px 0 300px;
		padding:5px;
		font-weight:bold;
		background-color:#CCCCCC;
		border-left:3px solid #000;
		border-right:3px solid #000;
	}
	
	.exclusive {
		color:#FF0000;
		font-weight:bold;
	}
		
	h1 {
		font-size: 14px;
		color: #243388;
		font-weight: bold;
		line-height:150%;
		padding:3px;
		background-color:#aabd26;
		border-right:7px solid #0a113b;
	}
	
	h2 {
		font-size: 12px;
		color: #FFF;
		font-weight: bold;
		line-height:150%;
		margin:0 50px 0 50px;
		padding:3px;
		background-color:#9c53c8;
		border-right:5px solid #0a113b;
		border-left:5px solid #0a113b;
	}
	
	h3 {
		clear:left;
		padding-top:20px;
		font-size: 14px;
		color: #000066;
		font-weight: bold;
	}
	
	.haa {
		font-size: 14px;
		color: #d10200;
		font-weight: bold;
		line-height:150%;
		padding:3px;
		background-color:#95daf7;
		border-right:10px solid #d2f0fa;
	}
	
/* tables */

	.form td {
		border-bottom:1px solid #777;
	}

	.forums td {
		border-top:1px solid #777;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
		border-left:1px solid #777;
	}
	
	.forums_a {
		background-color:#a5a9c5;
	}
	
	.forums_b {
		background-color:#c3a5c5;
	}

/* links and mousovers */	
	a {
		color: #0099FF;
		font-weight: bold;
	}
	a:link {
		text-decoration: none;
	
	}
	a:visited {
		text-decoration: none;
		color: #0099FF;
	}
	a:hover {
		text-decoration: none;
		color: #aabd26;
	}
	a:active {
		text-decoration: none;
		color: #0099FF;
	}
	
/* lists */

	ul {
		margin:5px;
		padding:10px 0 0 25px;
		line-height:150%;
	}
	
	li {
		padding:5px 0 5px 0;
	}

/* masthead */
	
	#masthead {
		padding:10px;
		margin:0 0 2px 0;
	}
	
/* index */

	.eventsCol {
		background:#243388;
		padding:10px;
		color:#FFF;
		font-weight:bold;
		width:335px;
		height:335px;
		background-image:url(../images/index_events.jpg);
		background-repeat:no-repeat;
		background-position: bottom right;
		}
		
	.spacerCol {
		width:19px;
		}
		
	.donateCol {
		background:#aabd26;
		margin:0px 0px 19px 0px;
		padding:10px;
		color:#FFF;
		width:151px;
		height:127px;
		background-image:url(../images/index_donate.jpg);
		background-repeat:no-repeat;
		background-position: top right;
		}
		
	.newsCol {
		background:#aabd26;
		margin:0px 0px 19px 0px;
		padding:10px;
		color:#FFF;
		width:252px;
		height:127px;
		background-image:url(../images/index_news.jpg);
		background-repeat:no-repeat;
		background-position: bottom left;
		}
		
	.paCol {
		background:#9c53c8;
		margin:0px 0px 19px 0px;
		padding:10px;
		color:#FFF;
		width:252px;
		height:191px;
		background-image:url(../images/index_pa.jpg);
		background-repeat:no-repeat;
		background-position: bottom left;
		}
		
	.dirCol {
		background:#0a113b;
		margin:0px 0px 19px 0px;
		padding:10px;
		color:#FFF;
		width:151px;
		height:191px;
		background-image:url(../images/index_directory.jpg);
		background-repeat:no-repeat;
		background-position: top left;
		}
		
	.aboutCol {
		background:#243388;
		padding:10px;
		color:#FFF;
		font-weight:bold;
		width:280px;
		background-image:url(../images/index_about.jpg);
		background-repeat:no-repeat;
		background-position: top left;
		}
		
	.publicationsCol {
		background:#243388;
		padding:10px;
		color:#FFF;
		font-weight:bold;
		width:280px;
		background-image:url(../images/index_publications.jpg);
		background-repeat:no-repeat;
		background-position: top left;
		}
		
	.servicesCol {
		background:#243388;
		padding:10px;
		color:#FFF;
		font-weight:bold;
		width:280px;
		background-image:url(../images/index_services.jpg);
		background-repeat:no-repeat;
		background-position: top left;
		}
		
	.eventsCol2 {
		background:#243388;
		padding:10px;
		color:#FFF;
		font-weight:bold;
		width:280px;
		background-image:url(../images/index_events.jpg);
		background-repeat:no-repeat;
		background-position: top left;
		}
		
	.directoryCol {
		background:#243388;
		padding:10px;
		color:#FFF;
		font-weight:bold;
		width:280px;
		background-image:url(../images/index_directory2.jpg);
		background-repeat:no-repeat;
		background-position: top left;
		}
		
	.resourcesCol {
		background:#243388;
		padding:10px;
		color:#FFF;
		font-weight:bold;
		width:280px;
		background-image:url(../images/index_resources.jpg);
		background-repeat:no-repeat;
		background-position: top left;
		}
		
	.contactCol {
		background:#243388;
		padding:10px;
		color:#FFF;
		font-weight:bold;
		width:280px;
		height:280px;
		background-image:url(../images/index_contact.jpg);
		background-repeat:no-repeat;
		background-position: top left;
		}
		
	.indicesCol {
		background:#FFF;
		margin:0px 0px 19px 0px;
		padding:10px;
		color:#000;
		width:474px;
		border:#aabd26 3px solid;
		}
		
	.indicesCol hr {
		width:250px;
		align:center;
		}
		
/* sidebar */

	#sidebar {
		float:left;
		width:330px;
		margin-bottom:10px;
	}
	
/* sidebar navigation */

	.sidebar_top {
		width:330px;
		background-image:url(../images/main_03.jpg);
		margin-bottom:10px;
	}

	.sidebar_bottom {
		width:330px;
		background-image:url(../images/front_page_14.jpg);
		margin-bottom:10px;
	}
	
/* content */

	#content {
		float:right;
		width:420px;
		background-image:url(../images/main_06.jpg);
	}
	
/* footer */

	#footer {
		clear:both;
		padding:10px;
	}
	
/* Reusable class for columns in the footer */

	.footerCol {
		float:left;
		width:120px;
		margin-left:10px;
		}
		
	.footerSqu {
		float:left;
		width:50px;
		margin-left:10px;
		}	
	
/* Spacer div to follow multiple floated items */

	.spacer_col {
		clear:both;
			}
	
/* image positioning */
	.float_left {
		float:left;
		margin:0 10px 10px 0;
	}
	
	.float_right {
		float:right;
		margin:0 0px 10px 10px;
	}
	
	.spacer {
		clear:left;
	}
	
	.spacer_right {
		clear:right;
	}
	
/* searchbox */

	.searchbox {
		width:220px;
		margin:15px;
	}
	
	.searchbox legend {
		border:1px solid #777;
		padding:3px;
		background-color:#CCC;
	}
	
/* navigation */
#nav {
		padding:10px;
		margin:0 0 2px 0;
	}

.nav ul {
		list-style-image:none;
	}
	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin:0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	cursor: default;
	width: 825px;
	height: 35px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin:0px 5px 0px 5px;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	position: relative;
	cursor: pointer;
	width: 127px;
	float: left;
}

ul.MenuBarHorizontal li ul li a {
text-align: left;
} 

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	z-index: 1020;
	cursor: default;
	width: 150px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 150px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #0a113b;
	padding: 2px 7px 2px 7px;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}

ul.DropDown a
{
	display: block;
	cursor: pointer;
	background-color: #FFF;
	padding: 2px 7px 2px 7px;
	color: #0a113b;
	text-decoration: none;
	font-size: 11px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #aabd26;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #aabd26;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) 
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}*/
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) 
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}*/
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;

}*/
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) 
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}*/

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

