/* culture shock: purgatory shuffle by pogy366 - Sept. 2005 */

/******* structure and layout *******/
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt; 
color: #FFFFFF; 
background: #161B13;
margin:0 0 0 0;
padding:0 0 0 0;
background: #161B13 url(images/header3.jpg) no-repeat;
background-position:0px 3px;
}

.wrap {
	position:relative;
	width:780px;
	margin:188px 0 0 0;
	padding:0 0 0 0;
	text-align:left;
}

.pagetitle {
position:absolute;
clear:both;
top:20px;
left:0;
width:200px;
margin:-160px 0 0 15px;
padding:0 0 0 0;
text-align:left;
line-height:.5em;
background:transparent;
}

.header {
	position:relative;
	clear:none;
	width:770px;
	margin:0 0 0 0;
	padding:0 5px 1px 5px;
	text-align:left;
	font-size:8pt;
	border-top:1px solid #6600CC;
	border-bottom:1px solid #6600CC;
	border-right:1px solid #6600CC;
	letter-spacing:.3em;
	background:#454E61;
	background-color: #663399;
}

.news {
	position:relative;
	float:right;
	margin:-1px 0 5px 5px;
	padding:0 5px 10px 10px;
	width:238px;
	background:#663399;
	text-align:left;
	color:#FFFFFF;
	font-size:8pt;
	border-top:1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.left_content {
	position:relative;
	margin:6px 0 0 8px;
	padding:0 0 0 0;
	width:500px;
	background:#161B13;
	text-align:left;
	color:#FFFFFF;
	font-size:10pt;
	line-height:1.7em;
	font-family: Arial, Helvetica, sans-serif;
}

/******* top navigation *******/
#nav ul{
padding:0 0 0 0;
margin:0 0 0 0;
white-space: nowrap;
color:#ffffff;
float:left;
width:100%;
background:transparent;
list-style:none;
}

#nav ul li{
	display:inline;
	list-style:none;
	background-color: #6633CC;
}

#nav ul li a{
	margin: 0;
	padding: 0.1em 1em 0.1em 0.5em;
	background-color: #663399;
	color: #FFFFFF;
	text-decoration:none;
	float: left;
	border-left:0px solid #6600CC;
	border-right:thin solid #6600CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}

#nav ul li a:hover{
background-color: #6600CC;
color: #FFFFFF;
text-decoration:none;
border-left:0px solid #FFFFFF;
border-right:1px solid #6600CC;
}

#nav a.nav, #nav a.nav:hover {
background-color: #663399;
color: #000000;
text-decoration:none;
}



/******* fonts and colors *******/

a {
color:#FFFFFF;
text-decoration:underline;
}

a:hover {
color:#999999;
text-decoration:none;
}

a:visited {
color:#999999;
text-decoration:underline;
}

#news a {
color:#eeeeee;
text-decoration:underline;
}

#news a:hover {
color:#cccccc;
text-decoration:none;
}

#pagetitle {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:28pt;
color:#CCCC99;
letter-spacing:-.1em;
}

.pagedescription {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
color:#ffffff;
letter-spacing:.2em;
}

.right_title {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
letter-spacing:.2em;
text-transform:uppercase;
}

.left_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing:.2em;
	text-transform:uppercase;
	font-style: italic;
}


/******* workarounds and hacks *******/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: visible;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
