body {
	font-family: Arial, 'Tahoma', Verdana, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 9pt;
	text-align: center;
	background: #CCC;
	margin: 0;
	padding: 0;
	color: #333;
}

p {
	padding: 0;
	margin: 5px 0 10px 10px;
}

h1 {
	margin: 0 0 10px 0;
	padding: 6px 0 3px 10px;
	font-size: 11pt;
	border-bottom: 1px solid #999;
	color: #666;
}

h2, h3 {
	margin: 0 0 3px 0;
	padding: 6px 0 0 0;
	font-size: 11pt;
}

a, a:active { outline: none; }
a:focus { -moz-outline-style: none; }

a {
	text-decoration: none;
	color: #B50B0B;
	font-weight: normal;
}

a:hover {
	color: #fa5b05;
}

#wrapper {
	width: 926px;
	margin: 0 auto 0 auto;
	border: 1px solid #004e3d;
	border-top: 0;
	background: #FFF;
}

#head {
	position: relative;
	height: 87px;
	background: #004E3D;
}

#flashcontainer {
	position: absolute;
	right: 0;
	top: 0;
}

#headtitle {
	position: absolute;
	top: 10px;
	left: 5px;
	width: 210px;
	color: white;
	font-size: 8pt;
	text-align: center;
	line-height: 20px;
}

#logotop {
	position: absolute;
	left: 22px;
	bottom: 0;
	background: url('images/logotop.jpg');
	height: 14px;
	width: 63px;
}

#subhead {
	position: relative;
	background: url('images/subheadbg.gif');
	height: 74px;
}

#moto {
	position: absolute;
	top: 15px;
	left: 300px;
	width: 502px;
	height: 28px;
	background: url('images/moto.jpg');
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
	background: url('images/logo.jpg');
	height: 74px;
	width: 228px;
}

#menu {
	position: absolute;
	bottom: 0;
	left: 120px;
}

#menu a {
	display: block;
	float: left;
	padding: 1px 10px 2px 10px;
	color: #FFF;
}

#menu a:hover, #menu a.active {
	background: #c2e0ce;
	color: #13402e;
}

#maincontent {
	background: url('images/maincontentbg.gif');
	text-align: left;
}

#leftcontent {
	float: left;
	padding: 10px 0 10px 15px;
	width: 495px;
}

#leftbar {
	float: left;
	width: 200px;
	padding-top: 20px;
	text-align: center;
}

#sidebar {
	float: right;
	width: 200px;
	padding-top: 20px;
	text-align: center;
}

#sidebar a.greenbut, #sidebar a.greenbut:hover, #sidebar a.greenbutactive {
	display: block;
	background: url('images/greenbut.gif');
	padding: 5px;
	color: white;
	text-align: center;
}

#sidebar a.greenbut:hover, #sidebar a.greenbutactive {
	background: url('images/greenbuton.gif');
}

#leftbar a.greenbut, #leftbar a.greenbut:hover, #leftbar a.greenbutactive {
	display: block;
	background: url('images/greenbut.gif');
	padding: 5px;
	color: white;
	text-align: center;
}

#leftbar a.greenbut:hover, #leftbar a.greenbutactive {
	background: url('images/greenbuton.gif');
}

.clear {
	clear: both;
}

#footer {
	background: #004e3d;
	padding: 5px;
	color: white;
	font-size: 8pt;
}

li {
	margin: 0 0 8px 0;
}

#partners {
	padding: 5px;
	background: #FFF;
	border-top: 1px solid #004e3d;
}

#partners img {
	border: 0;
	margin: 7px 20px 7px 20px;
}


.frminput {
	color: #000000;
	background: #F7F7F7;
	font-family: Arial;
	font-size: 8pt; 
    border: 1px solid #666;
	padding-left: 3px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

.frmbutton {
	color: #FFFFFF;
	background: #fa5b05;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
    border: 1px solid #FFF;
}

dl {
	position: relative;
	margin: 15px 0 10px 0;
	width: 340px;
}

dt {
	clear: both;
	float: left;
	width: 110px;
	text-align: left;
}

dt.req {
	clear: both;
	padding-left: 10px;
	float: left;
	width: 100px;
	text-align: left;
	font-weight: bold;
	background: url(images/arr_red.gif) left center no-repeat;
}

dd {
	float: left;
	width: 220px;
	margin: 0 0 9px 0;
}

.hint {
	display: none;
	position: absolute;
	right: -90px;
	width: 140px;
	margin-top: -6px;
	border: 1px solid #c93;
	padding: 6px 4px;
	background-color: #ffc;
	font-size: 8pt;
}

.hint .hint-pointer {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 10px;
	height: 19px;
	background: url(images/hpointer.gif) left top no-repeat;
}

div.msg_err {
	color: red;
	border: solid 1px red;
	font-weight: bold;
	padding:3px;
	margin: 5px 0 5px 0;
}

div.msg_ok {
	color: green;
	border: solid 1px green;
	font-weight: bold;
	padding:3px;
	margin: 5px 0 5px 0;
}

.userlink {
	color: white;
}


table.lst {
	border: 1px solid #CCCCCC;
	text-align: left;
}

table.lst th {
	background: #EEE;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	padding: 4px;
	border-bottom: 1px solid #EEEEEE;
}

table.lst th.subth {
	background: #000095;
}

table.lst td {
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #CCCCCC;
}

table.lst tr.row0 {
	background: #F4F4F4;
}

table.lst tr.row1 {
	background: #FFFFFF;
}

table.lst tr.rowfoot {
	background: #000066;
	color: white;
	font-weight: bold;
}

.artcomment {
	padding: 20px 0 20px 10px;
	border-bottom: 1px solid #AAA;
}

.artcomment .user {
	text-align: right;
}
