a {
	font-family: Verdana;
	text-decoration: none;
	color: #689ACD;
}
a:hover {
	color: #FFF;
}
.menulink {
	font-size: 12px;
}

table, tr, td {
	color: #FFF;
	font-family: Verdana;
	font-size: 9px;
}

#wrapper {	
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	height: 100%;
	min-height: 100%;
}

body {
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	background: url('Images/bg.png') #333;
	background-repeat: repeat;
	margin-top: 0;
	margin-bottom: 0;
}

#main {
	border: 1px solid #FFF;
	width: 1024px;
	text-align: left;
	color: #000;
	margin: 0 auto;
	height: 700px;
	background: #333;
	margin-bottom: 0;
	/*border-bottom: 1px solid black;*/
}

.menu li {
	list-style: none;
	padding: 0;
	padding-bottom: 2px;
	margin: 0;
	height: 15px;
	border: 0;
	text-align: center;
}

.menu ul {
	padding: 0px;
}

#left .menu li {
	width: 182px;
	text-align: center;
	margin-left: 0px;
}

#ajaxcontent {
	text-align: left;
	margin-left: 10px;
	margin-top: 25px;
	margin-right: 5px;
	font-size: 9px;
}

#right .menu li {
	text-align: left;
	margin-left: 5px;
}

#right .menu {
	position:absolute;
	bottom: 0;
	left: 0;
	width: 128px;
}
ul,li {
	margin-left: 0px;
}

#left {
	border: 0px;
	float: left;
	width: 183px;
}

.menu a {
	font-size: 13px;
}

#content {
	background: #333333;
	height: 599px;
	text-align: center;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	color: #FFF;
	width: 709px;
	border: 0;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#right {
	padding-bottom:30em;
	background: #333; 
	margin-top: 1px;
	border: 0;
	float: left;
	width: 128px;
	margin: 0;
}

#logo {
	background-image: url('Images/blue_bar.gif');
	width: 1024px;
	border: 0;
	height: 100px;
	border-bottom: 1px solid black;
}

#copyright {
	text-align: center;
}

#footer { 
	text-align: left;
	z-index: -1;
	position: absolute;
	height: 100%;
	bottom: 0;
	border: 1px solid #FFF;
	width: 1024px;
	background-image: url('Images/blue_bar.gif');
}