body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: lighter;
	background-color: #000000;
}

/* texts */


h1 {
	font-size: large;
	color: #999999;
	font-weight: lighter;
	margin: 40px 0px 10px 0px;
	text-transform: uppercase;
}

h2 {
	color:#66FFFF;
	font-size: large;
	font-weight: lighter;
	margin: 40px 0px 10px 0px;
}

h3 {
	margin: 30px 5px 10px 0px;
	font-size: medium;
	color: #66CCCC;
	font-weight: lighter;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #66CCCC;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.highlights {
	font-weight: bold;
}

.webdesign {
	color: #FF6666;
	margin-top:10px;
}

.footnotes {
	font-size: x-small;
	color: #999999;
}


/* THE DIV TO TABLE TECHNIQUE */

#table {
	position:relative;
	margin:0px auto;
	width: 800px;
	padding-bottom: 10px;
	display: table;
	background-color: #333333;
}


#topframe {
	background-color: #333333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #66ffff;
	text-align:left;
}

#row  {
	display: table-row;
}

#left {
	position : relative;
	background-color: #333333;
	text-align:left;
	width : 150px;
	display: table-cell;
	padding-left: 216px;
}


#middle {
	position : relative;
	background-color: #333333;
	text-align:left;
	width : 142px;
	display: table-cell;
	text-align:left;
}

#right {
	position : relative;
	background-color: #333333;
	text-align:left;
	width : 250px;
	display: table-cell;
	text-align:left;
	padding-right: 13px;
}


#anacontent {
	position : relative;
	background-color: #333333;
	text-align:left;
	display: table-cell;
	padding-left:215px;
	padding-right: 15px;	
}

#anacontent2 {
	position : relative;
	background-color: #333333;
	text-align:left;
	display: table-cell;
	padding-left:75px;
	padding-right: 15px;	
}

/* IE ONLY */

* html #left {
	float:left;
}
* html #right {
	float:right;
}
* html #middle {
	float: left;
}
* html .cleaner {
	display:block;
}

/* other elements */

ul {
	margin: 0;
	padding : 0;
	list-style:none;
	text-align:left;
}

img { 
	border: 0;
}

