/* CSS Document */

body {
background-image:url(images/background.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#000000;
margin:0px 0px;
text-align:center;
}

#container {
width:800px;
margin:0px auto;
text-align:left;
}

#top {
width:800px;
height:37px;
}

#middle {
width:800px;
}

#footer {
width:800px;
height:40px;
text-align:center;
}

#homeleftcolumn {
width:206px;
min-height:311px;
height:auto;
background-color:#e9e3d0;
margin:0px;
padding:0px;
text-align:left;
}

#homerightcolumn {
width:500px;
min-height:352px;
height:auto;
background-image:url(images/back_texture.jpg);
background-position:top left;
background-repeat:no-repeat;
}

#content {
min-height:352px;
height:auto;
width:100%;
}

.navcell {
background-image:url(images/nav_image.jpg);
background-position:top left;
background-repeat:no-repeat;
margin:0px;
padding:0px;
height:32px;
}

.leftborder {
background-image:url(images/black_box.gif);
background-position:left;
background-repeat:repeat-y;
}

.rightborder {
background-image:url(images/black_box.gif);
background-position:right;
background-repeat:repeat-y;
}

.borders {
background-image:url(images/wide_background.jpg);
background-position:center;
background-repeat:repeat-y;
}

#navbar {
height:32px;
text-align:right;
margin:0px;
padding:0px;
}

.nopad {
margin:0px;
padding:0px;
}

p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
margin:0px;
padding:10px 35px 0px 35px;
line-height:18px;
}

a {
color:#5c0024;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

h1 {
margin:0px;
padding:20px 25px 0px 25px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#022C64;
font-weight:normal;
}

h2 {
margin:0px;
padding:20px 35px 0px 35px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#611C38;
}

#buttoncolumn {
width:167px;
float:right;
margin-left:20px;
}

#footer p {
color:#bfae79;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

#footer a {
color:#bfae79;
text-decoration:underline;
}

#footer a:hover {
color:#bfae79;
text-decoration:none;
}

#requestTable p {
padding:0px 0px;
}