body {
	font-family: Verdana;
	font-size: 11px;
}

img {
	border: none;
	padding: 0;	
	vertical-align: top;
}

.button {
	float: right;
}

a {
	outline: none;
}

ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
}

p {
	padding: 0;
	margin-top: 5px;
}

form {
	margin-top: 20px;
}

form input{
	width: 170px;
	margin-left: 10px;
	font-family: Verdana;
	font-size: 11px;	
}

form input#submit {
	width: 105px;
	height: 30px;
}

form textarea{
	width: 170px;
	height: 100px;
	font-family: Verdana;
	font-size: 11px;
}

table {
	text-align: right;
}

table td.error {
	text-align: left;
	color: red;
}

.required {
	color: red;
	position: absolute;
}

a.bottom {
	margin: 0;
	padding: 0;
	position: relative;
}

div#imgBanner {
	float: right;
	width: 257px;
	margin-top: 120px;
}

div#wrapper {
	left: 50%;
	position: absolute;	
	margin-left: -417px;
	width: 835px;
}

div#logo {
	width: 273px;
	height: 64px;	
}

div#leftCol {
	float: left;
	display: inline;
	width: 575px;
}

div#middleContent{
	width: 550px;	
	background: url('../img/middle-sides.png') repeat-y;
	padding: 0px 14px 14px 14px;
}

div#subWrapper {
	margin-left: 10px;
}

div#spacer {
	background: url('../img/spacer.png') no-repeat;
}

div#middleSubContent {
	background: url('../img/middle-sub-sides.png') repeat-y;
	width: 480px;
	margin-left: 7px;
	padding: 1px 14px 14px 14px;
}

div#fullTopBorder {
	background: url('../img/full-top-border.png') no-repeat;
	height: 3px;
}

div#middleBottom {
	background: url('../img/middle-bottom.png') no-repeat;
	margin-left: 7px;	
}

div#bottomBorder {
	background: url('../img/bottom-border.png') no-repeat;
}

div#error {
	background:#FFF2F2 url(../img/exclamation.png) no-repeat scroll 10px 10px;
	border:1px solid #FF0000;
	color:#BF0000;
	margin:5px 20px 15px 0;
	padding:10px 10px 10px 35px;
	width:195px;
}

ul#leftList {
	float: left;
	width: 200px;
}

ul#rightList {
	float: right;
	width: 200px;
}

ul#customList {
	list-style: decimal;
}

div#bottomPicContent {
	margin-left: 18px;
}

img#picz {
	margin-left: -5px;
}

