body,html
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	max-height:100%;  
	background-color:#000;
}
img
{
	border:0px;
}
#container
{
	width:1024px;
	margin:0px auto;
	background-color:#fff;
}
#website
{
	width:1002px;
	margin:0px auto;
}
#header
{
	background:url('../images/header-bg.gif');
	background-repeat:repeat-x;
	height:168px;
}
.small-header-text
{
	font-family:verdana,helvetica,sans-serif;
	font-size:10px;
	color:#000;
	text-align:center;
	padding-top:5px;
}
.left-header
{
	width:16%;
	float:left;
	text-align:center;
	padding-top:10px;
}
.middle-header
{
	width:63%;
	float:left;
	text-align:center;
}
.right-header
{
	width:21%;
	float:right;
	text-align:center;
}
.clear
{
	clear:both;
}
.left-menu
{
	width:1%;
	float:left;
	background:url('../images/left-menu.gif');
	background-repeat:no-repeat;
	height:65px;
}
.middle-menu
{
	width:98%;
	float:left;
	background:url('../images/middle-menu.gif');
	background-repeat:repeat-x;
	height:65px;
}
.right-menu
{
	width:1%;
	float:right;
	background:url('../images/right-menu.gif');
	background-repeat:no-repeat;
	height:65px;
}
/* Menu starts */

* {
	margin: 0;
	padding: 0;
}

.menu
{
	height:40px;
	text-align:left;
	vertical-align:middle;
	color:#fff;
	font-family:verdana,helvetica,sans-serif;
	font-size:15px;
	padding-left:10px;
}
ul.menu
{
	list-style-type:none;
	padding-top:20px;
}
ul.menu li
{
	display:inline;
	padding-right:3%;
	vertical-align:middle;
}
ul.menu li a
{
	text-decoration:none;
	color:#fff;
}
#nav
{
	width:30%;
	float:left;
}
#content
{
	width:70%;
	float:right;
}
.left-nav
{
	width:3%;
	float:left;
	background:url('../images/left-nav.gif');
	background-repeat:no-repeat;
	height:49px;
}
.middle-nav
{
	width:94%;
	float:left;
	background:url('../images/middle-nav.gif');
	background-repeat:repeat-x;
	height:49px;
}
.right-nav
{
	width:3%;
	float:right;
	background:url('../images/right-nav.gif');
	background-repeat:no-repeat;
	height:49px;
}
.nav-text
{
	background-color:#f1f0f0;
	padding:5px;
}
.text
{
	font-family:verdana,helvetica,sans-serif;
	font-size:11px;
	text-align:justify;
	line-height:160%;
	color:#000;
}
.text a
{
	text-decoration:none;
	color:#000;
}
.main-content
{
	padding-left:20px;
}
.title
{
	font-family:verdana,helvetica,sans-serif;
	font-size:24px;
	text-align:justify;
	color:#f26522;
	padding-top:5px;
	padding-bottom:5px;
}


.event
{
	background-color:#f6f6f6;
	padding:5px;
	cursor:pointer;
}
.event:hover
{
	background-color:#ebebeb;
}

.tab1
{
	float:left;
	width:150px;
}
.tab2
{
	float:left;
	width:200px;
}

.event-left
{
	float:left;
	width:15%;
	vertical-align:top;
	text-align:center;
}
.event-right
{
	float:right;
	width:83%;
	vertical-align:top;
}
#footer
{
	height:40px;
	background-color:#ececec;
	padding:10px;
	text-align:justify;
	border-top:2px solid #cdcdcd;
}
.left-footer
{
	float:left;
	width:60%;
	text-align:left;
}
.right-footer
{
	float:right;
	width:39%;
	text-align:right;
}
table
{
	padding:0;
	border:0;
	width:100%;
}
.data
{
	font-family:verdana,helvetica,sans-serif;
	width:100%;
	border-collapse:collapse;
	text-align:left;
}
.data td, .data th 
{
	font-size:1em;
	border:1px solid #ccc;
	padding:3px 7px 2px 7px;
	height:20px;
}
.data th 
{
	font-size:11px;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#A7C942;
	color:#ffffff;
}
.data tr.alt td 
{
	color:#000;
	background-color:#f1f1f2;
}