@charset "UTF-8";

body {
	background-color: #73396B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	color: #000000;
	line-height: 140%;
}
p,li {
	text-decoration: none;
	font-size: 10px;
	line-height: 170%;
	color: #00;
	}
h1 {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #00;
	} 
	
#master {
	background-image: url(images/bg_01.jpg);
	width: 800px;
	height: 521px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 75px;
	padding-right: 43px;
	padding-left: 14px;
}
#navbar {
	height: 18px;
	margin-bottom: 30px;
	border-bottom-color: #73396B;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#leftcol {
	width: 345px;
	height: 370px;
	float: left;
	padding-right: 20px;
	margin-left: 25px;
	padding-top: 10px;
	padding-left: 10px;
}
#leftcolarea {
	width: 270px;
	height: 370px;
	float: left;
	padding-right: 20px;
	margin-left: 25px;
	padding-top: 10px;
	padding-left: 10px;
}
#rightcol {
	width: 375px;
	height: 380px;
	float: left;
}
#rightcolarea {
	width: 460px;
	height: 380px;
	float: left;
}

#navlist {
	display: inline;
	list-style-type: none;
	float: none;
}
#navlist ul {
	margin: 0; padding: 0; list-style: none;
}
#navlist a {
	display: block;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
#navlist a:hover {
	color: #73396B;
}
#navlist li {
	display: block;
	float: right;
	padding-left: 0px;
	padding-right: 20px;
}
.clear {
	clear: both;
	height:0px;
	overflow:hidden;
	margin-top:0px;
}
a:link, a:active, a:visited {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #CB65BE;
	}
a:hover {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #73396b;
	}
#footer {
	height: 20px;
	font-size: 10px;
	text-align: right;
	padding-right: 20px;
	color: #666666;
	padding-top: 30px;
}
.active   {
	color: #73396B;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

