body { 
    margin-top: 0px;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
	background: #76787b;
	padding-bottom: 15px;
}
#outerMain {
    height: 100%;    
}
#main {
    width: 960px;
    text-align: center;
	margin: 0 auto;
}

#contentArea {
	width: 910px;
	margin: 0 auto;
}

/* The below classes will be added to the outerMain and main DIVs by a script 
   depending on whether the left and right sidebars exist */
   
/* When no sidebars exist: */
.outerMain_withoutSidebar {
    margin: 0px auto;
    width: 960px;
}

/* When both sidebars exist: */
.outerMain_twoSidebars {
    position:absolute;
    width: 1333px;
}
.main_twoSidebars {
    position: absolute;
    top: 0px; 
    left: 250px;    
}

/* When only the right sidebars exist: */
.outerMain_rightSidebar {
    position:absolute;
    width: 1083px;
}
.main_rightSidebar {
    position: absolute;
    top: 0px; 
}

/* Header section: */
/* -------------------------------------------------------------*/
#top {
    background: url('../images/top_shadow.jpg') no-repeat left;
    text-align: left;
    /* height: 108px; */
}

#header {
    position: relative;
    width: 960;
	height: 143px;
	background: #76787b url(../images/header.jpg) no-repeat bottom left;
}

/* Login menu: */
/* -------------------------------------------------------------*/
#loginMenu {
    /* float: right;
    padding-right: 10px;
   position: relative;
    top: -42px;*/
	background: #3c5caf;
	margin: 2px 0;
}
#loginMenu a {
    color:#fff;
    font-size: 12px;
	padding: 10px;
	/*margin: 10px 0;*/
	border-right: 1px solid #232c3f;
	text-decoration:none;
	display: block;
	text-align: center;
}
#loginMenu .last a {
	border: none;
}
#loginMenu a:hover {
	background: #383d48;
}
.loginMenu{
    background: #3c5caf;
}

#loginMenu ul.categories {
	background: #fff;
	color: #000;
	position: absolute;
	z-index: 10;
	margin: 0;
	padding: 0;
	width: 180px;
	border-bottom: 1px solid #383d48;
	display: none;
}
/*
#loginMenu td:hover ul.categories {
	display: block;
}
*/
#loginMenu ul.categories  li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	border: 1px solid #383d48;
	border-bottom: 0;
}

#loginMenu ul.categories  li a {
	margin: 0;
	display: block;
	color: #383d48;
	padding: 2px 5px;
	border: none;
	text-align: left;
	line-height: normal;
	height: 1.5em;
	overflow: hidden;
}

#loginMenu ul.categories  li a:hover {
	background: #3c5caf;
	color: #e1e1e2;
}

#realLoginMenu {
	display: block;
	margin: 0;
	padding: 15px 0 0 0;
	width: 100%;
	overflow: hidden;
	text-align: right;
}
#realLoginMenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#realLoginMenu li a {
	display: inline;
	color: #e1e1e1;
	text-decoration: none;
	padding: 2px 10px 2px 5px;
	background: url(../images/divider_white.gif) no-repeat center right;
}
#realLoginMenu li a.last {
	background: none;
	padding-right: 0;
}
#realLoginMenu li a:hover {
	color: #fff;
}
p.registerLink {
	text-align: left;
	padding: 0 0 20px 35px;
}
p.registerLink a {
	font-weight: bold;
	color: #3c5caf;
	text-decoration: none;
}

p.registerLink a:hover {
	text-decoration: underline;
}

/* Status bar: */
/* -------------------------------------------------------------*/
#userStatusBar {
	display: none;
   /* background: #d2d3ce url('../images/statusbg.gif') repeat-x;*/
	color: #fff;
	font-size: 13px;
	font-weight: bold;
    text-align: left;
    height: 26px;
    line-height: 20px;
	margin-top: 8px;
	width: 100%;
}
#sep {
    width: 100%;
    height: 1px;
    background: #c0c1bb;
    margin: 0px;
}
#userStatus {
    float: left;
    padding-left: 14px;
}

/* Theme selector: */
/* -------------------------------------------------------------*/
#themeSelector {
    float: right;
    padding-right: 14px;
}
#ThemeSelectorWidget {
    font-size: 10px;
    color: #6f7065
}

/* Language selector: */
/* -------------------------------------------------------------*/
#languageSelector {
    float: right;
    padding-right: 14px;
}
#LanguageSelectorWidget {
    font-size: 10px;
    color: #6f7065
}

/* RSS feed: */
/* -------------------------------------------------------------*/
.feedList {
    float: right;
    clear: right;
    margin: 0px;
    width: 500px;
}

.feedList li {
    float: right;
    margin: 0 0 5px 0; 
    padding-right: 18px;
    list-style-type: none;
    white-space: nowrap;
}
.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;
}

/* General for user/admin/category menu: */
/* -------------------------------------------------------------*/
.menu ul {
    margin: 0px;
    padding-left: 10px; 
	list-style: none;
}

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

.menu a {
	display: block;
	padding: 0px 15px 0px 5px;
	text-decoration:none;
}
.menu li:last-child a {
    background: none;
}
.menu {
    clear: both;
}

/* User/admin menu: */
/* -------------------------------------------------------------*/
#userMenu {
    background: url('../images/menubg.gif') repeat-x;
    height: 32px;
    line-height: 32px;
    text-align: left;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #e1e1df;
}
#userMenu a {
    color:#3c5caf;
    background: url('../images/menusep.gif') no-repeat right;
}
#userMenu a:hover {
	color:#1c2232;
	text-decoration:underline;
}

/* Category menu: */
/* -------------------------------------------------------------*/
#categoryMenu {
    background: #fff;
    height: 32px;
    line-height: 32px;
    text-align: left;
    border-bottom: 1px solid #e1e1df;
}
#categoryMenu a {
    color:#6e7066;
    background: url('../images/menusep_category.gif') no-repeat right;
}
#categoryMenu a:hover {
	color:#cf7937;
	text-decoration:underline;
}

/* Info bar: */
/* -------------------------------------------------------------*/
#infoTextBar {
    background: #e3e0d1;
}

#infoText {
   /* background: #dfa476 url('../images/infobg.gif') repeat-x;*/
   background: #e3e0d1;
	color: #696a6b;
	font-size: 13px;
    text-align: left;
    min-height: 22px;
    font-weight: bold;
    padding-left: 14px;
    padding-top: 9px;
}

/* Content area: */
/* -------------------------------------------------------------*/
#content {
    padding-top: 45px;
    clear: both;
	background: #e8e7e7;
	border-bottom: 5px solid #3c5caf;
}

/* Category navigation bar: */
/* -------------------------------------------------------------*/
div#navBar{
    margin: 0;
    padding-bottom: 20px;
    padding-left: 35px;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
}
div#navBar, div#navBar a {
    color: #3c5caf;
}
div#navBar a:hover {
    color: #1c2232;
}

/* Footer: */
/* -------------------------------------------------------------*/
#footer {
	color:#A5A79E;
	font-size:10px;
	text-decoration:none;
    margin-top: 8px;
    background: #e8e7e7;
}
#footer div {
    margin-left: 5px;
    background: #fff url('../images/footer_right_bg.gif') no-repeat right;
}
#footer div div{
    margin-right: 5px;
    margin-left: 0px;
    height: 44px;
    line-height: 35px;
    padding-left: 8px;
    text-align: left;
    background: #fff url('../images/footer_bg.gif') repeat-x;
}
#footer ul {
	margin: 0;
	padding: 10px 0;
}
#footer ul li {
	display: inline;
	list-style: none;
}
#footer a {
	color:#3c5caf;
	text-decoration:underline;
	padding: 0 10px 0 5px;
	border-right: 1px solid #3c5caf;
}
#footer a.last {
	border: none;
}
#footer a:hover {
	color:#1c2332;
}