* {
	margin: 0;
	padding: 0;
}

a {
	color: #BCB01D;
	text-decoration: none;
}

a:hover {
	color: #F0E68C;
}

caption {
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

img {
	padding: 1px;
	border: 0px solid #505050;
	background: #202020;
}

img.left {
	margin: 4px;
	float: left;
}

img.right {
	margin: 4px 0 4px 4px;
	float: right;
}

body {
	background: #202020 url(images/topbg1.png) repeat-x;
	color: #808080;
	font: normal 75% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

p, cite, ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

h1 {
	font-size: 2em;
}

li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

code {
	background: #303030 url(img/bgcode.gif);
	border: 1px solid #606060;
	color: #888;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

cite, blockquote p {
	font-weight: bold;
	font-style: italic;
	margin: 0 20px 12px;
	padding: 8px 8px 0;
	border-left: 2px solid #606060;
}

h1,h2,h3 {
	color: #BCB01D;
	padding-top: 6px;
	margin-bottom: 4px;
}



.holder fieldset {
	border: 2px solid #505050;
	background: #404040;
	margin: 16px auto 16px;
	width: 370px;
}

fieldset h3 {
	background: #505050;
	color: #fff;
	text-align: center;
	padding-bottom: 4px;
}

fieldset .inputfields {
	margin: 6px;
	color: #909090;
	font-size: 1.2em;
}

.holder textarea, .holder input {
	overflow: auto;
	width: 200px;
	margin: 2px;
	padding: 2px;
	background: #303030;
	border: 1px solid #505050;
	color: #a0a0a0;
}

div.row {
	width: 360px;
}

div.row span.formlabel {
	float: left;
	width: 150px;
	text-align: left;
}

div.row span.forminput {
	width: 180px;
	text-align: right;
}

.submit {
	font-family: verdana, arial, sans-serif;
	border: 1px solid;
	width: 70px;
	cursor: pointer;
}

a.more {
	float: right;
}

.clearer {
	clear: both;
}

.container {
	margin: 0 auto;
	width: 950px;
	padding-top: 2px;
}

.logo {
	width: 50px;
	height: 50px;
	margin-top: 20px;
	margin-left: 0;
	padding-right: 10px;
	float: left;
	background: url(images/logo.gif) no-repeat;
}

.navigation {
	width: 600px;
	padding: 0 16px;
}

#ttitle {
	float: left;
	margin-top: 30px;
	height: 60px;
	padding: 0;
}

#ttitle h1 {
	display: inline;
	text-align: left;
	font: normal 2.8em Verdana,sans-serif;
	font-weight: bold;
}

#ttitle a {
	text-decoration: none;
	color: #EDD000;
}

#ttitle h2 {
	margin-left: 12px;
	display: inline;
	color: #bbb;
	font: normal 1.6em Verdana,sans-serif;
	font-weight: 600;
}

span.toplinks {
	color: #bbb;
	display: inline;
	width: 200px;
	float: right;
	text-align: right;
	font-size: 1em;
}

#menu {
	clear: both;
	border-top: 1px solid #ddd;
	font-size: 1.2em;
	text-align: center;
	background:url(images/topbg1.png) bottom repeat-x;
}

#menu ul {
	margin: 12px auto;
	width: 950px;
	list-style:none;
}

#menu li {
	display:inline;
	margin: 0;
	padding: 0;
}

#menu a {
	color: #ddd;
	padding:10px 10px 14px 10px;
	border-right: 1px solid #202020;
	border-left: 1px solid #202020;
	text-decoration:none;
}

#menu a.selected {
	color: #BCB01D;
}

#menu a:hover {
	color: #ffffd0;
}

#menu a:hover, #menu a.selected {
	background:url(images/topbg2.png) bottom repeat-x;
}

#holder {
	background: url(img/bgholder1.jpg) repeat-y;
	height: auto;
}

#maincontent {
	float: right;
	width: 690px;
	padding: 0;
}

.holder h1 {
	padding: 2px 0 0 0px;
	display: block;
	height: 31px;
	border-bottom: 1px solid;
}

/* floating right column */
.rightcolumn {
	float: left;
	width: 260px;
	display: block;
	margin-top: 8px;
	background: #202020;
}

.rightcolumn .content {
	margin: 0 12px 8px 0;
	background: #202020;
	padding: 0;
}

.rightcolumn h2.title {
	clear: right;
	display: block;
	background: url(images/h2right.gif) no-repeat;
	font-size: 1.4em;
	padding: 7px 0 10px 20px;
}

.rightcolumn .block {
	padding: 12px 10px 8px 10px;
}

.rightcolumn li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.rightcolumn li a {
	padding-left: 24px;
}

.rightcolumn li a:hover, .rightcolumn li a.selected {
	background: url(images/bulletred2.gif) 4px no-repeat;
}

#calendar {
	font-size: .9em;
}

#calendar tbody {
	border-bottom: 1px solid;
}

#calendar tbody td:hover {
	background: #404040;
	color: #b0b0b0;
}

#calendar #prev {

	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendat tfoot {
	border-top: 1px solid;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid;
	font-weight: bold;
	color: #b0b0b0;
}

/* footer */
#footer {
	clear: both;
	padding-top: 48px;
	padding-bottom: 30px;
	background: url(images/footerbg.png) repeat-x;
	padding-bottom: 8px;
	color: #999;
	font-size: 0.9em;
	text-align: center;
}