/* overall styles */

body {
   margin:0px 0px;
   padding:0px;
   text-align: center;
   color: #111111;
   font-family: 'Trebuchet ms', 'Verdana', 'Arial';
   font-size: 14px;
   background: url('./images/body_bg.jpg') #DBDBDB repeat-x;
}

div {
   margin: 0px;
   padding: 0px;
   border: 0px;
}

img {
   margin: 0px;
   padding: 0px;
   border: 0px;
}

a {
   color: #670001;
}

h1 {
   font-size: 22px;
   font-weight: normal;
   color: #670001;
}

h2 {
   font-size: 14px;
   font-weight: bold;
}

h3 {
   font-size: 16px;
   font-weight: normal;
   color: #670001;
}

h4 {
   font-size: 18px;
   font-weight: bold;
   color: #000000;
}

table {
   margin: 0px;
   padding: 0px;
   border: 0px;
   font-size: 14px;
}

tr {
   margin: 0px;
   padding: 0px;
   border: 0px;
}

td {
   margin: 0px;
   padding: 0px;
   border: 0px;
}

form {
   width: auto;
   height: auto;
   margin: 0px;
   padding: 0px;
}

/* general classes */
.floatLeft {
   float: left;
   display: inline;
}

.floatRight {
   float: right;
   display: inline;
}

/* header */
#outer {
   width: 957px;
   margin: 0px auto;
   text-align: left;
}

#header {
   width: 957px;
   height: 210px;
}

.header_1 {
   background: url('./images/header_1.png') no-repeat center bottom;
}

.header_2 {
   background: url('./images/header_2.png') no-repeat center bottom;
}

.header_3 {
   background: url('./images/header_3.png') no-repeat center bottom;
}

.header_4 {
   background: url('./images/header_4.png') no-repeat center bottom;
}

#header #top_spacer {
   width: 957px;
   height: 10px;
   background: url('./images/header_top.png') center top repeat-y;
}

/* footer */
#footer {
   width: 957px;
   margin-top: 4px;
   height: 50px;
   background: url('./images/footer_bg.png') center top repeat-y;
	bottom: 0px;
   color: #DDDDDD;
   font-size: 12px;
   font-family: 'trebuchet ms';
}

#footer_right {
   margin-right: 28px;
   height: 25px;
   line-height: 25px;
   text-align: right;
   float: right;
   display: inline;
}

#footer_left {
   margin-left: 28px;
   width: 300px;
   height: 25px;
   line-height: 25px;
   text-align: left;
   float: left;
   display: inline;
}

#footer a {
   color: #FFFFFF;
}

/* content */
#content_table {
   width: 957px;
   background: url('./images/content_bg.png') center center repeat-y;
}

#content_table td {
   vertical-align: top;
}

#content_outer {
   width: 100%;
   text-align: center;
}

/* left sidebar */


/* menu */
#menu {
   margin-left: 14px;
   margin-top: 0px;
   width: 173px;
}

#menu a {
   text-decoration: none;
   background: #670001;
   font-size: 16px;
   font-family: 'Trebuchet ms', 'Verdana', 'Arial';
   color: #DDDDDD;
   width: 173px;
   height: 27px;
   line-height: 26px;
}

#menu a:hover {
   color: #FFFFFF;
}

#menu a .padding_left{
   width: 10px;
   height: 27px;
}

#menu .spacer {
   width: 173px;
   height: 10px;
}

/* middle content */
#middle_content_outer {
   width: 490px;
}

#middle_content_inner {
   width: 460px;
   margin-left: 15px;
   font-size: 14px;
   text-align: justify;
}

#middle_content_bottom_spacer {
   width: 490px;
   height: 25px;
}

/* right sidebar */
#right_sidebar {
   margin-right: 16px;
   width: 264px;
   color: #DDDDDD;
}

#right_sidebar .h1 {
   width: 264px;
   margin-top: 15px;
   margin-bottom: 15px;
   background: #000000;
   color: #FFFFFF;
   font-size: 16px;
   height: 30px;
   line-height: 29px;
}

#right_sidebar p {
   margin: 10px;
}

#right_sidebar .form_row {
   margin-right: 28px;
   text-align: right;
   clear: both;
}

#right_sidebar .form_row input {
   width: 160px;
   margin-left: 5px;
}

#right_sidebar .form_row textarea {
   width: 160px;
   margin-left: 5px;
   height: 100px;
}

#right_sidebar a.button {
   width: 120px;
   height: 30px;
   line-height: 29px;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-right: 20px;
   color: #DDDDDD;
   background: #000000;
   text-align: center;
   text-decoration: none;
}

#right_sidebar a.button:hover {
   color: #FFFFFF;
}
