/* CSS Document */
/* Outline */
body {
background-color: #D9E6FF;
padding: 0;
margin-bottom: 0;
margin-top: 10px;
width: 95%;}

#body {
width: 760px;
margin: auto;}

#top {
margin-top: 0px;
background: url(./images/bg_top.jpg) no-repeat;
height: 9px;
padding: 0;
overflow: hidden;}

#middle {
background: url(./images/bg_content.jpg) repeat-y;}

#bottom {
margin-bottom: 0px;
background: url(./images/bg_bottom.jpg) no-repeat;
height: 10px;} 

.preload {
display: none;}

/* Content */
#header {
height: 120px;
background-image:url(images/banner.jpg);
text-align: center;
margin-bottom: 15px;}

#content {
margin-left: 30px;
text-align: justify;
width: 594px;
height: 600px;
overflow: auto;
padding-right: 10px;}

#middle > #content {
margin-left: 10px;
width: 587px;}

#footer {
font: 7pt Verdana, Arial, Helvetica, sans-serif;
margin-right: 70px;
padding-bottom: 2px;
text-align: right;}

#rec {
margin-left: 20px;
font-style: italic;}

/* Menu Bar */
#menu {
float: left;
margin-right:10px;
height: 600px;}

.button1, .button1_h, .button2_h, .button3_h, .button4_h {
height: 35px;
width: 115px;
text-indent: 10px;
background-image:url(images/button_default.jpg);
font:small-caps 10pt Verdana, Arial, Helvetica, sans-serif;
line-height: 30px;
display: block;}

.button1_h {
background-image:url(images/button1_h.jpg);
font-weight: bold;}

.button2_h {
background-image:url(images/button2_h.jpg);
font-weight: bold;}

.button3_h {
background-image:url(images/button3_h.jpg);
font-weight: bold;}

.button4_h {
background-image:url(images/button4_h.jpg);
font-weight: bold;}

a.button {
display: block;
text-decoration: none;
color: #000;}

/* PHP Email Table */
.table {
margin-top: 20px;
width: 575px;}

td {
vertical-align:top;}

td.right {
text-align: right;}

.field {
width: 200px;}

.radio {
text-align: right;}

.textbox {
height: 200px;
width: 100%;}