* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: none;
	}

html {
	font-size: 1em;
	}

body { 
  	background: #ccc url(../image/body-background.png) repeat-x top;
  	margin-top: 0 0 30px 0;
	font-size: 0.65em;
	}

#container { 
	margin: 0 auto;
	width: 950px;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #666;
	}

#container2 {
	background: #fff;
	margin: 0pt auto;
	font-size: 11px;
	line-height: 1.6em;
	color: #333;
	overflow: hidden;
	height: 1%;
	}

h1 {
	color: #048;
	font-size: 2em;
	margin: 0 0 30px 15px;
	}

h2 { 
	font-size: 1.6em;
	color: #e12;
	}

h3 { 
	font-size: 1.4em;
	color: #333;
	}

h4 { 
	font-weight: normal;
	font-size: 1.1em;
	color: #333;
	}

a {
	text-decoration: none;
	font-weight: bold;
	color: #048;
	}

a:hover {
	text-decoration: underline;
	}

form {
	font-size: 0.9em;
	}

input, textarea {
	width: 220px;
	border: 1px solid #048;
	padding: 3px;
	font-size: 1.1em;
	}

.button { 
	border: 1px solid #048;
	padding: 2px;
	background-color: #048;
	color: #fff;
	font-size: 11px;
	}

#header { 
	clear: both;
	background: url(../image/hdinfo.png) no-repeat right top;
	height: 100px;
	width: 950px;
	overflow: hidden;
	}

#header h1 {
	margin: 40px 0 0 30px;
	padding: 0;
	}

#header p {
	margin: 0 0 0 30px;
	}

#tabs10 {
	font-size: 1.1em;
	display: block;
	width: 950px;
	overflow: hidden;
	height: 1%;
	margin-bottom: 10px;
	background: url(../image/menu-background.gif) repeat-x;
	background-position: 0 -42px;
	}

#tabs10 ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#tabs10 li { 
	margin: 0;
	padding: 0;
	display: inline;
	}

#tabs10 a {
	border-right: 1px solid #fff;
	margin: 0;
	padding: 0;
	background: url(../image/menu-background.gif) repeat-x;
	text-decoration: none;
	float: left;
	}

#tabs10 a span { 
	padding: 4px 12px;
	display: block;
	color: #fff;
	float: left;
	}

#tabs10 a span { 
	float: none;
	}

#tabs10 a:hover { 
	background-position: 0 -42px;
	}

#tabs10 a:hover span {
	}

#content { 
	padding: 10px 15px 10px 25px;
	float: left;
	width: 635px;
	}

#content p { 
	padding-bottom: 5px;
	}

#sidebar { 
	padding: 10px 20px;
	float: right;
	width: 190px;
	}

#sidebar p { 
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	}

#news { 
	padding: 1px;
	float: right;
	width: 185px;
	font-size: 8px;
	line-height: 10px;
	}

#news p { border-bottom: 1px solid #ccc;
	padding-bottom: 1px;
	}

#footer p {
	text-align: center;
	padding: 0;
	margin: 0;
	color: #555;
	font-size: 0.9em;
	margin-top: 10px;
	}

#footer p a {
	color: #999;
	font-weight: normal;
	}

#footer p a:hover {
	color: #048;
	}

#space { height: 30px;
	width: 950px;
	display: table;
	}

form table td { text-align: right; }