﻿body 
{
    background-color:white;
    text-align: -moz-center;
    margin:0;
    padding:0;
}

#page
{
    width:737px;
    min-height:20px;
    background-color:White;
}

#header
{
    width:737px;
    max-height:107px;
    font-size:1px;
}

#headerp1
{
    width:128px;
    height:107px;
    background-image:url(images/site/header/header-p1.jpg);
    float:left;
}

#headerp2
{
    width:128px;
    height:107px;
    background-image:url(images/site/header/header-p2.jpg);
    float:left;
}

#headerp3
{
    width:128px;
    height:107px;
    background-image:url(images/site/header/header-p3.jpg);
    float:left;
}

#headerp4
{
    width:353px;
    height:71px;
    background-image:url(images/site/header/header-p4.jpg);
    float:left;
    vertical-align:top;
}

#headerp5
{
    width:113px;
    height:36px;
    background-image:url(images/site/header/header-p5.jpg);
    float:left;
    vertical-align:bottom;
}

#headerp6
{
    width:240px;
    height:36px;
    background-image:url(images/site/header/header-p6.jpg);
    float:left;
    vertical-align:bottom;
}

#headlinks
{
    width:205px;
    height:24px;
    float:right;
    padding-top:12px;
    padding-right:25px;
    font-style:normal;
}

#headlinkstext1
{
    width:33%;
    font-family:Arial;
    font-size:16px;
    float:left
}

#headlinkstextmid
{
    width:4%;
    font-family:Arial;
    font-size:16px;
    text-align:center;
    float:left
}

#headlinkstext2
{
    width:63%;
    font-family:Arial;
    font-size:16px;
    float:right;
}

#navside
{
    width:208px;
    float:left;
    vertical-align:top;
}

#navbuttons
{
    width:175px;
    height:454px;
    text-align:left;
    padding-left:5px;
    padding-top:3px;
    float:left;
    vertical-align:top;
    border-left-width:1px;
    border-left-color:#B9E1F8;
    border-left-style:solid;
}

#navrightline
{
    width:22px;
    height:457px;
    float:right;
    background-repeat:no-repeat;
    background-position:bottom;
    background-image:url(images/site/nav/nav-left-line.jpg);
}
    
#navbotline
{
    width:191px;
    height:11px;
    float:left;
    vertical-align:bottom;
    background-repeat:no-repeat;
    background-position:top;
    background-image:url(images/site/nav/nav-bot-line.jpg);
}

#main
{
    width:506px;
    min-height:200px;
    float:right;
    padding-left:10px;
    padding-right:10px;
    font-family:Arial;
    font-size:medium;
}

#maintitleline
{
    width:499px;
    height:30px;
    float:right;
    padding-right:10px;
    padding-top:10px;
    font-family:Arial;
    font-size:medium;
    font-weight:bold;
    vertical-align:middle;
    text-align:left;
}

#mainsection
{
    width:499px;
    height:20px;
    float:right;
    padding-right:10px;
    padding-top:20px;
    padding-bottom:5px;
    font-family:Arial;
    font-size:medium;
    font-weight:bold;
    vertical-align:middle;
    text-align:left;
}

#maintext
{
    width:506px;
    min-height:450px;
    float:right;
    font-family:Arial;
    font-size:small;
    font-weight:normal;
    vertical-align:middle;
    text-align:justify;
    padding-bottom:15px;
}

#botline
{
    float:right;
    position:relative;
    width:738px;
    min-height:30px;
    padding-top:5px;
    background-image:url(images/site/page-bot-line.jpg);
    background-position:top;
    background-repeat:no-repeat;
    font-family:Arial;
    font-size:10px;
}

#bluebox
{
    width:100%;
    min-height:50px;
    background-color:#C9E8FA;
}

/* Top Navigation Bar */


.button
{
    border-top-width:2px;
    border-top-color:White;
    border-top-style:solid;
    font-family:Arial;
    font-size:16px;
    padding-top:5px;
    width:171px;
    height:23px;
    float:left;
    background-color:#C9E8FA;    
	text-align: left;
	padding-bottom:0px;
	padding-left:4px;
}
.button:hover{
	background-color:#6BBFF1;
}

