body {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/bg.jpg) repeat-x;
	background-color: #ffcc66;
}

/* Settings for the container div */

#container {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	border-top: none;
	border-right: 2px solid #ffcc33;
		border-bottom: 2px solid #ffcc33;
			border-left: 2px solid #ffcc33;
	padding-top: 6px;
		padding-bottom: 0px;
}

/* Settings for the header div */

#header {
	display: block;
	width: 798px;
	height: 188px;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}

#header img {
	border: none;
}

#header .logo {
	display: block;
	width: 282px;
	float: left;
	margin: 0px 0px 0px 0px;
	border: none;
	background: transparent;
}

#header .spacer_bar {
	display: block;
	float: left;
	margin: 5px 0px 0px 0px;
	background: transparent;
}

#header .flash_header {
	display: block;
	position: relative;
	width: 511px;
	top: 0px;
	right: 0px;
	margin: 0px 0px 6px 0px;
	float: right;
	padding: 0;
	background: transparent;
}


/* Settings for the navigation div */

#header .navigation {
	display: block;
	position: relative;
	width: 516px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	float: right;
}

/* Settings for the content div */

#content {
	width: 798px;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-right: auto;
	margin-left: auto;
}

#content .flash_content {
	margin: 0px auto 6px auto;
	padding: 0px 0px 0px 0px;
}

#content .title_bar {
	margin-top: 0px;
	margin-bottom: 6px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
}

#content .sub_content {
	display: block;
	width: 772px;
	background: #ffcc66 url(../images/content_bg.jpg) repeat-x;
	border: 1px solid #ffcc33;
	padding: 12px 12px 0px 12px;
}
#content .sub_content h1 {
	margin: 0px 0px 10px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #006666;
	background: transparent;
}
#content .sub_content p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	background: transparent;
}



/* Content cell styles */

.content_right {
	width: 506px;
	margin:0;
	padding: 0;
	background-color: #FFFFF0;
	border: 1px solid #FFCC33;
}

.innertube_content {
	padding: 0;
	margin: 15px 15px 25px 15px;
}

.content_right a, .content_right a:link {
	color: #003399;
	text-decoration: none;
}

.content_right a:hover {
	color: #0099CC;
	text-decoration: underline;
}
.content_right h2 {
	margin: 20px 0 5px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #660000;
	background: transparent;
}

.content_right h3 {
	margin: 20px 0 5px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: transparent;
}

.content_right h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #333333;
	background: transparent;
}

.content_right p {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: transparent;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	line-height: 18px;
}

.content_right .horizontal_rule {
	height: 1px;
	border-top: 1px dashed #ffcc33;
}

.content_right .horizontal_rule_2 {
	height: 1px;
	border-top: 1px dashed #ffcc33;
	margin: 15px 0;
}

.content_right ul {
	margin: 5px 0 10px 25px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: transparent;
	line-height: 18px;
}

.content_right ol {
	margin: 5px 0 10px 25px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: transparent;
}

.content_right li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: transparent;
}

.content_right blockquote {
	margin: 0 0 15px 25px;
	padding: 0 0 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-left: 2px solid #FFCC33;
	background: transparent;
}

.content_right span.emphasized {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #CC0000;
}


.sidebar_left {
	width: 280;
	margin: 0;
	padding: 0;
	background: #92d187;
	border-top: none;
		border-right: 1px solid #38a548;
			border-bottom: 1px solid #38a548;
				border-left: 1px solid #38a548;
}


/* Settings for the footer div */

#footer {
	display: block;
	width: 798px;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-right: auto;
	margin-left: auto;
}

#footer .sponsors {
	text-align: center;
}

#footer .sponsors img {
	padding: 0px 25px;
	border: none;
}


/* Sidebar menu styles - ADxMenu */
/* - - - ADxMenu: BASIC styles - - - */

.menu {
	width: 282px;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	background: #92d187;
}


.menu li {
	background: #92d187 url("../images/sidebar_button_background.jpg") repeat-x;
	cursor: pointer; /* IE cursor */
}
.menu {
	width: 282px;
}

.menu ul {
	width: 200px;
}

.menu a {
	text-decoration: none;
	color: #ffffff;
	padding: .4em 1em;
	display: block;
}

.menu a:hover, .menu li:hover>a {
	color: #ffffff;
	background: #92d187 url("../images/sidebar_button_background_hover.jpg") repeat-x;
}

.menu span {
	text-decoration: none;
	color: #ffffff;
	padding: .4em 1em;
	display: block;
}

.menu span:hover, .menu li:hover>span {
	color: #ffffff;
	background: #92d187 url("../images/sidebar_button_background_hover.jpg") repeat-x;
}

.menu li {	/* create borders around each item */
	border: 1px solid #38a548;
	border-left: 0 none; /* Elimate left-right border for main nav */
	border-right: 0 none;
}

.menu ul>li { /* Re-establish borders for left-right of sub-navs */
	border-right: 1px solid #38a548;
	border-left: 1px solid #38a548;
}

.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a
/*.menu li + li + li li:first-child>a*/ {
/*	font-weight: bold; */
	color: #ffffff;
/*	background-color: #38a548 !important; */
}
/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu */
.menu li.adie6 {
	font-weight: bold;
	color: #ffffff;
	background: #38a548 !important;
}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#panoptic {
	padding: 0px;
	width: 814px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#panoptic p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#panoptic a {
	color: #660000;
	text-decoration: underline;
}
#advertising {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
#advertising p {
	margin: 0px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
}
.right {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

