body,td,th {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	color			: #000000;
      line-height       : 16px;
}
body {
	background-color	: #707C99;
	background-image	:  url("../images/bg.gif");
	background-repeat	: repeat-x;
	margin		: 10px;
}
.bg_l {
	background-color	: #FFFFFF;
      border-left		: 1px solid #7C6559;
}
.bg_r {
	background-color	: #FFFFFF;
 	border-right	: 1px solid #7C6559;
}
a:link, a:visited, a:active {
	color			: #003366;
	text-decoration	: underline;
}
a:hover {
	color			: #336699;
	text-decoration	: none;
}
hr {
	margin		: 15px 0px 15px 0px;
	color			: #003366;
	height		: 1px;
	width			: 100%;
}
h1 {
	font-size		: 18px;
	color			: #003366;
	margin		: 5px 0px 5px 0px;
}
h2 {
  font-size			: 15px;
  color				: #336699;
  margin			: 15px 0px 5px 0px;
}
form {
	margin		: 0;
}
.header {
	width			: 760px;
	height		: 80px;
	background-color	: #FFFFFF;
	vertical-align	: top;
}
.menu {
	vertical-align	: top;
	background-color	: #FFFFFF;
	width			: 150px;
	padding		: 0px;
}
.menu ul {
	border-bottom	: 0px;
}
.menu ul, .menu li {
	margin		: 0;
	padding		: 0;
	list-style-type	: none;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding		: 4px 10px 4px 12px;
	font-size		: 11px;
	color			: #003366;
	display		: block;
	width			: 130px;
	background-color	: #C1B050;
	text-decoration	: none;
	border-bottom	: dotted 1px #FFFFFF;
}
.menu a:hover {
	color			: #DA6322;
	background-color	: #F0E4A2;
	text-decoration	: none;
}
.current, .current a:link, .current a:visited, .current a:active  {
	color			: #FFFFFF;
	font-weight		: bold;
	background-image	: url(arrow.png) ;
	background-repeat	: no-repeat;
	background-position: 3px 6px;

}
.border {
	font-size		: 1px;
	height		: 10px;
}
.login {
	padding		: 5px 10px 5px 10px;
	font-size		: 10px;
	background-color	: #DCDCD6;
	color			: #003366;
	text-align		: center;
}
.login input {
	width			: 95%;
	font-size		: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color			: #003366;
	text-decoration	: none;
}
.login a:hover {
	color			: #DF6522;
	text-decoration	: none;
}
.content {
	padding				: 10px;
	background-color	: #FFFFFF;
	height				: 300px;
	vertical-align		: top;
	text-align			: left;
}
.footer, .footer a:link, .footer a:visited, .footer a:active {
	font-size			: 10px;
	padding			: 5px;
	height			: 25px;
	color				: #FFFFFF;
	vertical-align		: middle;
	text-align			: center;
}
.footer a:hover  {
	/*color				: #003366;*/
	text-decoration		: none;
}
.quote {
  font-size				: 14px;
  padding				: 5px;
  height				: 25px;
  color					: #0099CB;
  font-weight			: bold;
  border				: 1px solid #A9B0C1;
}
#navigation {
width: 180px;
font-family: Arial, Helvetica, sans-serif;
  padding-bottom			: 20px;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
#navigation li {
border-bottom: 1px solid #ED9F9F;
}
#navigation li a:link, #navigation li a:visited {
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 12px solid #FFB106;
border-right: 1px solid #FFB106;
background-color: #0290C0;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

#navigation li a:hover {
background-color: #FFB106;
color: #333;
}

.alpha-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}
.alpha-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}
