@charset "utf-8";
/* CSS Document */

body {
background-color:#FFFFFF;
background-image:url(images/bg_main.jpg);
background-repeat:repeat-x;
margin:0px;
}

p {
margin-top: 0px;
}

table, tr, td {
color:#3f454f;
font-family:Arial;
font-size:12px;
vertical-align:top;
}

.table_main {
width:800px;
padding-left:49px;
}

.header {
width:800px;
height:300px;
background-image:url(images/header.jpg);
}

.table_content {
width:550px;
}

.table_sidebar {
width:245px;
}

.table_break {
width:1px;
}

.table_subpage_nav {
text-align:right;
border-top:1px solid #c7c9c9;
padding:4px;
}

.h1 {
padding-top:4px;
padding-bottom:4px;
padding-left:8px;
padding-right:8px;
background-color:#69c7bf;
font-family:Arial;
font-size:11px;
Font-Weight:bold;
color:#FFFFFF;
Letter-Spacing:1px;
Text-Align:left;
Text-Transform:uppercase;
border-bottom:1px solid #FFFFFF;
}

.h2 {
padding-top:4px;
padding-bottom:4px;
padding-left:8px;
padding-right:8px;
background-color:#aeb3b8;
font-family:times new roman;
font-size:8px;
Font-Weight:bold;
color:#FFFFFF;
Letter-Spacing:1px;
Text-Align:left;
Text-Transform:uppercase;
border-bottom:1px solid #FFFFFF;
}

.h3 {
border-bottom:1px solid #c7c9c9;
padding:4px;
}

.textinput {
background-image:url(images/bg_content.jpg);
background-repeat:repeat-x;
padding:8px;
}

.text {
padding:4px;
}

.imageborder { 
border:1px solid #69c7bf;
padding:4px;
background:#FFFFFF;
}

b, strong {
color:#69c7bf;
font-weight:bold;
letter-spacing:1px;
}

i, em {
color:#00ab91;
font-weight:inherit;
}

u {
color:#00ab91;
font-weight:bold;
text-decoration:underline;
}

blockquote {
overflow:auto;
padding:10px;
margin: 20px 30px;
border-left:5px solid #69c7bf;
}

a:link, a:active, a:visited  {
color: #00ab91;
font-weight: normal;
letter-spacing: 1px;
text-decoration: none;
}

a:hover {
color: #69c7bf;
font-weight: normal;
letter-spacing: 1px;
text-decoration: underline;
}

.h2 a:link, .h2 a:active, .h2 a:visited  {
color: #FFFFFF;
font-weight: normal;
letter-spacing: 1px;
text-decoration: none;
}

.h2 a:hover {
color: #FFFFFF;
font-weight: normal;
letter-spacing: 1px;
text-decoration: underline;
}