@charset "UTF-8";

/*******************************************************************************

GLOBAL

*******************************************************************************/


body {
	background-color: #993399;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#Container {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/gbl_container_background.gif);
}
#Header {
	background-image: url(/images/gbl_header_background.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 115px;
}
#Header #Logo {
	float: left;
	width: 200px;
	padding-left: 15px;
	padding-top: 5px;
}
#Header #Search {
	float: right;
	margin-top: 10px;
	margin-right: 25px;
	width: 150px;
}
#Header  #Search  input.search {
	width: 150px;
	background-color: #FDE7FF;
	border: 1px solid #D5C3D7;
	float: right;
	clear: right;
}
#Header #Search input.go {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	margin-top: 5px;
}
#GblNav {
	background-color: #ffcc33;
	background-image: url(/images/gbl_nav_background.gif);
	clear: both;
	height: 26px;
}
#MainBody {
	background-image: url(/images/gbl_content_background.gif);
	background-repeat: repeat-x;
}
#Footer {
	background-image: url(/images/gbl_footer_background.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 25px;
	text-align: center;
	padding-top: 20px;
	clear: both;
	font-size: 10px;
	color: #666666;
}

#Footer div

{
	padding-bottom: 6px;
}
#FooterCredits

{
	font-size: 10px;
	color: #999999;
	padding-top: 10px;
	text-align: center;
}
#FooterCredits a:link,#FooterCredits a:active,#FooterCredits a:visited

{
	color: #999999;
	text-decoration:none;
}
#FooterCredits a:hover

{
	color: #999999;
	text-decoration:underline;
}

/*******************************************************************************

PAGE LAYOUT

*******************************************************************************/


#DefaultContent {
	float: right;
	width: 540px;
	margin-right: 30px;
	display: inline;
	margin-top: 10px;
}

div.image-right {
	float: right;
	width: auto;
	margin-bottom: 8px;
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-right: 0px;
	margin-top: 8px;
	margin-left: 10px;
}
div.image-right p {
	text-align: center;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	font-weight: bold;
}
div.image-left {
	float: left;
	width: auto;
	margin-bottom: 8px;
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-right: 10px;
	margin-top: 8px;
}
div.image-left p {
	text-align: center;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	font-weight: bold;
}

/*******************************************************************************

PAGE STYLES

*******************************************************************************/


h1 {
	font-size: 16px;
	font-weight: bold;
	color: #912B90;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	color: #999999;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-size: 14px;
	color: #6F5696;
}
dl {
	margin: 0px;
	padding: 0px;
}
dt {
	font-weight: bold;
}
dd {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 15px;
}

dd ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
dd ul li {
	background-position: 8px;
	padding-left: 26px;
	margin-top: 6px;
	margin-bottom: 6px;
	background-repeat: no-repeat;
}

/*******************************************************************************

LEFT SIDE NAVIGATION

*******************************************************************************/

#DefaultLeftSide {
	float: left;
	width: 175px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#DefaultLeftSide ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#DefaultLeftSide ul li {
	padding-top: 0px;
	padding-bottom: 0px;
}

#DefaultLeftSide ul li a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 12px;
	text-decoration: none;
	color: #6F5696;
	width:165px;
	margin: 0px;
	background-image: url(/images/bullets/sidenav_down_grey.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	font-size: 12px;
	font-weight: bold;
}
#DefaultLeftSide ul li a:hover {
	color: #CA9B1D;
	text-decoration: underline;
	background-image: url(/images/bullets/sidenav_regular_red.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	background-color: #FFFFCC;
}
#DefaultLeftSide  ul  li  a.first {
}
#DefaultLeftSide  ul  li  a.down {
}
#DefaultLeftSide  ul  li  a.last {
}

#DefaultLeftSide ul li ul li a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 22px;
	text-decoration: none;
	color: #6F5696;
	width:155px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	background-image: none;
}
#DefaultLeftSide   ul   li   ul   li   a.Donate  {
	background-image: url(/images/icons/16x16_heart.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}
#DefaultLeftSide ul li ul li a.current {
	background-image: url(/images/bullets/sidenav_regular_red.gif);
	background-repeat: no-repeat;
	background-position: 12px 8px;
	font-weight: bold;
	color: #CA9B1D;
}
#DefaultLeftSide ul li ul li a:hover {
	background-image: url(/images/bullets/sidenav_regular_red.gif);
	background-repeat: no-repeat;
	background-position: 12px 8px;
	color: #CA9B1D;
	text-decoration: underline;
}

/*******************************************************************************

CUSTOM STYLES

*******************************************************************************/

ul.faq {
}
ul.faq li {
	padding-top: 4px;
	padding-bottom: 4px;
}
#ForumsContainer {
	padding-right: 8px;
	padding-left: 2px;
}

/*******************************************************************************

NAVIGATION

*******************************************************************************/


ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

ul.MenuBarActive
{
	z-index: 1000;
}


ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 109px;
	float: left;
}


ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 107px;
	position: absolute;
	left: -1000em;
}


ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}


ul.MenuBarHorizontal ul li
{
	width: 107px;
}


ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}


ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

ul.MenuBarHorizontal ul
{
	border: 1px solid #CCCCCC;
}


ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #F7C025;
	padding: 0.5em 0.75em;
	color: #333333;
	text-decoration: none;
	text-align: center;
}


ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #6E81C0;
	color: #FFF;
}


ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #6E81C0;
	color: #FFF;
}

ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}


@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
}
.articleDetailBox {
	background-color: #DAC7F9;
	padding: 5px;
	border: 1px solid #765E9B;
}

