* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;	
}
body {
	margin: 0;
	padding: 0;
	border: 0;			/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #fff;
	font:12px/14px tahoma, arial, helvetica, sans-serif;	
	color:#505050;
}

#wrap {
	margin: auto; 
	width: 950px;
	min-height: 100%;
	border: 0px solid #000;
}

#content {
	width: 100%;
	min-height: 100%;
	background: #000;
}

#header {
	margin: auto;	
	width: 700px;
	min-height: 100px;
	height: 100px;	
}

a { color:#FD7914; text-decoration:underline; }
a:hover { color:#FD7914; text-decoration:none; }

.headertext { text-indent: -9999px; }

H1 { color: #505050; font-size: 16px; font-weight: bold; background: #f4f3f3; padding: 4px; }
H2 { color: #d24100;  font-size: 12px; font-weight: bold; }
H3 { color: #505050; font-size: 16px; font-weight: bold; background: #f4f3f3; padding: 4px; }
H3.formh3 { color: #505050; font-size: 14px; font-weight: bold; background: #f4f3f3; padding: 4px; }

ul { 
	padding: 0;	
	display: block;
	margin: 0;	
}

li.left {	
	list-style-type: none;	
	display: block;
	width: 50%;
	color: #505050;	
	float: left;
}
li.right {
	list-style-type: none;	
	display: block;
	width: 50%;
	color: #505050;	
	float: right;
}

.block-content {
	padding-top: 20px;
	line-height: 1.5em;
}

#block1 {
	float: left;
	width: 450px;
	min-height: 345px;
}

#block2 {
	float: right;
	width: 450px;
	min-height: 345px;
}

#block3 {		
	clear: both;
	width: 950px;	
	margin-top: 20px;
	float: left;

}

#block4 {		
	clear: both;
	width: 950px;	
	margin-top: 20px;
	float: left;

}

#block5 {		
	clear: both;
	width: 950px;	
	margin-top: 20px;
	float: left;

}

#confirm { 
	margin-top: 20px;
	padding: 2px;
	color: #000;
	display: none;
	text-align: center;
	min-height: 20px;
	background: #ffffcc;
	border: 1px solid #ccc;
}

#footer {
	clear: both;
	margin-top: 20px;
	padding: 20px;
	position: bottom;
	width: 100%;
	color: #505050;
}


/* Round borders */

.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('img/round.gif');
	height: 9px;
	font-size: 2px;
	}
.top-left, .bottom-left { 
	margin-right: 9px;
	}
.top-right, .bottom-right { 
	margin-left: 9px;
	margin-top: -9px;
	}
.top-right {
	background-position: 100% 0;
	}
.bottom-left  { 
	background-position: 0 -9px;
	}
.bottom-right { 
	background-position: 100% -9px;
	}
.inside {
	border-left: 1px solid #fd7914;
	border-right: 1px solid #fd7914;
	background: #fff;
	color: #505050;
	padding-left: 10px;
	padding-right:10px;
	}
.notopgap    { margin-top: 0; }
.nobottomgap { margin-bottom: 0; }

/* Grey round */

.top-leftg, .top-rightg, .bottom-leftg, .bottom-rightg { 
	background-image: url('img/round_grey.gif');
	height: 9px;
	font-size: 2px;
	}
.top-leftg, .bottom-leftg { 
	margin-right: 9px;
	}
.top-rightg, .bottom-rightg { 
	margin-left: 9px;
	margin-top: -9px;
	}
.top-rightg {
	background-position: 100% 0;
	}
.bottom-leftg  { 
	background-position: 0 -9px;
	}
.bottom-rightg { 
	background-position: 100% -9px;
	}
.insideg {
	border-left: 1px solid #fd7914;
	border-right: 1px solid #fd7914;
	background: #f4f3f3;
	color: #505050;
	padding-left: 10px;
	padding-right:10px;
	}


/* Forms */

.form {
	border: 0px solid #ccc;
}
.form-component {
	display: block;
	background: #f4f3f3;
	padding: 3px;	
	border-bottom: 0px;
}

label,input {
	display: block;	
	float: left;
	margin-bottom: 5px;	
}

input.txt {
	border: 1px solid #999;
	font:11px/12px tahoma, arial, helvetica, sans-serif;	
	color:#505050;
	padding: 2px;
}
select { font:11px/12px tahoma, arial, helvetica, sans-serif; color:#505050; }

label {	
	text-align: left;
	font:11px/12px tahoma, arial, helvetica, sans-serif;	
	font-weight: bold;
	width: 125px;
	padding: 2px;
	margin-right: 2px;
	color:#505050;
}

br {
	clear: left;
}
