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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-color: #deb3ce;
}

.main_text {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
}
.title {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size:12px;
	//*color: #0099FF;*/
	
}
.copyright {
	font-family: "Trebuchet MS", Arial;
	font-size:9px;
	color:#DEB3CE;	
}

#nav {
	width: 200px;
	margin: 0px;
	}
	
#nav ul {
	margin: 0px;
	margin-top:45px;
	border-top: solid 1px #E8E8E8;
	padding: 0px;
	text-align: left;
	list-style-type: none;
	width: 200px;
	}
#nav ul a {
	padding: 9px 30px 9px 0px;
	display: block;
	text-decoration: none;
	border-bottom: solid 1px #E8E8E8;
	background: #fff url(../imgs/nav.gif) 10px 50% no-repeat;
	color: #424343;
	padding-left:25px;
	border-left:#E8E8E8 5px solid;
}

.sub{
	padding: 0px 0px 0px 0px;
	display: block;
	text-decoration:none;
	color: #424343;
	padding-left:0px;
	border-left:#E8E8E8 10px solid;
}

#nav li a:hover {
 	background: #F2F2F2 url(../imgs/nav.gif) 10px 50% no-repeat;
	/*border-left:#0099FF 5px solid;*/
 	}
	
#bottom {
	height:25px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 10px;
	background-color:#9C1B6D;
	border-top: #BF80A8 solid 1px;
	border-bottom: #BF80A8 solid 3px;
}

#top {
	height:5px;
	margin: 0px;
	background-color:#9C1B6D;
	border-bottom: #BF80A8 solid 1px;
}

