body {
	background-color: #FDFDFD;
	font-size: 13px;
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
	padding: 0px;
	margin: 0px;
	color: #D8D8D8;
}

a:active, a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.newestvideolink, a.newestvideolink:active, a.newestvideolink:visited, a.newestvideolink:hover {
	color: #FFFFFF;
}

p { margin: 0; }

.xlargetext {
	font-size: 17px !important;
}

.largetext {
	font-size: 15px !important;
}

.smalltext {
	font-size: 11px !important;
}

.xsmalltext {
	font-size: 9px !important;
}

.errortext {
	text-align: center;
	color: #FF0000;
}

textarea {
	width: 100%;
}

img { border: 0px; padding: 0px; margin: 0px; }

#main {
	padding: 0px;
	margin: 0px 0px 0px -480px;
	width: 960px;
	position: relative;
	left: 50%;
	background-color: #551B6D;
}

img.site_logo {
	padding: 0px;
	margin: 0px;
	width: 228px;
	height: 294px;
	float: left;
}

#top_menu {
	padding: 0px;
	margin: 0px;
	background-image: url('../images/topMenuBackground.png');
	height: 294px;
	width: 732px;
	float: right;
}

#top_menu ul {
	margin-top: 207px;
	margin-right: 60px;
	padding: 0px;
	list-style: none;
}

#top_menu ul li {
	display: inline;
}

#top_menu ul li a {
	display: block;
	float: right;
	color: #FFFFFF;
	padding: 0px 5px 0px 5px;
	height: 35px;
	font-size: 15px;
	font-weight: bold;
	line-height: 35px;
	text-decoration: none;
}

#top_menu ul li a.first_item {
	border: 0px;
}

#top_menu ul li a:hover {
	background-color: #240048;	
}

#side_menu {
	padding: 0px;
	margin: 0px;
	background-image: url('../images/sideMenuBackground.png');
	width: 226px;
	min-height: 710px;
	float: left;
}

#side_menu ul {
	margin: 0px 0px 0px 51px;
	padding: 0px;
	width: 120px;
	list-style: none;
}

#side_menu ul li {
	display: block;
}

#side_menu ul li a {
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 0px 2px 0px 2px;
	height: 40px;
	width: 120px;
	font-size: 15px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#side_menu ul li a.twoline {
	line-height: 20px;
}

#side_menu ul li a:hover {
	background-color: #240048;	
}

#side_menu ul li a.new {
}

#main_container {
	padding: 0px;
	margin: 0px;
	width: 734px;
	float: right;
}

div.darkBox, div.darkBoxWithHeader {
	width: 500px;
}

div.darkBox div.top {
	width: 100%;
	height: 67px;
	background-image: url('../images/darkBoxTopLeft.png');
	background-repeat: no-repeat;
	background-position: top left;
}

div.darkBox div.top span {
	display: block;
	position: relative;
	height: 67px;
	background-image: url('../images/darkBoxTopRight.png');
	background-repeat: no-repeat;
	background-position: top right;
}

div.darkBox div.content {
	background-image: url('../images/darkBoxMiddle.png');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 5px 35px 5px 15px;
}

div.darkBox div.content p, div.darkBoxWithHeader div.content p {
	color: #FFFFFF;
	font-size: 15px;
}

div.darkBox h1, div.darkBoxWithHeader h1 {
	margin: 0px 0px 10px 15px;
	padding: 0px;
	color: #FFFFFF;
}

div.darkBox div.bottom {
	width: 100%;
	height: 85px;
	background: url('../images/darkBoxBottomLeft.png') no-repeat top left;
}

div.darkBox div.bottom span {
	display: block;
	position: relative;
	height: 85px;
	background: url('../images/darkBoxBottomRight.png') no-repeat top right;
}

div.darkBoxWithHeader div.top {
	width: 100%;
	height: 124px;
	background-image: url('../images/darkBoxWithHeaderTopLeft.png');
	background-repeat: no-repeat;
	background-position: top left;
}

div.darkBoxWithHeader div.top span {
	display: block;
	position: relative;
	height: 124px;
	background-image: url('../images/darkBoxWithHeaderTopRight.png');
	background-repeat: no-repeat;
	background-position: top right;
}

div.darkBoxWithHeader div.top div.headerText {
	position: relative;
	top: -84px;
	left: 145px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
}

div.darkBoxWithHeader div.content {
	background-image: url('../images/darkBoxWithHeaderMiddle.png');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 5px 35px 5px 15px;
}

div.darkBoxWithHeader div.bottom {
	width: 100%;
	height: 60px;
	background: url('../images/darkBoxWithHeaderBottomLeft.png') no-repeat top left;
}

div.darkBoxWithHeader div.bottom span {
	display: block;
	position: relative;
	height: 60px;
	background: url('../images/darkBoxWithHeaderBottomRight.png') no-repeat top right;
}

div.lightBox {
	width: 500px;
	border: 1px solid #008FC9;
}

div.lightBox div.content {
	background-image: url('../images/lightBoxBckgnd.png');
	background-repeat: repeat;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

div.lightBox div.content {
	color: #00517F;
	font-size: 13px;
	margin: 0px;
	padding: 15px;
}

div.lightBox div.content p {
	color: #00517F;
	font-size: 13px;
}

div.lightBox div.content h1 {
	margin: 0px 0px 10px 15px;
	padding: 0px;
	color: #00659F;
}

div.lightBox a:link, div.lightBox a:visited, div.lightBox a:active, div.lightBox a:hover {color:#00659F;}

#footer {
	color: #FFFFFF;
	text-align: center;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	font-weight: bold;
}

.inputfield {
	font-size: 13px;
	width: 100%;
}

.button {
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #008FC9;
}

div.chat_entry {
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	margin-bottom: 5px;
}

div.chat_info_panel {
	padding: 5px;
	width: 20%;
	float: right;
}

div.chat_info_panel p {
	margin: 0 0 2px 0;
	padding: 0;
}

div.chat_message_panel {
	margin: 0;
	padding: 5px;
	width: 75%;
	border-right: 1px solid #000;
}

p.chat_top_info {
	border-bottom: 1px solid #000;
	font-size: 10px !important;
}

div#top_banner {
	position: absolute;
	width: 468px;
	height: 120px;
	left: 350px;
	top: 30px;
}

div#side_banner {
	float: right;
	margin-right: 40px;
}

table{border-collapse:collapse;width:100%;}
table, th, td{	border: 1px solid #000}
table { background-color: #71C1E1}
td, th {padding:2px}
td {color: #00517F}
th {color:#FFF}
tr {background-color:transparent}
tr.rowodd {background-color:#4DB1D9}
tr.roweven {background-color:transparent}
tr.header_row {background-color:#0081B5}
tr.roweven:hover, tr.rowodd:hover {background-color: #199ACE}
td a:link, td a:visited, td a:active, td a:hover {color:#00659F}
