body { 
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
}
#main {
    margin: 20px auto 0px;
    width: 80%;
    text-align: center;
}
#header {
    margin-bottom: 10px;
    text-align: left;
}
#userStatus {
	color:#555555;
	font-size:10px;
    margin-bottom: 5px;
    text-align: left;
}
.menu {
    clear: both;
    padding-bottom: 20px;
    text-align: left;
}

.menu ul {
    margin: 0px;
    padding: 0px;
	list-style: none;
}

.menu li {
    float: left;
    white-space: nowrap;
}

.menu a {
	display: block;
	padding-right: 20px;
	color:#333300;
	font-weight:bold;
	text-decoration:none;
    background: url('../images/menusep.gif') no-repeat right;
}
.menu li:last-child a {
    background: none;
}
.menu a:hover {
	color:#999900;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menu a {
 float: left;
}
/* \*/
.menu a {
 float: none;
}
/* */

#adminMenu {
    clear: both;
}

#content {
    padding-top: 25px;
    clear: both;
}

div#navBar{
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
}
div#navBar, div#navBar a {
    color: #336600;
}
div#navBar a:hover {
    color: #999900;
}

#footer {
	color:#CC6600;
	font-size:20px;
	text-decoration:none;
    margin-top: 30px;
}
#footer a {
	color:#54642D;
	text-decoration:underline;
}
#footer a:hover {
	color:#999900;
}

#top {
    float: left;
}

#themeSelector {
    float: right;
    padding-right: 14px;
    margin-top: 14px;
    margin-left: 34px;
}

#ThemeSelectorWidget {
    font-size: 10px;
    color: #6f7065
}

#languageSelector {
    float: right;
    padding-right: 14px;
    margin-top: 14px;
    margin-left: 34px;
}
#LanguageSelectorWidget {
    font-size: 10px;
    color: #6f7065
}


.feedList {
    float: right;
    padding: 0;
    list-style-type: none;
    text-align: left; 
}

.feedList li {
    margin: 0 0 5px 0; 
    padding: 0;
    list-style-type: none;
}

.feedList li a {
    padding: 0 0 0 19px;
    list-style-type: none;
    font-size: 10px;
	text-decoration:none;
    color:#333300;    
    font-weight: bold;
}

.feedList li a.color1 {
    background: url("../images/07.png") no-repeat 0 50%;
}

.feedList li a.color2 {
    background: url("../images/14.png") no-repeat 0 50%;
}

.feedList li a:hover {
    color:#999900;
}
