body {
text-align: center;
color:black;
background-color: #cccccc;
background-image: url(../images/background.jpg);
background-repeat: repeat-x;
background-position:bottom;
background-attachment:fixed;
font-family: Verdana, Arial, Helvetica, sans-serif;
/* start of IE5 hack*/
font-size:x-small;
voice-family:"\"}\"";
voice-family:inherit;
font-size:small;
margin-top: 5px;
height: 100%;
}

html>body {
font-size:small;
}
/* end IE5 hack */

/* GLOBAL STYLES */
a {
color: #400000;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}

acronym {
border-bottom: 1px dotted #999;
}

/* HEADINGS */
h1, h2, h3, h4 {
font-family: Georgia, "Times New Roman", Times, serif;
margin-top: 0;
}

h1{
font-weight: bold;
color: #000000;
border-bottom: 1px dotted #990000;
font-variant: normal;
padding: 0;
font-size:1.6em;
font-variant:small-caps;
}


h2 {
font-size: 1.4em;
padding-left:15px;
}
h2, h2 a {
color: #400000;
}
h3 {
font-size: 1.2em;
color:#000000;
font-variant:small-caps;
}

h4 {
font-size: 1em;
font-weight: bold;
color: #400000;
}

.r_img { 
float:right; 
margin-bottom:5px; 
margin-right:5px; 
margin-left:5px; 
padding:0px; 
border: 2px solid #ccc;
}

.l_img { 
float:left; 
margin-bottom:5px; 
margin-right:5px; 
margin-left:5px; 
padding:0px; 
border: 2px solid #ccc;

}

img { 
border:none;
}

/* CLASSES */
.hug {
margin-top: 0;
}
.sit {
margin-top: 0;
margin-bottom: 0;
}

#container {
margin: auto;
width: 750px;
padding: 0;
text-align: left;
border: 2px solid #666666;
background-color: #FFFFFF;
overflow: hidden;
}

/* wrappers */

#left-wrapper {
background-image: url(../images/left.jpg);
background-repeat: repeat-y;
background-position: top left;
height: 100%;
overflow: hidden;
}

#right-wrapper {
background-image: url(../images/right.jpg);
background-repeat: repeat-y;
background-position: top right;
height: 100%;
overflow: hidden;
}

/* header */
#header {
display: block;
width: 750px;
height: 110px;
margin: auto;
background-color: #666666;
border-top: 2px solid #666666;
border-left: 2px solid #666666;
border-right: 2px solid #666666;
border-bottom: 0;
padding: 0;
}

#logo {
float: left;
margin: 0;
padding: 0;
}

#h-image {
float: right;
margin: 0;
padding: 0;
}

/* TOOL BAR */
#toolbar {
margin: auto;
padding: 0;
background-color:white;
display:block;
height: 1.5em;
width: 750px;
border-bottom: 2px solid #400000;
padding-bottom:2px;
margin-top: 0px;
}
#toolbar a{
color:black;
}
#toolbar form{
border:0;
padding:0;
display:inline;
}

#toolbar li ul li a:hover{
color: white;
background-color: #400000;
}

#toolbar .searchbox {
border: 1px solid #666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

/* BREADCRUMBS */
#breadcrumbs {
display: block;
font-size:12px;
height: 1.4em;
width: auto;
padding-left: 2px;
background: #400000;
color:#ffffff;
border-bottom: 2px solid #400000;
margin: auto;
}

#breadcrumbs .location {
font-weight: bold;	
}
#breadcrumbs a {
text-decoration: none;
color: #d2d2d2;
}
#breadcrumbs a:hover {
text-decoration: underline; 
}

/* Left Menu */

#menu { 
clear: left; 
float: left; 
width: 140px; 
height: 100%; 
margin: 0; 
padding: 5px;
line-height: 1.1em; 
}	
	
#menu ul {
list-style: none; 
width: 130px; 
margin: 0; 
padding: 0; 
text-align: left;
}
	
#menu li { 
margin: 0;
list-style-type: none;
}
	
#menu li a { 
text-decoration: none; 
display: block; 
padding: 5px; 
color: #fff;
width: 130px;
font-weight:bold;
border-bottom: 1px dotted #990000;
cursor: default;
}
	

/* Sub Menus */
#menu ul ul { 
list-style-type:none;
}

#menu li li { 
margin: 0;
font-weight:normal;
font-style: italic;
}

#menu li li a {
text-decoration: none; 
display: block; 
padding: 5px;
padding-left: 10px;
color: #fff;
width: 124px;
border-bottom: 1px dotted #990000;
font-weight: normal;
cursor:pointer;
}

#menu li li a:hover { 
background-color: #ffffff; 
color: #000000;
text-decoration: none;
font-weight: normal;
}

/* Right Menu */

#r_menu { 
clear: right; 
float: right; 
width: 140px; 
height: 100%; 
margin: 0; 
padding: 5px;
line-height: 1.1em;
}	
	
#r_menu ul {
list-style: none; 
width: 130px; 
margin: 0; 
padding: 0; 
text-align: right;
}
	
#r_menu li { 
margin: 0;
list-style-type: none;
}
	
#r_menu li a { 
text-decoration: none; 
display: block; 
padding: 5px; 
color: #fff;
width: 130px;
font-weight:bold;
border-bottom: 1px dotted #990000;
cursor: default;
}
	

/* Sub Menus */
#r_menu ul ul { 
list-style-type:none;
border-left: 1px dotted #990000;
}

#r_menu li li { 
margin: 0;
font-weight:normal;
font-style: italic;
}

#r_menu li li a {
text-decoration: none; 
display: block; 
padding: 5px;
padding-right: 10px;
color: #fff;
width: 124px;
border-bottom: 1px dotted #990000;
font-weight: normal;
cursor:pointer;
}

#r_menu li li a:hover { 
background-color: #ffffff; 
color: #000000;
text-decoration: none;
font-weight: normal;
}

/* CONTENT */

#content-fp {
padding: 0;
width: 440px;
padding: 5px;
float: left;
}

#content-fp img{
border: 2px solid #ccc;
}

#content {
padding: 0;
width: 580px;
padding: 5px;
float: right;
}

/* FOOTER */
#footer {
width: 746px;
background-color: #eee;
height: auto;
margin: auto;
color: #666666;
display:block;
padding: 2px;
/* start of IE5 hack*/
font-size:xx-small;
voice-family:"\"}\"";
voice-family:inherit;
font-size:x-small;
border-bottom: 2px solid #666666;
border-left: 2px solid #666666;
border-right: 2px solid #666666;
vertical-align:baseline;
overflow:hidden;
}
html>body #footer {
font-size:x-small;
}
/* end IE5 hack */
#footer .col1 {
float: left;
width: 248px;
padding-left: 1px;
text-align:left;
}
#footer .col2 {
float: left;
width: 245px;
padding-left: 1px;
text-align:center;
}
#footer .col3 {
float: left;
width: 248px;
padding-left: 1px;
text-align:right;
}
#footer a {
color: #666666;
text-decoration: underline; 
}
a.nobold{
font-weight: normal;
}
#skiplinks, .hide {
display: none;
}

/* MENU */
#dropdown li, #dropdown, #dropdown ul {
padding:0;
margin:0;
}
#dropdown {
list-style:none;
margin-top: 2px;
padding-top: 1px;
}
#dropdown li a {	
text-decoration:none;
}
#dropdown li {
float:left;
position:relative;
}
#dropdown .li {
position:relative;
}
#dropdown li li a, #dropdown li li{
width:16em;
float:none;
}
#dropdown .c3 li a, #dropdown .c3 li {
width:20em;
}

#dropdown .c6 li a, #dropdown .c6 li {
width:22.5em;
}
#dropdown li ul { /* second-level lists */
position:absolute;
left:-999em;
list-style:none;
/* start of IE5 hack*/
border-left: 0;
voice-family:"\"}\"";
voice-family:inherit;
border-left:solid 1px #999999;
}
html>body #dropdown li ul {
border-left:solid 1px #999999;
}
/* end IE5 hack */

#dropdown li a{
display:block;
}
#dropdown li a{
border-right:solid 1px #000000;
padding: 0 0 0 5px;
}
#dropdown li a {
color:black;
}
#dropdown li li a {
color:black;
display:block;
background:#E6E6E6;
border-left:solid 1px #FFFFFF;
border-right:solid 1px #999999;
border-bottom:solid 1px #999999;
padding: 2px 0 2px 0;
text-indent:6px;
}
#dropdown li li a:hover {
background:#CC0000;
color: white;
}
#dropdown li>ul {
top:auto;
}
#dropdown li:hover ul, #dropdown li.over ul {
left:auto;
}
/* menu columns */
#dropdown .c1{
width: 7.1em;
z-index: 101;
}
#dropdown .c2{
width:4.3em;
z-index: 102;
}
#dropdown .c3{
width:6.1em;
}
#dropdown .c4{
width:7.3em;
}
#dropdown .c5{
width:5.4em;
}
#dropdown .c6{
width:8em;
}
#dropdown .c7{
width:5.3em;
}
#dropdown .c8{
width:4.2em;
}
#dropdown .c8 a {
border: 0;
}
#content .contacts {
padding-left: 1.2em;
}
#content .contacts p {
text-align: left;
}
.location {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
