@charset "UTF-8";
/* CSS Document */

html, body{
margin:0;
padding:0;
border:0;
font-family:Arial;
height:100%;
}

#left{
float:left;
width:25%;
min-height:100%;
}

#left_content{
width:225px;
background-color:#FFFFFF;
float:right;
}

#right{
width:75%;
float:right;
background-position:top;
background-repeat:repeat-x;
background-image:url(img/bg_gradient.gif);
background-color:#004050;
min-height:100%;
}

#right_content{
width:770px;
height:900px;
background-image:url(img/bg_image.gif);
}

h1{
font-size:21px;
color:#e6ac06;
font-weight:normal;
margin:0 0 20px 0;
padding:220px 300px 0 32px;
}

p.introduction{
font-size:15px;
line-height:20px;
color:#fff;
padding:0 0 0 32px;
margin:0 30px 0 0;
width:435px;
float:left;
}

p.bodytext{
font-size:15px;
line-height:20px;
color:#fff;
padding:0 0 10px 32px;
margin:0 30px 0 0;
width:535px;
float:left;
}

h2{
font-size:21px;
color:#fff;
clear:both;
font-weight:normal;
padding:40px 0 0 32px;
}

p.contact{
font-size:13px;
color:#fff;
clear:both;
padding:0 0 0 32px;
}

a{
text-decoration:none;
font-size:18px;
width:178px;
display:block;
margin:0 0 30px 0; 
float:right;
border-left-width:thick;
border-left-style:solid;
}

a.introduction{
height:30px;
padding:10px 0 0 10px; 
color:#e6ac06;
border-left-color:#e6ac06;
}

a.pdf{
height:40px;
padding:0 0 0 10px; 
color:#c2591c;
border-left-color:#c2591c;
}

a.summary{
height:30px;
padding:10px 0 0 10px; 
color:#a9c2e2;
border-left-color:#a9c2e2;
}

a.support{
height:40px;
padding:0 0 0 10px; 
color:#037994;
border-left-color:#037994;
}

a:hover{
text-decoration:underline;
}

div.formDiv{
font-size:15px;
line-height:20px;
color:#fff;
padding:0 0 0 32px;
margin:0 30px 0 0;
width:780px;
float:left;
}

div.slogans input {
	clear: both;
	float: left;
	}
p.formfield label {
	display: block;
	}
	
	
div#right_content a {
	text-decoration:none;
	font-size:15px;
	width: auto;
	display: inline;
	margin:0 0 0px 0; 
	float:none;
	border-left-width:0px;
	border-left-style:none;
	color: #e6ac06;
	}

div#right_content a:hover {
	color: #fff;
	text-decoration:underline;
}

