/* design */

body {
margin: 0px;
background: #f3f3f3;
}

.img_float_right {
float: right; 
margin-left: 6px; 
margin-bottom: 6px; 
border: solid 1px #000000;
}

.drop_left {
background: url(photos/drop_left.jpg) top right repeat-y;
}

.drop_right {
background: url(photos/drop_right.jpg) top left repeat-y;
}

.bg_top_nav {
background: url(photos/bg_nav_top.jpg) top right no-repeat;
border-right: solid 1px #000000;
font-family: verdana, arial, sans-serif;
font-size: 9pt;
line-height: 21px;
padding: 5px;
}

.bg_nav_bottom {
background: url(photos/bg_nav_bottom.jpg) top right repeat-y;
border-right: solid 1px #000000;

}

.content_area {
background: #ffffff;
border-top: solid 1px #000000;
padding: 8px;
}

h1 {
font-family: verdana, arial, sans-serif;
font-size: 12pt;
font-weight: bold;
color: #442B97;
margin-bottom: 6px;
}

.text {
font-family: verdana, arial, sans-serif;
font-size: 9pt;
font-weight: normal;
color: #000000;
line-height: 20px;
}

/* nav */

a.nav_link:link {
text-decoration : none;
color: #000000;
font-weight: bold;
display: block;
border-bottom: solid 1px #B7B7B7;
margin-bottom: 0px;
}

a.nav_link:visited  {
text-decoration : none;
font-weight: bold;
color: #000000;
display: block;
border-bottom: solid 1px #B7B7B7;
margin-bottom: 0px;
}

a.nav_link:hover {
text-decoration : none;
font-weight: bold;
color : #757575;
display: block;
border-bottom: solid 1px #B7B7B7;
margin-bottom: 0px;
}

a.nav_link_top:link {
text-decoration : none;
color: #000000;
font-weight: bold;
display: block;
border-bottom: solid 1px #B7B7B7;
border-top: solid 1px #B7B7B7;
margin-bottom: 0px;
}

a.nav_link_top:visited  {
text-decoration : none;
font-weight: bold;
color: #000000;
display: block;
border-bottom: solid 1px #B7B7B7;
border-top: solid 1px #B7B7B7;
margin-bottom: 0px;
}

a.nav_link_top:hover {
text-decoration : none;
font-weight: bold;
color : #757575;
display: block;
border-bottom: solid 1px #B7B7B7;
border-top: solid 1px #B7B7B7;
margin-bottom: 0px;
}