* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body {
	margin-top: 15px;
	background-color: #F2F2F2;
	margin-bottom: 10px;
}

a {
	color: #0083C4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

#container {
	margin: 0 auto;
	width: 600px;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #BABABA;
}

#containershadow {
	margin: 0 auto;
	width: 600px;
	height: 9px;
	background: #F2F2F2 url(../images/containershadow.gif) no-repeat;
}

#logo {
	width: 300px;
	height: 67px;
	background: #FFF url(../images/logo.gif) no-repeat;
	float: left;
}

#login {
	background-color: #FFF;
	width: 213px;
	height: 57px;
	padding-right: 15px;
	float: left;
}

#login label,#login input {
	margin-top: 10px;
	float: left;
}

#login label {
	font-size: 9pt;
	width: 100px;
	padding-right: 5px;
	padding-top: 2px;
	font-weight: bold;
	color: #666;
	text-align: right;
}

#login input.text {
	width: 100px;
}

input.button {
	font-size: 9pt;
	width: 50px;
	margin-top: 23px;
	background: #F6F6F6;
	border: 1px solid #999;
	font-weight: bold;
	color: #777;
}

#loginbutton {
	background-color: #FFF;
	width: 72px;
	float: left;
}

#header {
	clear: left;
	width: 600px;
	height: 141px;
	background: #3399CC url(../images/header.jpg);
}

#features {
	width: 600px;
	height: 141px;
	background: #EEE url(../images/features.gif);
}

#navigation {
	width: 600px;
	height: 57px;
	background-color: #EEE;
	text-align: right;
}

#navigation ul {
	float: right;
	list-style: none;
	margin-right: 7px;
}

#navigation ul li,li.register {
	text-align: left;
	width: 170px;
	padding: 6px 0 6px 39px;
	background: url(../images/bullet.gif) no-repeat 13px 8px;
	border-top: 1px solid #E2E2E2;
}

#navigation ul li.register {
	border-top: 0;
	background: url(../images/bullet_reg.gif) no-repeat 13px 8px;
}

li a {
	font-size: 9pt;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

li a:hover {
	text-decoration: underline;
}

li.register a {
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}

li.register a:hover {
	text-decoration: underline;
}

#navishadow {
	clear: right;
	width: 600px;
	height: 17px;
	background: #FFF url(../images/navi_shadow.gif);
}

#news {
	padding-left: 10px;
	padding-right: 10px;
	width: 381px;
	float: left;
	margin-bottom: 10px;
}

#verticalhr {
	background: #FFF url(../images/verticalhr.gif);
	width: 1px;
	height: 232px;
	
	float: left;
}

#statistics {
	padding-left: 10px;
	padding-right: 10px;
	width: 178px;
	float: left;
}

.oldBrowsers { display: none; }

h1 {
	color: #0083C4;
	margin-top: 15px;
	margin-bottom: 6px;
	font-size: 1em;
	padding-left: 8px;
	border-left: 4px solid #ccc;
}

h2 {
	margin-top: 7px;
	margin-bottom: 6px;
	font-size: 1em;
	color: #444;
	padding-left: 15px;
	padding-right: 15px;

}

h2 .newsdate {
	display: block;
	font-weight: normal;
	font-size: 8pt;
	color: #666;
}

p {
	color: #666;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	margin-top: 3px;
	margin-bottom: 8px;
}

p a {
	border: 0;
}

p a img {
	float: right;
	border: 1px solid #ccc;
	padding: 3px;
	margin-left: 5px;
	margin-bottom: 5px;
}

ul.statistics {
	padding: 6px 0 0 0;
	margin: 0 8px 4px 8px;
	list-style-type: none;
}

ul.statistics li {
	padding: 0 0 1px 8px;
	background: url(../images/sm_bullet.gif) no-repeat 0 5px;
	color: #888;
}

.b {
	font-weight: bold;
}

#content {
	width: 400px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

#content p {
	/*width: 400px;*/
}

#content ul {
	padding: 6px 0 0 0;
	margin: 0 8px 15px 28px;
	list-style-type: none;
	/*width: 400px;*/
}

#content li {
	padding: 0 0 1px 8px;
	margin-bottom: 5px;
	background: url(../images/sm_bullet.gif) no-repeat 0 5px;
	color: #666;
}

.autoform label,.autoform input.text, .autoform select, .autoform textarea {
	display: block;
	float: left;
	margin-bottom: 15px;
}

.autoform input.text,.autoform input.texterror {
	width: 150px;
	border: 1px solid #666;
}

.autoform input.texterror {
	border: 1px solid #f00;
}

.autoform input.textarea {
		width: 150px;
}

.autoform label {
	text-align: right;
	width: 25%;
	padding-right: 10px;
	color: #333;
}

.autoform  br {
	clear: left;
}

#content input.button {
	width: 90px;
}

#info {
	border: 1px solid #ccc;
	background: #FFFFE1;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	/*cursor: pointer;*/
}

#info p {
	margin: 0 0 0 25px;
	font-size: 11px;
	font-weight: bold;
}

.infoicon {
	position: absolute;
	top: 5px;
	left: 13px;
}

#loggedin {
	width: 290px;
	float: left;
}

#loggedin p {
	border: 1px solid #ccc;
	background: #FFFFE1;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}

#loggedin a {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

#featurepics {
	float: left;
	width: 180px;
	text-align: center;
	margin-top: 150px;
}

#featurepics img {
	border: 1px solid #ccc;
	padding: 3px;
	margin-bottom: 70px;
}
