/* overall */
body {
	font-family:Verdana, "Arial", Helvetica, sans-serif;
	font-size:10pt;
	background-color:#FFF;
	margin:1em;
	padding:0;
	color: #040;
}

ul {
	padding:0 0 0 2em;
	margin:0;
}

.clear {
	clear:both;
	font-size:1px;
	height:1px;
}


/* header */
h1 {
	font-size:16pt;
	width: auto;
	color: #040;
	letter-spacing:.2em;
	margin:0 0 0px 0;
	padding:0 0 10px 0;
	background:url(images/red-dot.gif) repeat-x bottom left;
	font-weight:normal;
}
h1.right {
	line-height:1.3em;
	border-right: 1px solid #040;
}
h2 {
	margin: 0;
	font-family:Verdana, "Arial", Helvetica, sans-serif;
	font-variant:small-caps;
	font-size:16pt;
	font-weight: normal;
}
h3 {
	font-size:10pt;
	color: #000;

}
#header {
	margin:0 0 0 16em;
	font-size:10pt;
	color:#040;
	line-height:1.5em;
	letter-spacing: 2px;
}
#header em {
	font-size:.8em;
	color:#000;
	line-height:normal;
}
#header .block {
	height:50px;
	width:50px;
	background:#040 url("images/bg_block.gif") no-repeat right bottom;
	margin: 0 10px 0 0;
}
/* nav */
#nav {
	font-weight:bold;
	margin-top:16pt;
	clear:both;
	width:14em;
	float:left;
}
#nav ul {
	text-align:right;
	padding:0;
	letter-spacing:.2em;
	/*font-variant:small-caps;*/
	text-transform:uppercase;
	line-height:2.5em;
	font-size:8pt;
	list-style:none;
}
#nav ul a {
	color:#900;
	text-decoration:none;
}
#nav ul a:hover {
	color:#900;
	text-decoration:underline;
}
#nav ul em {
	float:right;
	margin:.9em 1em 0;
	height:.7em;
	width:.7em;
	line-height:.7em;
	color:#000;
	background-color:#040;
}
#nav ul a:hover em {
	color:#900;
	background-color:#900;
}
#nav li.true {
	font-weight:normal;
}
#nav .second  {
	padding: 0 2.7em 0 0;
	text-transform: none;
	font-weight:normal;
}
#nav .second a{
	color: #040;
}
/* content */
#content {
	margin-top:2pt;
	padding:1.5em;
	font-family:Verdana, "Arial", Helvetica, sans-serif;
	width: 500px;
	margin-left:14.5em;
	color:#040;
	background: url("images/green-pie.gif") no-repeat right bottom;
	border-right: 1px solid #040;
}
#content a {
	color:#060;
}
#content a:hover {
	color:#040;
}

/* content front page stuff */
ul.nav {
	padding:0;
	font-family:Verdana, "Arial", Helvetica, sans-serif;
	letter-spacing:.2em;
	font-variant:small-caps;
	font-size:16pt;
	line-height:2em;
	list-style:none;
}
#content ul.nav a {
	color:#040;
	text-decoration:none;
}
ul.nav a:hover {
	xcolor:#040;
}
ul.nav em {
	float:left;
	margin:.7em 1em 0 0;
	height:.7em;
	width:.7em;
	line-height:.7em;
	color:#040;
	background-color:#040;
}
ul.nav a:hover em {
	background-color:#900;
	color: #900; 
}
#dex {
	padding-left: 45px;
	letter-spacing:2px;	
	font-family:Verdana, "Arial", Helvetica, sans-serif;
}
.profile {
	float:right;
	margin: 0 0 50px 25px;
	border: 1px solid white;
}
.thumb {
	float:right;
	margin: 0 0 0 25px;	
	border: 1px solid white;
}
#profiles {	
	padding: 0;
	list-style:none;
}
#profiles li {
	width:100%;
}
#profiles a {
	display:block;
	height:auto !important;
	height: 80px;
	min-height: 80px;
	padding: 3px;
	text-decoration:none;
	margin:.4em;
	color: #040;
}
#profiles strong {
	color: #000;
}
#profiles a:hover strong {
	text-decoration:underline;
}
/*IE doesn't pick up the above hence the below*/
#profiles a:hover  {
	background:none;
	}
#profiles img {
	float: left;
	border: 1px solid #000;
	margin: 0 .5em 10px 0;
}
.header {
	background:url(images/reddot.gif) repeat-x}
