@charset "utf-8";
/* CSS Document */

body {
	margin-bottom: 20px;
}
#middle {
	width: 920px;
}
#page {
	width: 920px;
	margin: 0 auto;
	border: thin solid #BCBCBC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #D1CFCF;
	background-image: -webkit-linear-gradient(270deg, rgba(252,253,255,0.91) 15.55%, rgba(109,176,231,0.75) 45.59%, rgba(255,255,255,1.00) 69.95%, rgba(125,157,185,0.80) 86.53%, rgba(220,223,225,0.70) 98.97%);
	background-image: -moz-linear-gradient(270deg, rgba(252,253,255,0.91) 15.55%, rgba(109,176,231,0.75) 45.59%, rgba(255,255,255,1.00) 69.95%, rgba(125,157,185,0.80) 86.53%, rgba(220,223,225,0.70) 98.97%);
	background-image: -o-linear-gradient(270deg, rgba(252,253,255,0.91) 15.55%, rgba(109,176,231,0.75) 45.59%, rgba(255,255,255,1.00) 69.95%, rgba(125,157,185,0.80) 86.53%, rgba(220,223,225,0.70) 98.97%);
	background-image: linear-gradient(180deg, rgba(252,253,255,0.91) 15.55%, rgba(109,176,231,0.75) 45.59%, rgba(255,255,255,1.00) 69.95%, rgba(125,157,185,0.80) 86.53%, rgba(220,223,225,0.70) 98.97%);
	height: 150%;
	margin-bottom: 50px;
}
#header {
	height: 140px;
	margin: 0 auto;
}
#logo {
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-origin: padding-box;
	width: 100%;
	height: 50px;
	margin: 10;
}
#title {
	height: 70px;
	width: 940px;
	position: relative;
	top: 5px;
	right: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: thin solid #A7A7AD;
	background-image: url(title_bkg.png);
	-webkit-box-shadow: 0 0px 20px #8DC0E9;
	box-shadow: 0 0px 20px #8DC0E9;
}
#milestones {
	position: relative;
	top: 10px;
	bottom: 10px;
	left: 30px;
}
#navbar {
	height: 40px;
	margin: 10px auto 10px auto;
	background-image: -webkit-linear-gradient(270deg, rgba(223,215,215,1.00) 4.15%, rgba(255,255,255,1.00) 31.09%, rgba(248,247,247,1.00) 70.47%, rgba(208,204,204,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(223,215,215,1.00) 4.15%, rgba(255,255,255,1.00) 31.09%, rgba(248,247,247,1.00) 70.47%, rgba(208,204,204,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(223,215,215,1.00) 4.15%, rgba(255,255,255,1.00) 31.09%, rgba(248,247,247,1.00) 70.47%, rgba(208,204,204,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(223,215,215,1.00) 4.15%, rgba(255,255,255,1.00) 31.09%, rgba(248,247,247,1.00) 70.47%, rgba(208,204,204,1.00) 100%);
}
#navbar li {
	float: left;
	margin: 0;
	padding: 0;
}
#navbar a {
	float: left;
	display: block;
	padding: 10px 10px 6px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	color: #909090;
}
#navbar #nav-1 a {
	padding-left: 30px;
}
#navbar a:hover {
	color: #000;
}
/* more */
	
ul#more {
	clear: left;
	margin-top: 60px;
}
#left {
	width: 185px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-right: thin solid #D0CBCB;
}
#right {
	width: 700px;
	float: right;
	padding-top: 5px;
	padding-bottom: 100px;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-top-color: #D6D6D6;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-width: 2px;
}
#menu {
	position: relative;
	width: 100px;
	float: left;
}
#menu dt {
	cursor: pointer;
	height: 20px;
	font-weight: bold;
	color: #909090;
	/*border: 1px solid gray;*/
	text-align: justify;
	padding: 5px;
}
#menu dd {
	position: relative;
	z-index: 50;
	left: 5em;
	margin-top: -1.4em;
	width: 4em;
	padding: 10px;
}
#menu ul {
	padding: 2px;
}
#menu li {
	text-align: center;
	font-size: 90%;
	color: #909090;
	height: 18px;
	line-height: 18px;
}
#menu li a, #menu dt a {
	color: #909090;
	text-decoration: none;
	display: block;
}
#menu li a:hover {
	text-decoration: underline;
}
#mentions {
	font-family: verdana, arial, sans-serif;
	position: absolute;
	bottom : 200px;
	left : 10px;
	color: #000;
	background-color: #ddd;
}
#mentions a {
	text-decoration: none;
	color: #222;
}
#mentions a:hover {
	text-decoration: underline;
}
.tbl {
	padding-bottom: 100px;
}
.tbl tr {
	width: 500px;
}
.tbl td {
	min-width: 100px;
	font-family: georgia, serif;
	color: #381704;
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	padding-top: 1px;
	vertical-align: text-top;
}
.tbl th {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #5F5D5B;
	font-size: 14px;
	text-align: left;
	line-height: 200%;
	padding-top: 1px;
	text-decoration: underline;
}
#point {
	cursor: pointer;
}
.tbl_1 {
	padding-bottom: 100px;
}
.tbl_1 tr {
	width: 500px;
}
.tbl_1 td {
	min-width: 100px;
	font-family: Cambria, Times, "Times New Roman", serif;
	color: #381704;
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	padding-top: 10px;
}
.tbl_1 th {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #5F5D5B;
	font-size: 14px;
	text-align: left;
	line-height: 100%;
	padding-top: 1px;
	text-decoration: underline;
}
h4 {
	color: #6F7070;
	font-weight: bold;
	font-size: 16px;
	min-height: 0px;
	text-transform: uppercase;
}
p {
	font-family: georgia, serif;
	color: #381704;
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	padding-top: 1px;
	padding-left: px;
	padding-bottom: 10;
	padding-right: 30px;
	text-align: justify;
}
#comment {
	font-size: 12px;
	font-style: italic;
	color: #2F75AE;
}
.AccordionTitle, .AccordionContent, .AccordionContainer {
	position: relative;
	width: 650px;
}
.AccordionTitle {
	height: 38px;
	overflow: hidden;
	cursor: pointer;
	color: #788087;
	font-size: 14px;
	vertical-align: middle;
	text-align: left;
	display: table-cell;
	text-shadow: 0px 0px #D0DAF4;
}
.AccordionContent {
	height: 200px;
	overflow: auto;
	display: none;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-align: left;
	padding-left: 10px;
}
.AccordionContainer {
	width: 650px;
	height: auto;
}
#border {
	color: #B3ADAD;
}
a, img {
	border: none;
	outline: none
}

