/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #f7f7f7;
	color: black;
	background: url(../images/bcg.gif);
	font: normal normal normal 8pt normal sans-serif, Arial;
	text-align: center;
	line-height: 1.5em;
}
h1 {
	display: none;
}
h2 {
	font-size: 10pt;
	color: #e9e9e9;
	font-weight: normal;
	line-height: 1.8em;
}
h3 {
	font-size: 11pt;
	color: #003399;
	font-weight: bold;
}
h4 {
}
img {
	border: 0;
}
a {
	text-decoration: underline;
	color: blue;
}
a:hover {
	text-decoration: underline;
	color: red;
}
#main {
	width: 760px;
	margin: auto;
	background: white url(../images/mainbcg.gif) repeat-y center top;
	text-align: left;
	position:relative;
}
#header {
	background: url(../images/top.gif) no-repeat;
	width: 760px;
	height: 106px;
}
#header_line {
	background: #000000 url(../images/topbcg.gif) repeat-x;
	height: 2px;
	text-align: center;
	color: #e9e9e9;
	display:none;
}
#header_line a {
	color: #e9e9e9;
	font-weight: bold;
	text-decoration: none;
}
#header_line a:hover {
	color: red;
}
#maincontent {
	margin-top: 25px;
}
#menu {
	width: 138px;
	border-top: 1px #000000 solid;
	float: left;
}
#menu a {
	display: block;
	height: 25px;
	border-bottom: 1px #000000 solid;
	background: url(../images/arrow.gif) no-repeat right center;
	padding-left: 6px;
	line-height: 2.15em;
	text-decoration: none;
	color: black;
	font-size: 9pt;
	font-weight: bold;
}
#menu a:hover {
	text-decoration: underline;
	color: red;
	background: url(../images/arrow_o.gif) no-repeat right center;
}
#menu_text {
	padding: 20px 5px 0 7px;
	font-size: 8pt;
	line-height: 1.5em;
}
#menu_text h3, p {
	margin-top: 8px;
}
#menu_text h3 {
	font-size: 11px;
}
#menu_text a {
	color:#003399;
	display: block;
	border-bottom: 0px #000000 solid;
	background: none;
	padding-left: 0px;
	line-height: 2.15em;
	text-decoration: none;
	color: black;
	font-size: 8pt;
	font-weight: bold;
}
#menu_text a:hover {
	background:none;
}

#page {
	width: 455px;
	float: left;
	margin-left: 15px;
}
.content {
	border-bottom: 1px silver solid;
	margin-bottom: 15px;
}
.content img {
	float: left;
	margin-right: 5px;
}
.content h3 {
	margin-top: 0;
}
.content p {
	margin-top: 4px;
}
.content2 {
	border-bottom: 1px silver solid;
	margin-bottom: 15px;
	color: #676767;
}
.content2 h3{
  border-top: 1px rgb(207,219,250) solid; border-bottom: 1px rgb(207,219,250) solid;
  background-color: #dce8fc;
  text-align: center; margin-bottom: 5px; line-height: 1.1em;
  vertical-align: middle;
  padding-top: 1px;
}
.content2 h3 a {
	color: red;
	text-decoration: none;
}
.content2 h3 a:hover {
	color: red;
}
.content2 p {
	margin-top: 4px;
}
.content2 p a {
	color: #676767;
	text-decoration: none;
}
.content2 p a {
	color: #676767;
}
.link {
	text-align: right;
	margin-bottom: 20px;
}
.link a {
	margin-right: 115px;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
.link a:hover {
	color: red;
}
#right_mnu {
	width: 138px;
	float: right;
	text-align: right;
}
.right {
	margin-bottom: 20px;
	font-size: 8pt;
	color: black;
	font-weight: bold;
	padding-right:25px;
}
.right a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
.right a:hover {
	color: red;
}
#footer {
	background: #ffffff url(../images/footer.gif) repeat-x top center;
	height: 36px;
	clear: both;
}
.cleaner {
	clear: both;
}
.silver {
	color: #999;
}

