#logoNav {
    width: 140px;
    float:left;
}
#headerNav {
    float:left;
    padding-top: 40px;
    /*padding-left: 140px;*/
    font-weight: bold;
}

#mainContentDiv {
    padding: 0;
    margin: 0;
    border: none;
}

#mainContentDiv ul {
    padding-left: 30px;
    margin: 0;
    border: none;
}

body {
    background-color: #000000;
    text-align:center;
}

td {
    font-size:12;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/*
#action_alert {
    text-align: center;
  	font-size: 100%;
    color: #f00;
	font-weight:bold;
}
*/



#container {
    background: transparent url('/images/tile.jpg') repeat-y;
    text-align:left;
	width:950px;
	margin:0px auto;
    position:relative;
    font-family: Verdana;
}

#adminContainer {
    background: transparent url('/images/admin-tile2.jpg') repeat-y;
    text-align:left;
	width:950px;
	margin:0px auto;
    
    position:relative;
    font-family: Verdana;
}

#header_wrap {
    margin: 0;
    padding:0px;
    width: 950px;
    background-color: #226030;
}
#header .header {
    display:block;
}
#header{
	margin: 0;
	width: 950px;
    padding: 0;
    height: 111px;
}

#header img.header {
    align: text-top;
}

#rightNav{
	background-color: transparent;
	padding: 0px;
}
#coverFooter {
    background: url('/images/bottom.jpg') repeat-y;
}
#content_bottom {
    width:100%;
    min-height:32px;
    background: url('/images/content-bottom.jpg') no-repeat;
}
#admin_bottom {
    width:100%;
    min-height:32px;
    background: url('/images/admin-bottom.jpg') no-repeat;
}
#testUnderMain {
    background: url('/images/content-top.jpg') no-repeat;
}
#adminMain {
    position: relative;
	margin: 0;
	padding: 12px;
    padding-left:70px;
	font-size:80%;
    min-height:314px;
    font-family: Tahoma, Verdana, Arial;
    background: transparent url('/images/admin-top.jpg') no-repeat;
}


#main {
    position: relative;
	margin: 0;
	padding: 12px;
    padding-left:60px;
	font-size:80%;
    min-height:314px;
    font-family: Tahoma, Verdana, Arial;
    background: transparent url('/images/content-top.jpg') no-repeat;
}
#main p, #main h1, #main h2, #main h3, #main ul, #main a{
    margin: 0 0 5px 0;
}
#main li{
    0 0 2px 0;
}


/*********** #leftNav link styles ***********/
#leftNav img {
border: none;
}

#leftNav ul li a:link, #leftNav ul li a:visited {
	display: block;
	font-size: 75%;
        color: #000;
	font-weight:bold;
        text-decoration: none;
}
#leftNav ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftNav li {
  text-align:center;
padding: 2px;
margin: 2px;
  border: 2px solid #3a5e38;
 /* border-bottom: 1px solid #ffff00;  */
  background-color: #fdd35d;
  font-family: Verdana, serif;
  
}



