@charset "UTF-8";
/* CSS Document */


body {
	background-color:#000;
	background-image: url('images/bg_pattern.jpg');
	background-repeat: repeat;
	}
	
.tableMain {
	width:688px;
	vertical-align:center;
	margin-left:0;
	margin:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	border:none;
	padding:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	}
	
.headerArea {
	background-image: url('images/header.png');
	height:174px;
	background-repeat:no-repeat;
	vertical-align:bottom;
	}
	
.homeHeaderArea {
	background-image: url('images/header2.png');
	height:273px;
	background-repeat:no-repeat;
	vertical-align:top;
	}
	
.contentArea {
	background-color:#CCCCCC;
	height:300px;
	width:100%;
	vertical-align:top;
	text-align:left;
	}
	
p {
	font-family: helvetica, arial, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	}
	
p.home {
	font-family: helvetica, arial, sans-serif;
	color: #333;
	font-size: 11px;
	line-height: 16px;
	padding-top: 0;
	padding-bottom: 10px;
	margin: 0;
}

ul {
	font-family: helvetica, arial, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	}

li {
	font-family: helvetica, arial, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	}
	
.footer {
	font-family: helvetica, arial, sans-serif;
	color: #CCC;
	font-size: 10px;
	}
	
h1 {
	font-family: helvetica, arial, sans-serif;
	color:#666;
	font-size:24px;
}

h2 {
       font-family: helvetica, arial, sans-serif;
       color: #999;
       font-size: 20px;
}

a {
	color: #9206F5;
	text-decoration: underline;
}
	a:hover {
		color: #cc00cc;
		text-decoration:none;
	}
	
	a:visited {
		color: #9206F5;
		text-decoration: underline;
	}

.pic {
	margin-left:10px;
	margin-right:10px;
	border:1px;
	border-color:#333;
}

.headerNav {
	color:#FFF;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
}

.form {
	font-family: helvetica, arial, sans-serif;
	color: #333;
	font-size: 12px;
}

/* TWITTER LIST */

#twitter_div {
	width: 180px;
	float: right;
}

#twitter_div ul {
	list-style: none;
	text-indent: 0;
	margin: 0; 
	line-height: 1.5em; 
	padding: 0; 
}

#twitter_div li {
	list-style: none;
	text-indent: 0px;
	margin: 0; 
	line-height: 1.5em; 
	padding: 0;  
}

#twitter_div #twitter_update_list {
	color: #09F;
	font-size: 14px;
	margin: 0; 
	line-height: 1.5em; 
	padding: 0; 
}

#twitter_update_list ul li {
	list-style: none;
	text-indent: 0;
	margin: 0; 
	line-height: 1.5em; 
	padding: 0; 
}

ul #twitter_update_list {
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	margin: 0; 
	line-height: 1.5em; 
	padding: 0; 
}

ul #twitter_update_list li {
	list-style: none;
	text-indent: 0;
	margin: 0; 
	line-height: 1.5em; 
	padding: 0; 
}