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

.wrapper{
	margin: 0 auto;
	width: 950px;
}

wrapper_body{
	margin: 0 auto;
	width: 750px;
}

.logo_top{
	font:21px georgia;
	color: #ced843;
	line-height:24px;
	letter-spacing:.4em;
	float:right;
	padding-right:56%;
}
.logo{
	font:21px georgia;
	color: #ced843;
	line-height:24px;
	letter-spacing:.4em;
	float:right;
	padding-right: 22%;
}

.sublogo{
	font:18px georgia;
	color: #ced843;
	line-height:18px;
	letter-spacing:.4em;
	padding-right:;
	float:right;
}

.headerBar{
	background-color:#8b7dd2;
	height:90px;
}

.home{
	padding-left:2%;
}

.title_wrapper{
	float:right;
	width:40%;
	height:30px;
}

.side_image{
	float:left;
}

.menubar{
	margin-left:85px;
}

.navigation a {
	font:14px georgia;
	color: #ced843;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block; 
	float:left;
	margin-top:30px;
	margin-left:2%;
	cursor:pointer;
	border-style: none;
}

.reg_link a {
	font:14px georgia;
	color: #ced843;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block; 
	float: left;
	margin-top:40px;
	margin-left:-56%;
	cursor:pointer;
	padding-left: 19px;
	border-style: none;
	width: 30px;
}

.reg_link a:hover {
	color:#6fa4b6;
	cursor:pointer;
}

.navigation a:hover {
	color:#6fa4b6;
	cursor:pointer;
}

.navigation a:active {
	text-decoration: none;
	border-style: none;
}

.reg_link a:active {
	text-decoration: none;
	border-style: none;
}

.navigation_selected{
	color:#5384ad;
	cursor:pointer;
}

.subheader{
	font:16px georgia;
	color: #8b7dd2;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:13px;
}

.body_content_table {
	padding-left:0%;
}

.body_content {
	width:600px;
	padding-top:10%;
	padding-left:2%;
}

.body_content2 {
	width:660px;
	padding-top:8%;
	padding-left:20%;
}

.body_content2 p {
	color:#5384ad;
	font-size:20px;
}

.body_content2 ul {
	color:#5384ad;
	font-size:18px;
}

.body_content p {
	color:#5384ad;
	font-size:20px;
}

.body_content ul {
	color:#5384ad;
	font-size:18px;
}

.name {
	font:16px georgia;
	color: #ced843;
	line-height:20px;
	letter-spacing:.1em;
}

.page_desc {
	font:18px georgia;
	color: #ced843;
	line-height:24px;
	letter-spacing:.4em;
	padding-top:2%;
}

.spec {
	font: 15px georgie;
	line-height:20px;
	letter-spacing:.1em;
	color:#5384ad;
}

.name_home {
	color:#5384ad;
	font-size:20px;
}

.footer {
	height: 4em;
	font:10px georgia;
	color: #8b7dd2;
}

.contact {
	font:18px georgia;
	color: #5384ad;
	padding-top:8%;
	float:right;
	padding-right:3%;
}

.contact p{
	padding-top:1%;
}

.contact a {
	cursor: pointer;
}