/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

#copyright {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99CCCC;
	top: auto;
	background-image: url(images/separator.gif);
	height: 25px;
}
body div {
	margin: auto;
}

#container {
	width: 800px;
	position: relative;
	top: 40px;
	background: url(images/about_bg.gif);
}
#mainbody {
	width: 750px;
}
#above {
	width: 100%;
	text-align:left;
	position:relative;
}
#below {
	height: 25px;
	width: 750px;
	background: url(images/separator.gif);
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#banner{
	width: 750px;
	height: 200px;
	text-align: left;
	background-image: url(images/banner750.jpg);
	display: block;
}

#slogan {
	left: 200px;
	width: 400px;
	font: 0.7em Tahoma, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#745a4d;
	margin-left: 40px;
}

#logo {
	position: absolute;
	top: 50%;
	left: 230px;
	width: 200px;
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
}
#left {
	width: 200px;
	height: 1100px;
	float: left;
}
#right {
	width: 550px;
	float: right;
	text-align: justify;
	vertical-align: top;
	height: 1125px;
}
#menu {
	font: 0.7em Tahoma, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: list-item;
}

#menu a {
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;
	background-color: #FF99CC;
	display: block;
	height: 40px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#menu a:hover {
	background: #000000;
	color: #CC3300;
}

#menu .active a {
	background: #cc6666;
	color: #333300;
}

.title {
	font: 0.7em Tahoma, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#ed6413;
}
.subTitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ed6413;
}
.Normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99CCCC;
	height: 25px;
}

#copyright a{
	color: #FFFFFF;
	text-decoration:none;
}
.label    {
	margin-left: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
}

