body { 
    margin: 0px;
    color: #eee;
    font-family :  Verdana, Helvetica, sans-serif;
    font-size : 11px;
    width: 100%;
    height: 100%;
    text-align: center;
	 background-color: #eee;
}
td {
    font-family :  Verdana, Helvetica, sans-serif;
    font-size : 11px;
}
a, a:active, a:visited {
    color: #dd6900;
    text-decoration: none;
}
a:hover {
    color: #ffcc00; 
    text-decoration: none;
}
input, textarea, select, button {
    padding: 0px 4px 0px 4px;
    margin: 1px;
    color: #111;
    border-top: 1px solid #ccc;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #ccc;
    background-color: #eee;
    font-family :   sans-serif; 
    font-size: 11px;  
    vertical-align: middle
}
select {
    padding: 0px;
}
input.button, textarea.button, select.button, button.button {
    border-top: 1px solid #eee;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #eee;
    font-size: 11px;
    vertical-align: middle
}


h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #dd6900;
}
h1 { font-size: 1.5em; }


#wrapper {
    margin-left: auto;
    margin-right: auto;
		background-color: #272727;
    width: 780px;
    text-align: left;
		
}
#page-container {
    padding: 10px 10px 10px 10px;
    margin-bottom: 5px;
		background-color: #272727;
		width: 800px;
		 margin: -1px;
}
#content-container {
    width: 780px;
    background-color: #272727;
    border: 1px solid #07090C;
    padding: 10px;
    margin: -1px;
}

#menu-container {
	  text-align:center;
		width: 780px;
		*width: 800px;
    /*background-color: #696969;*/
		background-color: #363636;
    border: 1px solid #565656;
    padding: 5px 10px 5px 10px;
    margin: 5px 0px 5px 0px;
    font-family :  Helvetica, sans-serif;
    font-size : 11px;
}


.submenu{
    background-color: #475360;
    border: 1px solid #67727E;
    padding: 5px 10px 5px 10px;
    margin: 5px 0px 5px 0px;
    z-index: 2;
    top: 180px; 
    width: 170px; 
    visibility: hidden;
}

#menu-container a, #menu-container a:active, #menu-container a:visited {
    /*color: #ffcc00;*/
		 color: #dd6900; 
		 
		 
}

#menu-container a:hover {
    color: #ffcc00; 
}

.seperator { 
    color: #eee;
    margin-left: 1px;
    margin-right: 1px;
}

table.content-block {
    
    background-color: #363636;
    margin-top: 2px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}
td.content-block{
    border: 1px solid #565656;
    margin: 0px;
    padding: 6px;
}
.content-title {
    color: #dd6900;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
    font-weight: bold;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.content-header { 
    color: #FFFFFF;
    font-weight: bold;
}
.content-info {
  font-style: italic;
}
.content-sub { 
    color: #eee;
    font-size: 11px;
}
.content-sub img{width:30%;height:30%;}
hr {
  height: 1px;
  color: #ccc;
}

.ast{color:#dd6900;}

#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	z-index:100;
	background-color: #272727;
    border: 1px solid #07090C;
	font-family:Helvetica,sans-serif;
	font-size:11px;
}

#dropmenudiv a{
	display: block;
	text-indent: 3px;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	background-color: #272727;
    color: #dd6900;
    text-decoration: none;
	text-align:center;
}

#dropmenudiv a:hover{ 
	color: #ffcc00; 
	text-decoration: none;
	font-family:Helvetica,sans-serif;
	font-size:11px;
	text-align:center;
}
