* {
	margin: 0;
	padding: 0;
}

a {
	color: #4984a6;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #006ba5;
}

caption {
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

img {
	padding: 3px;
	border: 1px solid #808080;
	background: #f0f0f0;
}

img.left {
	margin: 4px;
	float: left;
}

img.right {
	margin: 4px 0 4px 4px;
	float: right;
}

p, cite, ul {
	font-size: 1.2em;
	padding-bottom: .4em;
}

h1 {
	font-size: 2em;
}

ul {
	margin-left: 18px;
}

li {
	list-style: url(img/li.gif);
}

cite, blockquote p {
	font-weight: bold;
	font-style: italic;
	margin: 0 20px 12px;
	padding: 8px 8px 0;
	border-left: 2px solid #aaa;
}

h1,h2,h3 {
	color: #000;
	padding-top: 6px;
	margin-bottom: 4px;
}

table {
	border-collapse: collapse;
	margin: 10px auto 15px auto;
	border: 1px solid #a0a0a0;
}

th {
	background: #e0e0e0;
	height: 25px; 
	padding: 0 10px;
	color: #ffffff; 
	text-align: left;
}

td {
	padding: 0 4px; 
/*	height: 25px; */
}

tr.odd {
	background: #303030;
}

tr.even {
	background: #404040;
}

tr.odd:hover, tr.even:hover {
	color: #d0d0d0;
	background: #606060;
}

body {
	background: #dddfe4;
	color: #444;
	font: normal 12px Verdana,Tahoma,Arial,sans-serif;
}

#container {
	background: url(images/contentbg.png) repeat-y;
	width: 990px;
	margin: 0 auto;
	padding: 0;
}

#container1 {
	background: url(images/top.png) no-repeat;
	margin: 0;
	padding: 0;
}

#menu {
  font-size: 14px;
	padding: 237px 0 0 100px;
}

#menu ul {
	margin: 0;
	float: left;
}

#menu li {
	display: inline;
	margin-right: 6px;
	float: left;
}

#menu a span {
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 8px;
	height: 30px;
	background: url(images/menuar.png) top right no-repeat;
	float: left;
}

#menu a {
	background: url(images/menual.png) top left no-repeat;
	padding-left: 12px;
	padding-bottom: 8px;
	color: #000;
	float: left;
}

#menu a:hover {
	color: #004284;
}

#menu a.selected {
	background: url(images/menubl.png) top left no-repeat;
}

#menu a.selected span {
	background: url(images/menubr.png) top right no-repeat;
}

#holder {
	padding: 20px;
	margin: 0;
	width: 100%;
	min-height: 200px;
}

#holder h1 {
	padding: 2px 0 0 0px;
	display: block;
	height: 31px;
	border-bottom: 1px solid;
}

#holder fieldset {
	background: #FDFEFE;
	margin: 10px auto;
}

#holder fieldset h3 {
	background: #c0c0c0;
	color: #fff;
	text-align: center;
	padding-bottom: 4px;
}

#holder fieldset .inputfields {
	margin: 4px;
	color: #909090;
	font-size: 1.2em;
}

#holder textarea, #holder input {
	overflow: auto;
	margin: 2px;
	padding: 2px;
	background: #f0f0f0;
	border: 1px solid #a0a0a0;
	color: #444;
}

#holder .submit {
	font-family: verdana, arial, sans-serif;
	border: 1px solid;
	width: 70px;
	cursor: pointer;
}

h1.title {
	padding-top: 30px;
	margin-left: 210px;
	font-size: 2.4em;
	letter-spacing: .2em;
	color: #000;
}

h1.title a {
	color: #FFCC00;
}

h2.subtitle {
	padding-top: 0px;
	padding-left: 210px;
	padding-bottom: 6px;
	color: #000;
	font: 1.7em Verdana,sans-serif;
	letter-spacing: 0.1em;
	font-weight: 400;
}

div.row {
	width: 360px;
}

div.row span.formlabel {
	float: left;
	width: 150px;
	text-align: left;
}

div.row span.forminput {
	width: 180px;
	text-align: right;
}

a.more {
	float: right;
}

.clearer {
	clear: both;
}

.navigation {
	padding: 0;
}

#maincontent {
	clear: left;
	float: left;
	width: 800px;
	padding: 10px 0 10px 45px;
	background: transparent;
}

#player {
	clear: left;
	float: left;
	width: 800px;
	padding: 20px 0 20px 45px;
}

#extra {
	clear: left;
	float: left;
	width: 800px;
	padding: 10px 0 0 45px;
	background: transparent;
}

#footer {
	clear: both;
	color: #999;
	height: 50px;
	font-size: 0.6em;
	text-align: center;
	background: url(images/footer.png) no-repeat;
}

#footer a {
  text-decoration: none;
}
