body {
	margin: 0;
	padding: 0;
	font: 12px arial, helvetica, sans-serif;
	background-color: #B3E4F5;
}

#container {
margin: auto;
width: 710px;
padding: 0px 20px 0px 20px;
position: relative;
background-image: url(/images/content_bg.gif);
background-repeat: repeat-y;
background-position: top;
border-top: 4px solid #67CAEB;
}

#logo {
position: absolute;
left: 0px;
top: -4px;
}

#column1 {
padding: 251px 0px 0px 0px;
float: left;
width: 290px;

}

#column2 {
	margin: 0px 20px 0px 310px ! important;
	margin: 0px 17px 0px 310px;
	padding-top: 50px;
	position: relative;
	line-height: 20px;
}


#footer {
	border-top: 4px solid #C6298B;
	background-color: #B3E4F5;
	height: 60px;
	margin: auto;
	width: 750px;
}

#profile {
border-top: 4px solid #C6298B;
padding: 10px 20px 0px 20px;
line-height: 20px;
}

#top_buttons {
position: absolute;
top: -4px;
/*left: 34px;*/
left: 349px;
}

#top_buttons img, .right_margin {
margin-right: 5px;
}

#bottom_buttons {
width: 322px;
text-align: left;
margin: 80px auto 50px auto;
}

.panel_outer {
width: 380px;
position: relative;
background-image: url(/images/panel_top.gif);
background-repeat: no-repeat;
background-position: top;
background-color: #67CAEB;
text-align: center;
}

.panel_inner {
background-image: url(/images/panel_bottom.gif);
background-repeat: no-repeat;
background-position: bottom;
padding: 0 10px 20px 10px;
text-align: left;
}

form {
display: inline;
}

.form_fields {
position: relative;
background-color: #FFFFFF;
padding: 5px;
}

.form_fields .input_text {
width: 120px;
background-color: #B3E4F5;
}


#send {
padding: 10px 10px 0 10px;
clear: right;
}

#send span {
color: #FFFFFF;
font-weight: bold;
font-size: 25px;
clear: left;
}

#send input {
float: right;
display: block;
width: 110px;
height: 70px;
background: url("/images/send_now.gif") 0 0 no-repeat;
}

#small_logo {
position: absolute;
bottom: 20px;
left: 40px;
}



h1 {
font-size: 12px;
display: inline;
font-weight: bold;
}


h2 {
	display: inline;
	font-size: 18px;
	color: #00A6DF;
	font-family: Arial, Helvetica, sans-serif;
}

.highlight {
color: #730048;
}

a:link, a:active, a:visited {
color: #730048;
text-decoration: none;
}
a:hover {
color: #730048;
text-decoration: underline;
}

.hr {
border-top: 4px solid #C6298B;
}

#enlargement {
	position: absolute;
	z-index: 1;
background-color: #FFFFFF;
text-align: center;
padding-bottom: 10px;
}

.headline {
color: #730048;
text-align: center;
line-height: 36px;
margin: 10px 0 20px 0;
font-family: Arial, Helvetica, sans-serif;
}

#priorities {
margin: 30px auto 0 auto;
}

ul {
list-style-image: url(/images/bullet.jpg);
}


