html {
	height:100%;
}

body {
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
	color:#212021;
	background-color: #f2f2f2;
	text-align:left;
}

a {
	text-decoration:none;
	color:#ff3333;
}

p {
	padding:0;
	margin:0;
	padding-bottom:0.7em;
}

h1 {
	font-size:13px;
}

h1 a {
	font-size:15px;
	text-decoration:none;
	color:#212021;
	font-weight:bolder;
}

h2 {
	font-size:13px;
	margin:0;
	padding-bottom:3px;
}

h3 a {
	font-size:13px;
	text-decoration:none;
	color:#ff3333;
}

img {
	border:none;
}

#outer{
	margin-left: auto;
	margin-right: auto;
	height:100%;
	width:900px;
	margin-top: 55px;
}

#header{
	position:relative;
	border-bottom:1px solid #b5b5b5;
}
 
#header_flags{
	position:absolute;
	bottom:0px;
	left:0px;
	width:200px;
	height:20px;
	text-align:left;
}

#header_info{
	position:relative;
	left:200px;
	bottom: 0px;
	right: 100px;
	width:500px;
	padding-bottom:5px;
	text-align:left;
}

#clear_innerwrap {width:900px;height:0px;clear:both}
#innerwrap {
	float:left;
	width:900px;
	background-color:#ffffff;
	overflow:hidden;
}

#left {
	position:relative;
	width:186px;
	float:left;
	text-align:right;
}

#content {
	position:relative;
	width:485px;
	float:left;
	padding-top:60px;
	padding-left:60px;
	padding-right:80px;
	text-align:justify;
}

#content img {
	margin-top:10px;
}

#picture_left {
	position:relative;
	float:left;
	clear:both;
	padding-right:5px;
	padding-top:3px;
}
#picture_right {
	position:relative;
	float:right;
	padding-left:5px;
	padding-top:3px;
}

#right {
	position:relative;
	width:84px;
	float:right;
	padding-right:5px;
	padding-top:5px;
}

#clear_icons {width:900px;height:0px;clear:both}
#icons {
	background-color:#ffffff;
	position:relative;
	width:900px;
	height:20px;
	text-align:right;
	color:#7a797a;
}
#icons a {
	color:#7a797a;
}

#clear_footer {width:900px;height:0px;clear:both}
#footer {
	position: absolute;
	width:900px;
	height:20px;
	border-top:1px solid #b5b5b5;
	text-align:center;
	color:#7a797a;
}
#footer a {
	color:#7a797a;
}	

#form_labels {
	position:relative;
	float:left;
	line-height:22px;
}

#form_input {
	text-align:left;
	position:relative;
	float:right;
	padding-right:75px;
}

.inputform {border:none;}
.inputform label {
	float:left;
	width:125px;
}
