html
{
height: 100%
}

body
{
background-image: url(images/body_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height: 100%;
text-align: center; /* Centers the page */
margin: 30px;
}

#wrapper /* Keeps everything in tact */
{
background-image: url(wrapper_bg.jpg);
background-repeat: repeat-y;
background-color: #c5d6f0;
position: relative;
margin: 0 auto;
text-align: left; /* Everything inside the wrapper is set back to left */
width: 750px;
}

#header /* Includes the top banner, image, and divider. */
{
background-image: url(images/header.jpg);
background-repeat: no-repeat;
background-color: #c5d6f0;
position: absolute;
top: 0px;
width: 750px;
height: 200px;
}

#header_text1
{
background-color: transparent;
position: absolute;
top: 13px;
left: 15px;
font-family: arial;
font-size: 28px;
font-weight: bold;
color: #ffffff;
}

#header_text2
{
background-color: transparent;
position: absolute;
top: 26px;
left: 320px;
font-family: arial;
font-size: 14px;
font-weight: bold;
color: #ffffff;
}

#header_text3
{
background-color: transparent;
position: absolute;
top: 22px;
right: 15px;
font-family: arial;
font-size: 16px;
font-weight: bold;
color: #ffffff;
}

#menu
{
background-image: url(images/menu_bg.jpg);
background-repeat: repeat-x;
position: absolute;
top: 200px;
left: 0px;
width: 750px;
height: 30px;
text-align: center;
}

a.menubutton
{
width: 120px;
height: 30px;
background-image: url(images/menu_button_off.jpg);
background-repeat: no-repeat;
display : moz-inline-block;
display : inline-block;
float: left;
}

a.menubutton:hover
{
width: 120px;
height: 30px;
background-image: url(images/menu_button_hover.jpg);
background-repeat: no-repeat;
display : moz-inline-block;
display : inline-block;
float: left;
}

a.menubutton:active
{
width: 120px;
height: 30px;
background-image: url(images/menu_button_active.jpg);
background-repeat: no-repeat;
display : moz-inline-block;
display : inline-block;
float: left;
}

#contentwrapper /*Inside the wrapper, contains the main content */
{
background-image: url(images/content_bg.png);
background-repeat: repeat-y;
background-color: transparent;
position: absolute;
top: 230px;
left: 0px;
width: 750px;
}

#content /* Inside the contentwrapper, gap on the left and right. */
{
background-color: #c5d6f0;
position: absolute;
top: 10px;
left: 20px;
width: 710px;
}

#footer
{
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
background-color: #ffffff;
position: absolute;
left: 0px;
bottom: 0px;
height: 90px;
width:  750px;
}

#footer_text1
{
background-color: transparent;
position: absolute;
top: 25px;
left: 20px;
font-family: arial;
font-size: 13px;
font-weight: bold;
color: #ffffff;
}

#footer_text2
{
background-color: transparent;
position: absolute;
top: 25px;
left: 595px;
font-family: arial;
font-size: 13px;
font-weight: bold;
color: #ffffff;
}

a.window_link
{
font-family: arial;
font-size: 13px;
color: #333333;
text-decoration: none;
display: inline;
}


a.window_link:hover
{
font-family: arial;
font-size: 13px;
color: #618050;
text-decoration: underline;
}


a.window_link:active
{
font-family: arial;
font-size: 12px;
color: #618050;
text-decoration: underline;
}

a.window_link2
{
font-family: arial;
font-size: 12px;
color: #333333;
text-decoration: none;
}

a.window_link2:hover
{
font-family: arial;
font-size: 12px;
color: #618050;
text-decoration: underline;
}

a.window_link2:active
{
font-family: arial;
font-size: 12px;
color: #618050;
text-decoration: underline;
}

a
{
font-family: arial;
font-size: 12px;
color: #666666;
text-decoration: none;
}

a:hover
{
font-family: arial;
font-size: 12px;
color: #618050;
text-decoration: underline;
}

a:active
{
font-family: arial;
font-size: 13px;
color: #618050;
text-decoration: underline;
}

p
{
font-size: 12px;
font-family: arial;
color: #000000;
}

p.list
{
font-size: 12px;
font-family: arial;
color: #333333;
font-weight: bold;
}

h1.green
{
font-size: 15px;
font-family: arial;
font-weight: bold;
font-variant: small-caps;
color: #025c04;
margin: 0px;
}

h1.blue
{
font-size: 14px;
font-family: arial;
font-weight: bold;
font-variant: small-caps;
color: #001161;
margin: 0px;
}

h1.main
{
font-family: arial;
font-size: 18px;
font-weight: bold;
color: #001161;
margin: 0px;
}

h2
{
font-size: 16px;
font-family: arial;
font-weight: bold;
color: #132812;
}

h3
{
font-size: 15px;
font-family: arial;
color: #254f24;
}

.li_arrows
{
color: #001161;
font-size: 12px;
font-weight: bold;
}

.floatright
{
float: right;
padding: 5px;
}

.floatleft_bordered
{
float: left;
margin: 5px;
border: 2px solid #ffffff;
}

.large_bordered
{
border: 5px double #333333;
}

.bordered
{
border: 1px solid #ffffff;
}


