@charset "UTF-8";
/* CSS Document */

.page #body_container {
	width: 1000px;
	min-height: 543px;
	background-image: url(../images/background.jpg);
	overflow:visible;
}

.page #left_container {
text-align: left;
width: 242px;
height: 520px;
position: relative;
float: left;
}

.page #middle_container {
width: 293px;
height: 490px;
position: relative;
float: left;
padding-left: 10px;
padding-right: 10px;
padding-top: 30px;
overflow:hidden;
}

.page #right_container {
width: 445px;
height: 520px;
float: left;
text-align: left
}

.page #bottom_container {
width: 940px;
min-height: 30px;
clear: both;
position: relative;
left: 0px;
top: 0px;
float: bottom;
overflow:visible;
padding-top: 0px;
padding-right: 30px;
padding-left: 30px;
background-color:#EAEAEA;
}

.page #nav_container {
	width: 202px;
	float: none;
	position: absolute;
	left: 40px;
	top: 314px;
}

.page #button_container {
width: 202px;
height: 28px;
}

.page #image_container {
float: none;
position: relative;
height: 256px;
width: 351px;
left: 23px;
top: 57px;
}


.h6 {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
color: #999999;
}

.p {
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
}

.h2 {
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
}

.h1 {
text-align: left;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 18px;
color: #333333;
}

p {
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
}

h2 {
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
}

h1 {
text-align: left;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 18px;
color: #333333;
}

a.body:link {color: #999999; text-decoration: underline;}
a.body:visited {color: #999999; text-decoration: underline;}
a.body:hover {color: #AFCA79; text-decoration: underline}

a:link {color: #333333; text-decoration: underline;}
a:visited {color: #333333; text-decoration: underline;}
a:hover {color: #AFCA79; text-decoration: underline}