* {
	margin: 0px;
	padding: 0px;
}

html {
	width: 100%;
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background: #FFFFFF;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

a:link { text-decoration: none; color: #093ca0; }
a:visited {text-decoration: none; color: #093ca0;}
a:active {text-decoration: none}
a:hover {text-decoration: none; color: #3399ff;}

a.white:link { text-decoration: none; color: #FFFFFF; }
a.white:visited {text-decoration: none; color: #FFFFFF;}
a.white:active {text-decoration: none}
a.white:hover {text-decoration: none; color: #093ca0;}

p {
	margin-bottom: 8px;
}
	p.error {
		color: #cc0000;
	}

	p.blue {
		color: #093ca0;
	}

	p.grey {
		color: #999999;
	}
	
.clear {
	clear: both;
	height: 1px;
}

.clearspace {
	clear: both;
	height: 15px;
}

.submit {
	padding: 2px 5px 2px 5px;
}

.pages {
	width: 630px;
}

h3 {
	font-size: 15px;
	margin-bottom: 10px;
}

img {
	border: 0px;
}

div.line {
	background-color: #cccccc;
	height: 1px;
	margin: 8px 0 8px 0;
}

div#container {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 1200px;
}

div#container-main {
	position: relative;
	width: 665px;
	float: left;
}

div#container-side {
	float: left;
	width: 185px;
	padding-top: 5px;
}

div#container-side-ads {
	position: absolute;
	left: 870px;
	width: 250px;
	top: 10px;
}
	div#container-side-ads p {
		margin-bottom: 10px;
	}

div#menu {
	background-color: #3399ff;
	padding: 3px 0px 3px 7px;
	margin-bottom: 10px;
	color: #ffffff;
	font-weight: bold;
	width: 843px;
}

div#main-ad {
	margin-bottom: 3px;
	width: 850px;
}

div#footer {
	width:850px; 
	padding-top: 3px; 
	border-top: #cccccc 1px solid;
}

div.content-full {
	width: 650px;
	padding: 5px;
}
	div.content-full img.logo {
		margin-left: 5px;
		border: 1px solid #999999;
		float: right;
	}

	div.content-full h1 {
		position: relative;
		left: -5px;
		width: 655px;
		background-color:  #3399ff;
		color: #ffffff;
		font-size: 13px;
		padding: 1px 0px 1px 5px;
		margin-bottom: 10px;
	}

div.content-left {
	width: 280px;
	padding: 5px;
	float: left;
	margin-right: 5px;
}
	div.content-left h1 {
		position: relative;
		left: -5px;
		width: 285px;
		background-color:  #3399ff;
		color: #ffffff;
		font-size: 13px;
		padding: 1px 0px 1px 5px;
		margin-bottom: 10px;
	}

div.content-right {
	width: 355px;
	padding: 5px;
	float: left;
}
	div.content-right h1 {
		position: relative;
		left: -5px;
		width: 360px;
		background-color:  #3399ff;
		color: #ffffff;
		font-size: 13px;
		padding: 1px 0px 1px 5px;
		margin-bottom: 10px;
	}

div.content-grey {
	background-color: #f2f2f2;
	width: 640px;
	padding: 5px;
	margin-bottom: 15px;
}

	div.content-grey h2 {
		font-size: 15px;
	}

	div.content-grey input.radio {
		margin-left: 8px;
	}

div.content-side {
	background-color: #f2f2f2;
	width: 175px;
	padding: 0px 5px 5px 5px;
}
	div.content-side h1 {
		position: relative;
		left: -5px;
		width: 180px;
		background-color:  #3399ff;
		color: #ffffff;
		font-size: 13px;
		padding: 1px 0px 1px 5px;
		margin-bottom: 10px;
	}

	div.content-side input {
		width: 150px;
		margin-bottom: 3px;
	}

		div.content-side input.submit {
			width: 80px;
			margin-bottom: 3px;
		}

ul {
	list-style-type: none;
	white-space: nowrap;
	width: 380px;
}
	ul.form li {
		float: left;
		margin-bottom: 3px;
		width: 130px;
	}

		ul.form li input.check {
			width: auto;
		}

		ul.form li input {
			width: 200px;
		}


	ul.register li {
		float: left;
		margin-bottom: 3px;
		width: 130px;
	}

		ul.register li input {
			width: 200px;
		}

	ul.filter-list {
		width: auto;
	}

		ul.filter-list li {
			float: left;
			margin-right: 8px;
		}

	ul.sub-menu {
		width: auto;
	}

		ul.sub-menu li {
			float: left;
			margin-right: 10px;
		}

table {

}

	table th {
		text-align: left;
	}

	table.messages td img {
		margin-top: 2px;
	}