html {
	height: 100%;
}

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}

/** styles for text **/

td, th, p, div, ul {
	font-family: "Tahoma","Verdana",sans-serif;
	font-size: 11px;
	color: #333;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {	
	font-family: "Tahoma","Verdana",sans-serif;
	color: #10222B;
	margin-top: 0;
}

.boldText {
	font-weight: bold;
}

.errorText {
	font-weight: bold;
	color: #990000;
}

.left {
	float: left;
}

.clear {
	clear: both;
	height: 0
}

.center {
	width: 100%;
	text-align: center;
}


img {
	border: 0;
}

/** styles for links **/

a, a:active, a:visited {
	color: #10222b;
}

a:hover {
	text-decoration: none;
}


/** styles for layout **/

#wrapper {
	margin: 25px auto 0 auto;
	width: 900px;
	text-align: left;	
	height: 100%;	
}


#content {
	padding: 50px 0 50px 40px;
	min-height: 350px;
	height: auto;
	width: 900px;
	overflow: auto;
}

