html,body {
    font: normal 12px arial, sans-serif;
    background:#ffffff;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5 {
	text-align: center;
}

#container {
    width: 800px;
	margin-left: auto;
	margin-right: auto;
    position: relative;
}

#upper {
    width: 100%;
    height: 201px;
    position: relative;

}

#upper_left {
    width: 30px;
    height: 201px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#upper_right {
    width: 25px;
    height: 201px;
    position: absolute;
    top: 0px;
    right: 0px;
}

#middle {
    width: 100%;
    position: relative;
}

#middle_left {
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#middle_right {
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}

#lower {
    width: 100%;
    height: 37px;
    position: relative;
}

#lower_left {
    width: 30px;
    height: 37px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#lower_right {
    width: 25px;
    height: 37px;
    position: absolute;
    top: 0px;
    right: 0px;
}

/* Special Cases */

#logo {
    position: absolute;
    left: 30px;
    top: 0px;
}

#login_box {
    position: absolute;
    top: 64px;
    right: 208px;
}

#login_text {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 48px;
    right: 282px;
}

#password_box {
    position: absolute;
    top: 64px;
    right: 96px;
}

#password_text {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 48px;
    right: 144px;
}

#login_help {
    position: absolute;
    top: 64px;
    right: 14px;
}

#login_submit {
    position: absolute;
    top: 64px;
    right: 36px;
}

#logout_submit {
    position: absolute;
    top: 64px;
    right: 14px;
}

#login_user {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 65px;
    right: 80px;
}

input {
    height: 12px;
    width: 100px;
    background: #ffffff;
    border: 1px solid;
    font-size: 9px;
    padding-left: 2px;
    padding-right: 2px;
}

input.submit {
    height: 18px;
    width: 56px;
    color: #ffffff;
    margin-top: 0px;
    margin-right: 0px;
    font-size: 10px;
    font-weight: bold;
    padding-bottom: 3px;
}

#navigation_bar {
    height: 35px;
    position: absolute;
    top: -38px;
}

.navigation_button {
    width: 90px;
    height: 26px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    float: left;
    padding-top: 3px;
    margin-left: 4px;
    margin-right: 4px;
}

a.navigation_button:link, a.navigation_button:active, a.navigation_button:visited, a.navigation_button:hover {
    color: #ffffff;
    text-decoration: none;
}

.leftmenucolumn {
    background: #dddddd;
    font-size: 14px;
    font-weight: bold;
    border-top: 2px #000000 solid;
    border-right: 2px #000000 solid;
    margin: 0px;
    padding: 14px;
    vertical-align: top;
}

.leftmenucolumn ul {
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    position: relative;
    left: 10px;
    width: 100%;
}

.leftmenucolumn li {
    padding-bottom: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
}

.rightmenucolumn {
    border-top: 2px #000000 solid;
    padding: 4px;
    vertical-align: top;
}

#content {
    background-color: #ffffff;
    width: 720px;
    padding: 10px;
	margin-left: 29px;
	margin-right: 51px;
    position: relative;
    top: -30px;
}

#content_corner_upper_left {
    width: 4px;
    height: 4px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#content_corner_upper_right {
    width: 4px;
    height: 4px;
    position: absolute;
    top: 0px;
    right: 0px;
}

#content_corner_lower_left {
    width: 4px;
    height: 4px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#content_corner_lower_right {
    width: 4px;
    height: 4px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/* Table Classes */

/* Table Classes */
.standard_table_header td, .vtTitle td, .vtColumnHeader td {
    padding: 5px;
    background: #dddddd;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border: 1px #000000 solid;
}

.standard_table td, .vtVoteData td {
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    font-size: 12px;
    border: 1px #000000 solid;
}

/* Form Classes */

/* Used to set highlight behind form fields */
textarea:focus, input:focus, select:focus {
      border: 1px solid;
      background-color: #FFFF9D;
}

/* Styling for common forms */
.standard_form {
    font-size: 12px;
    font-weight: bold;
}

.standard_form .required_text {
    color: #FF0000;
    font-family: serif;
    font-size: 14px;
    font-weight: bold;
}

.standard_form .required_text_err {
    color: #FF0000;
    font-size: 9px;
    position: relative;
    top: -8px;
}

.standard_form input {
    height: 14px;
    width: 200px;
    border: 1px solid;
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
}

.standard_form input.submit {
    width: 100px;
    height: 24px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding-bottom: 3px;
}

.standard_form input.submit2 {
    width: 150px;
    height: 24px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding-bottom: 3px;
}

.standard_form select {
    height: 20px;
    width: 240px;
    border: 1px solid;
    font-size: 12px;
    padding-left: 2px;
    padding-right: 0px;
}

.standard_form textarea {
    height: 150px;
    width: 350px;
    border: 1px solid;
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
}

.standard_form td {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

/* Additional styling for product and quantity within standard forms */
.standard_form .quantity {
    width: 40px;
    text-align: right;
}

.standard_form .product {
    width: 400px;
    text-align: left;
}

/* Additional styling for phone numbers within standard forms */
.standard_form .phone_area_code, .standard_form .phone_prefix {
    width: 30px;
    text-align: center;
}

.standard_form .phone_line_number {
    width: 40px;
    text-align: center;
}

.standard_form .phone_line_number {
    width: 40px;
    text-align: center;
}

/* Character counter styling for send message page */
.character_counter {
    font-size: 11px;
    text-align: center;
}

.character_counter input {
    font-size: 11px;
    width: 24px;
    border: 0px none;
}