/* GENERAL */
BODY {
background: #ffffff url(images/bg.gif) repeat-x;
margin-top: 41px;
margin-bottom: 0px;
text-align: center;

scrollbar-arrow-color: #0f81a0;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #AAAAAA;
scrollbar-shadow-color: #FFFFFF;
scrollbar-darkshadow-color: #AAAAAA;
scrollbar-track-color: #c5c6ca;
}
BODY, HTML, P, TD {
font-family: Arial;
font-size: 12px;
}
IMG {
border: 0;
}

/* LAY-OUT */
#container {
width: 950px;
margin: 0 auto;
text-align: left;
}
#container_inside {
float: left;
}
#top {
float: left;
width: 100%;
height: 85px;
background: url(images/top.jpg);
}
#menu {
float: right;
width: 689px;
padding-top: 30px;
}
#main {
float: left;
width: 100%;
}
#space_left {
float: left;
width: 15px;
}
#content {
float: left;
width: 577px;
background: url(images/bg_content.gif) no-repeat;
}
#content_inside {
padding: 30px 20px 20px 50px;
}
#content_home {
float: left;
width: 927px;
background: url(images/home_bg.gif) repeat-x;
}
#content_home_inside {
padding: 20px;
}
#blue {
float: left;
width: 175px;
background: #00396e;
}
#blue LI {
position: relative;
left: -20px;
}
#blue_inside {
padding: 15px 15px 0px 20px;
}
#sidebar {
float: left;
width: 175px;
background: #ffffff;
}
#photo {
float: left;
}
#address {
float: left;
}
#address_inside {
padding: 15px;
}
#space_right {
float: left;
background: url(images/bg_space_right.gif) no-repeat;
width: 8px;
height: 100%;
}

/* TEXT, COLORS, ETC. */
.content_title {
position: relative;
left: -15px;
color: #00396E;
font-size: 22px;
font-family: Arial;
}
#content, #content_home {
font-family: Tahoma;
font-size: 12px;
color: #333333;
line-height: 18px;
}
#content a, #content_home a {
color: #00396E;
}
#blue {
font-family: Tahoma;
font-size: 11px;
color: #ffffff;
line-height: 21px;
}
#blue a {
color: white;
}
#address {
font-family: Tahoma;
font-size: 10px;
color: #777777;
line-height: 17px;
}
#address b {
font-size: 12px;
color: #00396e;
}
#address a {
color: #777777;
}

/* CMS STYLING */
#cmsmenu {
background: #00396e;
}
.menu_item a {
color: white;
text-decoration: none;
}
.menu_item a:hover {
color: #E3E9F0;
}
#cmscontent a {
color: #6577A3;
}
#cmscontent H1 {
font-size: 17px;
color: #00396e;
}
#cmscontent H2 {
font-size: 14px;
}
#cmscontent H3 {
font-size: 12px;
color: #6577A3;
}
#cmscontent TH {
color: #6577A3;
text-align: left;
font-size: 12px;
}

