/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}


/** font reset
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}



/*===============================style*/
body{
text-align:center;
}


div#wrapper{
text-align:left;
width:950px;
margin:0 auto;

}

div#content{
width:690px;
float:left;
padding-bottom:10px;
}

div#side{
width:247px;
float:right;
}

h1 {
	text-align: right;
}
/*====================================
	#header
====================================*/
#header{
height:200px;
background:url(../img/header1.jpg) no-repeat;
}


#header h1 {
padding:15px;
}
#header h1 a{
color:#fff;
font-weight:bold;
font-size:18px;
text-decoration:none;
}

#header h1 a:hover{
text-decoration:underline;
}
/*====================================
	.nav
====================================*/
div.nav {
margin: 10px 0;
padding: 10px; 
color: #fff;
background: #18268F;
}

div.nav li {
display:inline;
}

div.nav li a {
color:white;
}

/*====================================
	.topicpass
====================================*/
.topicpass{
margin:5px 0;
}

/*====================================
	.section
====================================*/

div.section {
line-height:1.6;
}

div.section h2 {
background:#18268F url(../img/header2.jpg) no-repeat;
color:#fff;
font-size:14px;
font-weight:bold;
line-height:30px;
padding-left:35px;
}

div.section h2 a{
color:#fff;
}

div.section ul{
padding:5px;
}

.more{
text-align:right;
}

.section dl{
margin:10px;
border:2px solid #ccc;
padding:10px;
}

.section dt{
font-weight:bold;
margin:5px 0;
}
.section dt a{
font-weight:bold;
}

.section dd{
margin-bottom:10px;
}


.relatedContent h3{
font-weight:bold;
border-bottom:1px solid #ccc;
margin-bottom:5px;
padding-bottom:3px;
}

.relatedContent ul{
margin:10px;
line-height:1.6;
}
/*====================================
	#side
====================================*/

#side h3{
background:#18268F url(../img/header3.jpg) no-repeat;
color:#fff;
font-size:14px;
font-weight:bold;
padding-left:10px;
line-height:30px;
}

#side ul{
margin:10px;
}


#side li{
line-height:1.6;
}

address{
display:block;
text-align:center;
margin:10px 0;
clear:both;
border-top:1px solid #ccc;
padding-top:10px;
}

/*===============================elements*/

a:hover img.opa{
  filter: alpha(opacity=25);
  -moz-opacity:0.25;
  opacity:0.25;

}

.clearfix{
zoom:1;
}

.clearfix:after{
content:".";
display:block;
clear:both;
visibility:hidden;
line-height:0;
font-size:0;
}

