* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 14px/20px 'Times New Roman', Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
	padding:0 20px;
	background: transparent url('../images/bg.png') repeat-x top left;
}
a {
	color: black;
	outline: none;
	text-decoration: underline;
	color: #6699ff;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 100%;
	min-width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

h1,h2,h3,h4
{
	color:#0066cc;
	line-height:2em;
}
ul
{
	padding-left:20px;
}
hr
{
	margin: 20px;
	color: #cccccc;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 198px;
	padding: 0 15px;
}
#headtopcont
{
	height: 65px;
	background: transparent url('../images/headtop_bg.png') repeat-x top left;
	text-align:left;
	vertical-align:center;
	font-family: 'Times New Roman';
	font-size:30px;
	color:#ffffff;	
}
#headtop_left
{
	height: 65px;
	float:left;
	width:18px;
	background: transparent url('../images/headtop_left.png') no-repeat top left;
}
#headtop_right
{
	height: 65px;
	float:right;
	width:8px;
	background: transparent url('../images/headtop_right.png') no-repeat top right;
}
#headtop_logo
{
	height: 65px;
	float:right;
	width:200px;
	background: transparent url('../images/headtop_logo.png') no-repeat top center;
}
#line_r1
{
	height: 65px;
	float:right;
	width:1px;
	background: #66ffff;
}
#line_r2
{
	height: 65px;
	float:right;
	width:1px;
	background: #ffffff;
}


#head_findict
{
	float:left;
	height:128px;
	width:700px;
	background: transparent url('../images/findict.png') no-repeat bottom left;
	text-indent:-9999px;
}
#head_search
{
	float:right;
	height:129px;
	width:220px;
	background: transparent;
	text-align:center;
}
.search
{
	padding-top:40px;
	width:220px;
	height:40px;
}
#search_searchword
{
	font-size:20px;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 66px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 220px 0 0;
	font-size:1.2em;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 200px;
	margin-left: -200px;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin1: -66px auto 0;
	margin: -66px 0 0;
	min-width: 930px;
	height: 66px;
	background: transparent;
	padding: 0 15px;
}

#footercont
{
	height: 66px;
	background: transparent url('../images/footer_bg.png') repeat-x top left;
	text-align:left;
	vertical-align:center;
	font-family: 'Times New Roman';
	font-size:24px;
	color:#ffffff;	
	padding:0;
}
#footer_left
{
	height: 66px;
	float:left;
	width:19px;
	background: transparent url('../images/footer_left.png') no-repeat top left;
}
#footer_right
{
	height: 66px;
	float:right;
	width:9px;
	background: transparent url('../images/footer_right.png') no-repeat top right;
}
#footer_copyright
{
	height: 60px;
	float:right;
	width:285px;
	background: transparent;
	padding-top1:5px;
	padding-left:10px;
}





.letter,.letter-sel
{
	padding-left1:10px;
	padding-right:13px;
	padding-top:10px;
	padding-bottom:10px;
	height:30px;
}

a.letter
{
	text-decoration:none;
	color:#6699ff;
	font-size:30px;
}
a.letter-sel
{
	font-weight: bold;
	text-decoration:none;
	color:#6699ff;
	font-size:36px;
}
a.letter:hover, a.letter-sel:hover
{
	color:#666666;
	text-decoration:none;
}



a.word
{
	color:#000000;
	font-size:18px;
	text-decoration:none;
}
a.word:hover
{
	color:#000000;
	font-size:18px;
	text-decoration:underline;
}

a.menuitem
{
	display:block;
	text-align:center;
	color:#6699ff;
	font-size:24px;
	text-decoration:underline;	
	width:175px;
	height:32px;
	padding-top:5px;
}
a.menuitem:hover, a.menuitem-select
{
	display:block;
	text-align:center;
	text-decoration:none;	
	color:#ffffff;
	font-size:24px;
	width:175px;
	height:32px;
	padding-top:5px;
	background: transparent url('../images/menu_sel.png') no-repeat top center;
}

#logolink
{
	color:#ffffff;
	text-decoration:none;
}
#logolink:hover
{
	color:#ffffff;
	text-decoration:underline;
}
