html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {		
	font-family: arial, tahoma, Verdana, sans-serif;
	text-align: center;
	color: #505367;
	font-size: 90%;
	background: #239fd5 url(images/img-bg-body.jpg) repeat-x;
	cursor: default;
}

hr {
	height: 1px;
	border: 0px;
	color: #1c5a80;
	background-color: #1c5a80;
}

h1 {
	font-size: 140%;
	color: #ffffff;
	margin-top: 0px;
}

h2 {
	font-size: 130%;
	color: #ffffff;
}

a {
	color: #009dd8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	list-style-type: none;
	background: url(images/img-bullet.gif) no-repeat;
	background-position: 0px 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 25px;
}

ul {
	margin: 15px 0px 0px 10px;
	padding: 0px;
}
		
#container {
	margin: 0 auto;
	width: 760px; 
	min-height: 100%;
	text-align: left;
	position: relative;
}

*html #container {
	height: 100%;
}

#header {
	height: 100px;
	padding-top: 20px;
	width: 100%;
	background-color: #ffffff;
}

#navigation {
	width: 100%;
	height: 40px;
	text-align: left;
	padding-left: 5px;
	padding-top: 10px;
}

#navigation ul {
	padding: 0px;
	margin: 0px;
}

#navigation li {
	display: inline;
	padding: 0px;
	margin: 0px 15px 0px 0px;
	background: none;
}

#navigation li a {
	color: #ffffff;
}

.selected {
	text-decoration: underline;
}
	
#content {
	width: 755px;
	padding: 0px 0px 5px 5px;
	margin: 0px;
}

#footer	{
	position:absolute;
	bottom: 0px;
	width: 760px;
	color: #ffffff;
	font-size: 80%;
	padding-bottom: 8px;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

#clearfooter {
	height: 67px;
	width: 100%;
	clear: both;
}

.smallBox {
	background: url(images/img-smallbox.png) no-repeat;
	width: 54px;
	height: 55px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

.memberBox {
	background: url(images/img-memberbox.png) no-repeat;
	width: 205px;
	height: 45px;
	padding: 8px 0px 0px 15px;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	float: left;
	margin: 0px 5px 5px 0px;
}

.memberBox a {
	color: #ffffff;
	display: block;
	width: 180px;
}

.memberBox a:hover {
	text-decoration: none;
}

.largeText {
	font-size: 180%;
}

#ticker {
	width: 380px;
	height: 350px;
}

.newsscroller {
	font-weight: normal;
	font-size: 85%;
}

#marqueecontainer{
	position: relative;
	width: 360px; /*marquee width */
	height: 350px; /*marquee height */
	background-color: white;
	overflow: hidden;
	padding: 2px;
	padding-left: 4px;
}

.roundcont {
	color: #000000;
}

.roundcont p {
	margin: 0 10px;
	color: #000000;
}

.roundcont h1, .roundcont h2 {
	color: #000000;
	margin-left: 10px;
}

.roundtop { 
	background: url(images/tr.png) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.png) no-repeat top right; 
}

.button {
	background: url(images/img-bg-button.gif) no-repeat; 
	background-position: right;
	height: 25px;
	width: 148px;
	padding-left: 10px;
	text-align: left;
	float: right;
	color: #ffffff;
	font-weight: bold;
}

.buttonTop {
	background: url(images/img-bg-buttontop.gif) no-repeat; 
	background-position: right;
	width: 148px;
	text-align: left;
	float: right;
	height: 25px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
}


.button a, .buttonTop a {
	color: #ffffff;
	line-height: 22px;
}

.button a:hover, .buttonTop a:hover {
	text-decoration: none;
}
