@charset "utf-8";
/* CSS Document */
body{font-family:Arial, Helvetica, sans-serif;color:#515151; font-size:12px;margin:0px;}
.container table,.container td,.container p{text-align:justify}
.allBody{background:url(/img/bgbody.gif) repeat-x top #fffff0;}
.menuleft{color:#5887cb;font-weight:bold;padding-left:20px;padding-top:10px;background:url(/img/bglefttop.gif)  no-repeat top left; }
.menuleft h3{font-size:12px;padding:0px;margin:0px 0px 10px 0px;color:#5887cb;}
.cat_textbox{border:1px solid #cccccc; font-family:Arial, Helvetica, sans-serif;font-size:12px;height:15px;width:100px;}
.container{background:url(/img/asso-ac.gif) no-repeat bottom right;padding-bottom:35px;padding-right:10px;text-align:justify;}
h1{color:#0072ff;margin:0px 0px 15px;padding:0px;font-size:24px;font-weight:normal;text-align:left;}
h2{color:#ff9000;margin:15px 0px 0px;padding:0px;font-size:18px;font-weight:normal;text-align:left;}
h3{color:#ec329b;margin:0px;padding:0px;font-size:14px;font-weight:bold;text-align:left;}
hr{background:#beefff;color:#beefff;height:1px;border:none;padding:0px;margin:5px;}
a:link{color:#0ca6d9; text-decoration:underline}
a:hover{color:#18ac00; text-decoration:none}
a:active{color:#0ca6d9; text-decoration:underline}
a:visited{color:#0ca6d9; text-decoration:underline}
.linkActive a:link{color:#0ca6d9; text-decoration:underline}
.linkActive a:hover{color:#18ac00; text-decoration:none}
.linkActive a:active{color:#18ac00; text-decoration:none}
.linkActive a:visited{color:#0ca6d9; text-decoration:underline}	
p{margin:0px 0px 10px;padding:0px;}
.footer{font-size:11px;color:#515151; background:url(/img/bgfooter.jpg) no-repeat bottom;text-align:right;}
.footer a:link{color:#515151; text-decoration:none;}
.footer a:hover{color:#515151; text-decoration:underline;}
.footer a:visited{color:#515151; text-decoration:none;}
.footer a:active{color:#515151; text-decoration:none;}
.menuadmin{color:#0072ff;background:url(/img/bgmenuadmin.gif) repeat-y top left #e5faff;}
.menuadmin a:link{color:#0072ff; text-decoration:none;}
.menuadmin a:hover{color:#ec329b; text-decoration:none;}
.menuadmin a:visited{color:#0072ff; text-decoration:none;}
.menuadmin a:active{color:#0072ff; text-decoration:none;}
.titletable{color:#ff9000;background:url(/img/bgtitle.gif) repeat-y top left #f0fcff;padding:3px;}
.titletable h3 {color:#ff9000}
.titletable a:link{color:#f949ff; text-decoration:none;}
.titletable a:hover{color:#ff9000; text-decoration:none;}
.titletable a:visited{color:#f949ff; text-decoration:none;}
.titletable a:active{color:#f949ff; text-decoration:none;}
input,textarea,select{font-family:Arial, Helvetica, sans-serif;font-size:12px;}
.contactform input,.contactform textarea,.contactform select{width:300px;}
.edittable input{width:400px;}
.edittable textarea{width:500px;}
.error-message{color:red}
.boxTab{border: 1px solid #97a5b0}
.fullArea{width:500px;height:400px;background:#ffffff;}
.container ul.pink{list-style:url(/img/bullet.gif);}
/*******************************************************************************
DROP DOWN MENU
 *******************************************************************************/
/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */
ul.MenuBarVertical
{
	margin: 50px 0px 0px 0px;
	padding: 0px;
	background:none;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 160px;
	font-weight:normal;
}
/* 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 same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 160px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: 0 0 0 100%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 160px;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 160px;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{

}

/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #d9f7ff;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a:link,ul.MenuBarVertical a:active,ul.MenuBarVertical a:visited
{
	display: block;
	cursor: pointer;
	background:url(/img/bgmenu1.gif) top no-repeat;
	padding-left: 20px;	
	color: #4e7fc8;
	text-decoration: none;
	height:20px;
	padding-top:3px;
}
ul.MenuBarVertical a.MenuBarBot
{
	display: block;
	cursor: pointer;
	background:url(/img/bgmenubot1.gif) top no-repeat;
	padding-left: 20px;	
	color: #4e7fc8;
	text-decoration: none;
	height:18px;
	padding-top:3px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background:url(/img/bgmenu2.gif) top no-repeat;
	color: #7aaaf3;
	padding-left: 30px;
	
}
ul.MenuBarVertical a.MenuBarBot:hover, ul.MenuBarVertical a.MenuBarBot:focus
{
	background:url(/img/bgmenubot2.gif) top no-repeat;
	color: #7aaaf3;
	padding-left: 30px;
	
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background:url(/img/bgmenu2.gif) top no-repeat;
	color: #7aaaf3;
	padding-left: 30px;
}

ul.MenuBarVertical ul a:link.SubMenuBarBot,ul.MenuBarVertical ul a:visited.SubMenuBarBot,ul.MenuBarVertical ul a:active.SubMenuBarBot
{
	display: block;
	cursor: pointer;
	background:url(/img/bgsubmenubot1.gif) top no-repeat;
	padding-left: 10px;	
	color: #4e7fc8;
	text-decoration: none;
	height:18px;
	padding-top:3px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical ul a.SubMenuBarBot:hover, ul.MenuBarVertical ul a.SubMenuBarBot:focus
{
	background:url(/img/bgsubmenubot2.gif) top no-repeat;
	color: #7aaaf3;
		padding-left: 10px;	
}
ul.MenuBarVertical ul a:link,ul.MenuBarVertical ul a:active,ul.MenuBarVertical ul a:visited
{
	display: block;
	cursor: pointer;
	background:url(/img/bgsubmenu1.gif) top no-repeat;
	padding-left: 10px;	
	color: #4e7fc8;
	text-decoration: none;
	height:20px;
	padding-top:3px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical ul a:hover, ul.MenuBarVertical ul a:focus
{
	background:url(/img/bgsubmenu2.gif) top no-repeat;
	color: #7aaaf3;
		padding-left: 10px;	
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical ul a.MenuBarItemHover, ul.MenuBarVertical ul a.MenuBarItemSubmenuHover, ul.MenuBarVertical ul a.MenuBarSubmenuVisible
{
	background:url(/img/bgsubmenu2.gif) top no-repeat;
	color: #7aaaf3;
		padding-left: 10px;	
}


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

 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.MenuBarVertical 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.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background:url(/img/bgmenu1.gif) top no-repeat;
	}
}

.sponsorBoxAdmin{float:left;width:200px;margin:5px;text-align:center;}
.sponsorBoxAdmin h3{text-align:center;}
.clearAll{clear:both;line-height:1px;height:1px;padding:0px;margin:0px;font-size:1px;}
