@charset "utf-8";
body {
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#images {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 417px;
	width: 900px;
	padding: 0px;
	margin: 0px auto;
	float: left;
}

.introText {
	color: #CCCCCC;
	letter-spacing:0.1em;
	font: 11px/16px Tahoma, Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: left;
}
blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #333333;
	font-style: italic;
	color: #999999;
}

blockquote * {
	line-height: normal;
}
#navigation {
}

#navigation a {
	color: #CCCCCC;
	text-decoration: none;
	display:block;
	padding: 7px 10px;
	border-right: 1px solid #666666;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
#navigation a:hover {
	background: #999;
	color: #0B0B0B;
}
#main h1 {
	padding-left: 10px;
	color: #184863;
	border-bottom: 5px solid #2D5852;
	margin: 0px;
	font: 24px Tahoma, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	text-transform: capitalize;
}
#main h2 {
	font-size: 18px;
}
#main h3 {
	color: #999999;
	font-size: 13px;
}


#main p {
	font-size: 12px;
	color: #CCCCCC;
	line-height: 150%;
}
#main ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
}

/*#main li {
	padding-left: 20px;
	margin-left: 0px;
	list-style: none;
	background: url(images/bullet_green.png) no-repeat left center;
	color: #999999;
	font-size: 12px;
}*/
#main ul li {
	padding-left: 20px;
	background: url(images/round.png) no-repeat 0 2px;
	font-size: 12px;
	line-height: 150%;
	color: #999999;
}
#main a {
	color: #999999;
	text-decoration: none;
}
#main a:hover {
	color: #999999;
	text-decoration: none;
}
#bnavigation {
}

#bnavigation a {
	color: #666666;
	text-decoration: none;
	display:block;
	padding: 7px 10px;
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	border-right: 1px solid #000000;
	}
	
#bnavigation a:hover {
	color: #CCCCCC;
}
#footer {
	text-align: left;
	padding: 10px;
	font-size: 12px;
}
#footer a{
	font-size: 11px;
	text-decoration: none;
}
a {
	text-decoration: none;
}
#jp {
	text-align: center;
	padding: 10px;
	font-size: 11px;
}
#jp a{
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
.Line {
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.Line h2 {
	font-size: 18px;
}
