body {
	margin: 0 0 50px;
	padding: 0;
	font-family : verdana,arial,helvetica,san-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/Background.gif);
}

#wrapper {
	width:770px;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	padding: 15px;
	bottom: 10px;
	top: 20px;
}

#nav-top  ul {
	padding: 5px 0px 5px 0px;
	margin: 0;	
}

#nav-top ul li {
	display:inline;
	padding: 0;
	margin: 0;
}

#nav-top ul li a {
	font-size: 12pt;
	color: #ffffff;
	background-color:#663399;
	text-decoration: none;
	padding: 5px 12px 5px 12px;
	border-right: 1px solid #000000;
	text-align: center;
	width: 100%;
	font-family: Georgia, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: 1px;
	font-weight: bold;
}
#nav-top ul li a:hover, #nav-top ul li a:focus {
	background-color: #ff0099;
}

#nav {
	border-bottom: 1px solid #000000;
}

#footer {
	font-size: 10px;
	border-top: 2px;
	color: #333333;
	font-weight: normal;
	}


a:link {
	color: #000000;
	text-decoration: none;
	border-bottom:1px dotted #000000;
	}
	
a:visited {
	color: #ff66cc;
	text-decoration: none;
	border-bottom:1px dotted #ff66cc;
	}

a:hover {
	color: #fff;
	background: #ff0099;
	text-decoration: none; 
	}

a:active {
	text-decoration: underline; 
	}



h1 {
	margin: 0px;
	padding: 0px;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #663399;
	text-transform: none;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	text-transform: none;
	color: #663399;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	text-transform: none;
	color: #FF66FF;
}
