/* CSS Document */

html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
    background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#right a {
	color: #CC9933;
}
#right a:hover {
	text-decoration: none;
	color: #CC9966;
}

#container {
	width: 794px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#head {
	background:  url(/i/header.gif) no-repeat center top;
	width: 794px;
	height: 145px;
	margin: 0;
	padding: 0;
}

#foot {
	background:  url(/i/footBg.jpg) no-repeat center bottom;
	width: 794px;
	height: 78px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#foot p {
	font-size: 10px;
	color: #999999;
	text-align: center;
}

#foot a {
	color: #999999;
}

#foot a:hover {
	color: #666666;
	text-decoration: none;
}

#footText {
	position: relative;
	top: 85px;
}

#content {
	background:   url(/i/body.gif) no-repeat center top;
	background-color: transparent;
	width: 794px;
	margin: 0;
	padding: 0;
	overflow: auto;
	min-height: 250px;
}

#menu {
	float: left;
	width: 115px;
	margin: 0;
	display: inline;
	position: relative;
	left: 54px;
	top: 28px;
	overflow: hidden;
}

#menu ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #6C7099;
	margin: 0;
	padding: 0;
}

#menu a, #menu a:active, #menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #6C7099;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li {
	margin: 0;
	padding: 0 0 5px 0;
	list-style-type: none;
}

#right {
	width: 572px;
	margin: 0 0 0 185px;
	padding: 0;
}

.rightColumn {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0 0 15px 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 2px 0;
	padding: 1px;
	color: #333333;
}

h1 {
	font-size: 1.9em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

p {
	margin-top: 3px;
}

#button {
	width: 259px;
	padding: 0;
	margin: 0;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}		
		
#button li {
	margin: 0 0 0px 0;
	padding: 0px;
}		

#button li a {
	display: block;
	height: 34px;
	padding: 10px 10px 0 30px;
	margin: 0;
	background-image: url(/i/news.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: #CC9933;
	text-decoration: none;
}

#button li a:hover {
	background-image: url(/i/news_on.jpg);
	color: #333333;
}