@charset "UTF-8";

body {
	background-image:url('../img/bg.jpg');
	//background-color: #FF6600;
}

body, p, td {
	font-family: "Lucinda Console", verdana, serif;
	font-size: 10px;
	text-align: justify;
}

a:link {color:#0084B4;}      /* unvisited link */
a:visited {color:#0084B4;}  /* visited link */
a:hover {color:#FF6600;}  /* mouse over link */
a:active {color:#0084B4;}  /* selected link */

ul#menu {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

li#menu {
	float:left;
	//display:inline;
}

a#menu:link, a#menu:visited {
	display:block;
	width:120px;
	height:30px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#0084B4;
	text-align:center;
	padding: 8px 0px 8px 0px;
	text-decoration:none;
	text-transform:uppercase;
}

a#menu:hover, a#menu:active {
	background-color:#FF6600
}

div {
	border: solid 1px #0084B4;
	//background-color: #FF6600;
	background-color: #FFFFFF;
}

div#logoLSVb{
	border: none;
	position: absolute;
	width: 0px;
	height: 0px;
	top:0px;
	left:-40px;
	z-index: 999;
}

div#reactiesText {
	color:#0084B4;
	margin: 0px 5px 0px 5px;
	border: none;
}

div#mediaText {
	color:#0084B4;
	padding: 0px 5px 0px 5px;
	border: none;
	text-align: left;
}

div#menu {
	position: absolute;
	background-color:#0084B4;
	width: 100%;
	height: 30px;
	top: 100px;
}

div#main {
	position:relative;
	margin: 0px auto;
	width:1000px;
	height:630px;
	border: none;
}

div#header {
	postion: absolute;
	width: 100%;
	height: 100px;
}

div#content {
	position:absolute;
	top:130px;
	width: 1000px;
	height: 750px;
	border: none;
}

div#lContent {
	position:absolute;
	width: 200px;
	height:100%;
}

div#mContent {
	position:absolute;
	left:200px;
	width: 600px;
	height:100%;
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 50px;
}

p.mContent {
	width: 580px;
}

div#rContent {
	position:absolute;
	left: 800px;
	width: 200px;
	height:100%;
}

div#separator {
	border: none;
	border-bottom: 1px dashed #0084B4;
	width: 200px;
	height: 1px;
}

div#disclaimer {
	position:absolute;
	width:100%;
	height:50px;
	top:880px;
}


ul.twitbox {
	width: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.twitbox li{
	border-bottom:1px dashed #D2DADA;
	padding: 10px;
	font-size: 10px;
	font-family: 'Lucida Grande',sans-serif;
	color: #333333;
}

ul.twitbox li.mytwitHead {
	height: 60px;
}

ul.twitbox li.mytwitHead a {
	font-size: 22px;
	font-weight: bold;
}

ul.twitbox li.mytwitHead img{
	float: left;
	padding-right: 10px;
}

ul.twitbox li a {
	color: #0084B4;
	text-decoration: none;
}

ul.twitbox li a:hover { text-decoration: underline; }

ul.twitbox span.twhen {
	color: #999999;
	font-family: georgia;
	font-size: 8px;
	font-style: italic;
	padding-top: 5px;
}