html {
}

body {
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin:0px; padding:0px;
}

#headline {
	height:11px;
	background-color:#787acd;
}
#head {
	background-color:#eeeeee;
}
#top {
	height:42px;
	background-image:url('/img/top.gif');
	text-align:right;
}
#switch {
	padding-right: 60px;
}
#switch a:link, #switch a:visited {
	text-decoration: none;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
#switch a:hover, #switch a:active {
	text-decoration: none;
	color: #7879CC;
	font-size: 13px;
	font-weight: bold;
}

#stafflogin {
	padding-right: 20px;
}

#stafflogin a:link, #stafflogin a:visited {
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}
#stafflogin a:hover, #stafflogin a:active {
	text-decoration: none;
	color: #33cc00;
	font-size: 13px;
	font-weight: bold;
}

#mainmenu {
	border-top:1px solid #ffffff;
	background-color:#eeeeee;
	text-align:center;
}
#topmenu{
	width:950px;
	background-color:#dedeef;
	height:30px;
}
#topmenu ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#topmenu li{
	background-color:#dfdeee;
	border-right:1px solid #ffffff;
	float:left;
	width:157px;
}
#topmenu li.right{
	border-right:0px solid;
}
#topmenu li a:link,
#topmenu li a:visited{
	color:#000000;
	font-weight:bold;
	font-size:13px;
	display:block;
	padding:8px 0px 8px 0px;
	text-align:center;
    text-decoration: none;
}
#topmenu li a:hover,#topmenu li a:active {
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	background-color:#777ACD;
}
#topmenu li img { 
	float:right;
}
#topmenu ul ol{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#topmenu ul ol li{
	border-top:1px solid #ffffff;
	float:none;
}
.popup {
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
    color: #990000;
    font-weight: bold;
    text-decoration: none;
}

#content a:hover, #content a:active {
    color: #009900;
}

#body {
	padding: 20px 20px 20px 20px;
	text-align:center;
}

#content {
	width: 880px;
	text-align:left;
}

#bottom {
	background-color:#eeeeee;
	height:70px;
	text-align:center;
}
#bottomBlk{
	background-color:#cccccc;
	height:30px;
	width:950px;
}
#footer {
	width:950px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight:bold;
	color:#5252AA;
	font-size:11px;
	text-align:center;
}
#footer a:link,
#footer a:visited {
	font-weight:bold;
	color:#5252AA;
    text-decoration: none;
}	
#footer a:hover,
#footer a:active {
	font-weight:bold;
	color:#000000;
    text-decoration: none;
}	

.strong {
    font-weight: bold;
}

.field {
	width: 300px;
}

.login .field {
    width: 100px;
}

.login {
    margin-top: 70px;
    padding: 60px 0 35px 0;
    background: #fff url('img/login-bg.gif') top center no-repeat;
}

.redkite td,
.redkite {
	font-size:11px;
}
