@charset "UTF-8";


a {color:#27d;text-decoration:none;}

a:hover {color:#039;text-decoration:none;}
#info {
	margin: 10px 5px 20px 50px;
	padding: 0px;
	border: 1px #777 solid;
	background: #fff url(/img/info_bg.gif) no-repeat right bottom;
	text-align: left;
	line-height: 130%;
}

#info p{
	padding: 5px 10px;
	margin: 0px;
	font-weight: bold;
}

hr {
	width: 100%;
	color: #aaa;
	border: dotted;
	height: 1px;
	clear: left;
}

strong {
	color: #27d;
	line-height: 150%;
}

em {
	color: #f00;
	font-style: normal;
	line-height: 150%;
}

body {
	color: #666666;
	font-size: 75%;
	font-family: sans-serif;
	background: #ffffff;
}
p,dt,dd {
	line-height: 1.5;
}
#wrapper {
	width: 786px;
	margin: 10px auto;
	padding-top: 7px;
	background: #D2D0B9;
}
#title {
	width: 700px;
	margin: 10px auto 0px auto;
	padding: 0px;
}

#menu{
	width: 700px;
	margin: 0px auto;
	padding: 0px;
	clear: left;
}

#menu p{
	width: 138px;
	border-left: #888 1px solid;
	border-right: #888 1px solid;
	border-bottom: #888 1px solid;
	letter-spacing: 7px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#menu a {
	color: #27d;
	background-color: #def;
	padding: 3px;
	display: block;
	font-weight: bold;
	text-align: center;
}
#menu a:hover { color: #777; background-color: #fff; }
h1#logo {
	height: 176px;
	margin: 0 7px 30px 7px;
	background: url(../images/h1_bg.jpg) no-repeat;
}
h1#logo img {
	position: relative;
	left: 80px;
	top: 68px;
}
#primary,
#secondary {
	float: left;
}
#primary {
	width: 554px;
}
#secondary {
	width: 200px;
}
.section {
	margin: 20px 10px 30px 50px;
}
.section2 {
	margin: 20px 10px 30px 50px;
}
.section h2 {
	margin-bottom: 6px;
}
.section p {
	margin-bottom: 10px;
}
.section dd {
	margin-bottom: 10px;
	border-bottom: 1px solid #ECECEC;
}
#copyright {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 28px;
	text-align: center;
}

