/* ---------------------------------------------------------------------------------------------- fonts ---------- */

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	text-decoration: none;
	}
.texthighlight {
	color: #FF0099;
	}
html {
	font-size: 100%;
	}
body {
	font-size: 75%;
	background-color: #e9e9e9;
	margin: 0px;
	}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	}
h1 {
	font-size: 1.5em;
	color: #333333;
	margin-bottom: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
}

	a img {border:0px;}


/* ------------------------------------------------------------------------------------ Linking ---------- */


a:link, a:visited {
	text-decoration: none;
	color: #FF0099;
}
a:hover {
	color: #FF0099;
	text-decoration: underline;
	}
	
#nav a:link, #nav a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #FF0099;
	text-decoration: none;
}
	
	
	
/* ---------------------------------------------------------------------------------------------- layout ---------- */	
	
#title {
	background-color: #FFFFFF;
	height: 253px;
	position: fixed;
	width: 100%;
	margin: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF0099;
	z-index: 98;
}
#title #center {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: none;
	height: 250px;
	width: 750px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 99;
}
#wrapper {
	padding-top: 260px;
}
#nav {
	width: 35%;
	padding-top: 270px;
	position: fixed;
	z-index: 1;
}
#nav #nav2 {
	width: 180px;
	text-align: right;
	z-index: 6;
	padding-right: 15px;
	float: right;
}
#nav3 {
	float: left;
	width: 35%;
	padding-top: 10px;
}
#content {
	float: left;
	padding-top: 10px;
	width: 40%;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
#footer {
	background-color: #FFFFFF;
	width: 100%;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FF0099;
	clear: both;
	height: 25px;
	text-align: center;
	padding-top: 10px;
	margin: 0px;
	position: fixed;
	bottom: 0px;
}
