﻿#right{margin:0;padding:0;border:0;}
#footer{margin:0;padding:0;border:0;}
#inbox{margin:0;padding:0;border:0;}
#content{margin:0;padding:0;border:0;}
#masthead{margin:0;padding:0;border:0;}
#container{margin:0;padding:0;border:0;}
#body{margin:0;padding:0;border:0;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #fff;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	margin: 1% auto;
}
#masthead {
	text-align: center;
	height: 90px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}

#right
{
	margin-top: 5px;
	margin-left: 2px;
	margin-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	
}

#footer
{
	margin-top: 5px;
	margin-left: 2px;
	margin-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	
}

#content
{
	margin-top: 5px;
	margin-left: 2px;
	margin-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	
}

#leftbar
{
	margin-top: 5px;
	margin-left: 2px;
	margin-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	
}
#leftbar {
	float: left;
	width: 190px;
	list-style-type: circle;
	position: relative;


}
#content {
	float: left;
	width: 80%;
	padding: 5px;	
	position: relative;

}
#related {
	width: 500px;
	float: left;
	position: relative;

}
#right {
	float: left;
	width: 170px;
	list-style-type: circle;
	padding: 5px;
	position:relative;
}
#footer {
	text-align: center;
	height: 25px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #3d6c87;
}
#content h1 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
ul.classic {
list-style:disc;
margin-bottom:1em;
padding-left:2em;
}
.dropdown-upward {
margin-top:400px !important;
}

ul.dropdown,ul.dropdown li,ul.dropdown ul {
list-style:none;
margin:0;
padding:0;
}

ul.dropdown {
position:relative;
z-index:597;
float:left;
font-weight:700;
width: 100%;
}

ul.dropdown li {
float:left;
line-height:1.3em;
vertical-align:middle;
background-color:#fafaff;
color:#5f8ea9;
border-color:#d9d9d9 #d9d9d9 #d9d9d9;
border-style:solid;
border-width:1px 1px 1px 1px;
padding:7px 10px;
}

ul.dropdown li.hover,ul.dropdown li:hover {
position:relative;
z-index:599;
cursor:default;
background-color:#fff;
color:#33627d;
}


ul.dropdown ul {
visibility:hidden;
position:absolute;
top:100%;
left:0;
z-index:598;
width:200px;
margin-top:1px;
}

ul.dropdown ul li {
float:none;
font-weight:400;
}

ul.dropdown ul ul {
top:1px;
left:99%;
}

ul.dropdown li:hover > ul {
visibility:visible;
}

ul.dropdown a:link,ul.dropdown a:visited {
color:#5f8ea9;
text-decoration:none;
}

ul.dropdown a:hover {
color:#33627d;
}

ul.dropdown a:active {
color:#33627d;
}

ul.dropdown *.dir {
padding-right:20px;
background-image:url(nav-arrow-down.png);
background-position:100% 50%;
background-repeat:no-repeat;
}

ul.dropdown-horizontal ul *.dir {
padding-right:15px;
background-image:url(nav-arrow-right.png);
background-position:100% 50%;
background-repeat:no-repeat;
}

ul.dropdown-upward *.dir {
background-image:url(nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,ul.dropdown-upward ul *.dir {
background-image:url(nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
padding-right:10px;
padding-left:15px;
background-image:url(nav-arrow-left.png);
background-position:0 50%;
}
