body {
	background-color: #333333;
	margin: 0px;
	paddding: 0px;
	text-align: center;
}

body, table {
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
}

a, a:visited {
	color: #999933;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


a:hover {
	background-color: #999933;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999933;
	text-transform: uppercase;
}

h1 { font-size: 24px; padding: 13px 0px 13px 0px; margin: 0px;}
h2 { font-size: 20px; padding: 10px 0px 10px 0px; margin: 0px;}
h3 { font-size: 16px; padding: 8px 0px 8px 0px; margin: 0px;}
h4 { font-size: 14px; padding: 5px 0px 5px 0px; margin: 0px;}


#central {
	width: 800px;
	background-color: #ffffff;
	text-align: left;
}

#mainmenu {
	float: right;
	width: 500px;
	height: 30px;
	text-align: right;
	font: bold 17px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #999933;
	padding-right: 10px;
	letter-spacing:-1px
}

#mainmenu a, #mainmenu a:visited {
	color: #003300;
	text-decoration: none;
}

#mainmenu a:hover {
	background-color: #999933;
}

#leftcol {
	width: 180px;
	padding: 20px;
	float: left;
}

#maincontent {
	width: 540px;
	padding: 20px;
	float: left;
}


div.popupunderlay {
	background-color: #333333;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* left bubbles */


div.leftbubble1 {
	width: 180px;
	background: #999933 url(images/bubblegold_top.gif) left top no-repeat;
	color: #003300;
	padding-top: 1px;
}

div.leftbubble1 p, div.leftbubble2 p {
	padding: 0px 5px 0px 5px;
	font-size: 11px;
}

div.leftbubble1 h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #003300;
	text-align: center;

}

div.leftbubble1 h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #003300;
	padding-left: 5px;
}

div.leftbubble1 a, div.leftbubble1 a:visited {
	color: #003300;
	text-decoration: underline;
}

div.leftbubble1 a:hover {
	color: white;
}


div.leftbubble2 {
	width: 180px;
	background: #669966 url(images/bubblelight_top.gif) left top no-repeat;
	color: #003300;
	padding-top: 1px;
}

div.leftbubble2 h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: white;
	text-align: center;
}


div.leftbubble2 h3 {
	font: normal 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: white;
	padding-left: 5px;
}

div.leftbubble2 a, div.leftbubble2 a:visited {
	color: #003300;
}

div.leftbubble2 a:hover {
	background-color: #003300;
	color: 669966;
}


/* right bubble */

div.bigbubble {
	width: 520px;
	background: #003300 url(images/bigbubble_top.gif) left top no-repeat;
	color: white;
}

div.bigbubble_overlay {
	background-color: #003300;
	/* background: transparent url(images/bigbubble_top.png) left top no-repeat; */
}

#newscontainer {
	position: absolute;
	display: none;
	text-align: left;
	z-index: 100;
	width: 520px;
	background-color: transparent;
}


/* menu card pager */


a.prev_button {
	display: block;
	width: 22px;
	height: 58px;
	background: transparent url(images/prev.png) left top no-repeat;
	text-decoration: none;
}

a.prev_button:hover {
	background: transparent url(images/prev_act.png) left top no-repeat;
}

a.next_button {
	display: block;
	width: 22px;
	height: 58px;
	background: transparent url(images/next.png) left top no-repeat;
	text-decoration: none;
}

a.next_button:hover {
	background: transparent url(images/next_act.png) left top no-repeat;
}
