body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	background-color:#C1A5CD;
	background-image:url(../images/tntback2.gif);
}


h1 {
	font-weight:bold;
	font-size:12pt;
}

h2 {
	font-size:11pt;
	font-weight:bold;
}

.active {
	font-weight:bold;
}

#container {
	position: relative;	
	width: 750px;
	margin: 0px auto;
	background-color:#fff;
}

#logo {
	text-align: center;
	margin:15px;
	padding:20px 5px 5px 5px;
}

#menu {
	float:left;
	width: 85px;
	font-size:11pt;
	padding:20px 0 0 35px;
}

#content {
	position:relative;
	width:550px;
	text-align:left;
	float:left;
	margin:0px 0 20px 0;
	padding:0 20px;
}

#footer {
	clear:both;
	text-align:center;
	font-size:9pt;
	padding:50px 0 20px 0;
}

.emphasis {
	font-size:12pt;
	text-align:center;
}

a {
	color:#441D95;
}

a:visited {
	color:#330033;
}

a:hover {
	color:#7965A4;
	text-decoration:none;
}