﻿*
{
	padding: 0;
	margin: 0;
}

body
{
	background: url(images/bg.gif) repeat-x;
	font-size: 12px;
	color: #333;
}

a
{
	text-decoration: none;
}
a, a:visited
{
	color: #333;
	background: inherit;
}

dt
{
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 0 15px;
}
dd
{
	margin: 0 0 0 15px;
}
h4
{
	margin: 0;
	padding: 0;
	font-size: 18px;
	text-align: center;
}
p
{
	margin: 0;
	padding: 0 0 0 18px;
}
p a, p a:visited
{
	color: #00f;
	background: inherit;
}

h2
{
	font-size: 12px;
}
h2 strong
{
	font-weight:normal;
}

ul li
{
	list-style-type: none;
}

#page
{
	width: 900px;
	margin: 0 auto 0 auto;
	background: #fff;
	padding: 0 8px;
}

#header li
{
	display: inline;
}

#bainder
{
	height: 143px;
	background: url(images/bainder.gif) no-repeat;
}

#topbar
{
	height: 32px;
	background: #2A6AB1;
	color: #fff;
	line-height: 32px;
}
#topbar .date
{
	margin-left: 10px;
}
#topbar .title
{
	float: right;
	margin-right: 10px;
}

#menubar
{
	height: 23px;
	background: url(images/menubar_bg.gif) repeat-x;
	text-align: center;
	color: #fff;
	padding-top: 6px;
}
#menubar a
{
	color: #fff;
	margin: 0 5px;
}

#nav a:link
{
	color: #fff;
	text-decoration: none;
}
#nav a:visited
{
	color: #fff;
	text-decoration: none;
}
#nav a:hover
{
	color: #FFF;
	text-decoration: none;
}





#nav li ul
{
	display: none;
	line-height: 22px;
	list-style-type: none;
	text-align: left;
	left: -999em;
	width: 155px;
	position: absolute;
	z-index: 1;
	padding: 5px 10px 10px 10px;
	background: #84249C;
	border: solid 1px #641278;
}
*html #nav li ul
{
	width: 130px;
}
#nav li ul li
{
	float: left;
	width: 150px; /*background: #84249C; 	filter: alpha(opacity=85); 	opacity: 0.85;*/
	line-height: 24px;
	border-bottom: dashed 1px #fff;
}
*html #nav li ul li
{
	width: 120px;
}


#nav li ul a
{
	display: block;
	width: 156px;
	text-align: left;
	padding-left: 15px;
}

#nav li ul a:link
{
	color: #fff;
	text-decoration: none;
}
#nav li ul a:visited
{
	color: #fff;
	text-decoration: none;
}
#nav li ul a:hover
{
	text-decoration: underline;
	font-weight: normal;
}
li.line
{
	width: 5px;
}
#nav li:hover ul
{
	left: auto;
}
#nav li.sfhover ul
{
	left: auto;
}
#nav li.sfhover1 ul
{
	left: -999em;
}


#footer
{
}
#footcontent
{
	margin-top:2px;
	line-height: 22px;
	padding-top:10px;
	background: url(images/foot_bg.gif) repeat-x;
	height: 90px;
	color: #fff;
}
#footmenu
{
	height: 23px;
	background: url(images/menubar_bg.gif) repeat-x;
	text-align: center;
	color: #fff;
	padding-top: 6px;
}
#footmenu a
{
	color:#fff;
}
#footmenu li
{
	display:inline;
	margin:0 5px;
}


.clear
{
	clear: both;
}

