html{
    height:100%;
 }

* html #wrap #inner-wrap {
    height:100%;
 }

body {
    background-color:#ececec;  	
    font-family:Arial,Helvitica,sans-serif;
    margin:0;
    padding:0;
    font-size:0.8em;
}

a {
    text-decoration:none;
 }

a:hover {
    color:#093;
    text-decoration:underline;
 }

.admin {
    border:1px solid #093;
    color:#000;
    background-color:#dcdcdc;
 }

.alt{
    background-color:#dfdfdc;
 }

#contents {
    padding:0;
    margin:0 0 0 175px;
    width:820px;
    min-height:470px;
 }

.err_msg{
    border:1px solid #093;
    color:#f00;
    background-color:#dcdcdc;
    text-align:center;
 }

fieldset{
    padding:2px;
    margin:2px;
 }

form {
    padding:0;
    margin:0;
 }

#header {
	width:100%;
    padding:0;
    height:100px;
    background-image:url('../graphics/greenbkg.jpg');
	text-align:center;
 }

.hide {
    display:none;
 }

iframe {
    padding:0;
    margin:0;
    border:none;
 }

img {
    border:none;
 }

#infoFrame {
    width:815px;
    height:465px;
    border:none;
 }

#inner-wrap {
    min-height:100%;	
 }

input.fancy {
    border:thin groove #0f0;
    font-size:0.9em;
    background-color:#ccc;
    color:#000;
 }

legend{
    font-weight:bold;
    font-size:0.9em;
 }

li {
	font-size:0.9em;
 }

.logo {
    font-weight:bold;
 }

#menu {
    float:left;
    margin:25px 0 0 25px;
    padding:0 0 0 7px;
    text-align:left;
    width:140px;    
	height:100%;
 	background-color:#ececec;
}

#menu a {
    color:#039;
    text-decoration:none;
    display:block;
	width:100%;
	height:100%;
    margin: 0;
	background:none;
}

#menu a:hover {
    color:#009933;
}	

#menu a.top {
    color:#f00;
    font-size:0.85em;
    display:inline; 
    padding:0;
	background-color:#ececec;
 }

#menu a.top:hover { 
    background:none; 
    text-decoration:underline;
 }

#menu div {
    background-color:#ececec;
    padding:5px;
 }

#menu ul {
    width:140px;
    margin:0;
    padding:0;
	background-color:#ececec;
}

#menu li {
    border:thin outset #cccccc;
    color:#000;
    list-style-type:none;
    background: url(../favicon.ico) no-repeat; 
    text-align:left;
	background-color:#fcfcfc;
    padding:0 0 0 20px;
    height:20px;
 }

#menu li:hover {
    border:thin inset #009933;
    color:#000;
    list-style-type:none;
    text-align:left;
    background: url(../favicon.ico) no-repeat; 
	background-color:#ececec;
    padding:0 0 0 20px;
    height:20px;
 }

 #nav_bar{
 	background-color:#555;
	color:yellow;
	padding-left:5px;
}

 #nav_bar a{
	color:yellow;
	font-size:0.9em;
}

p {
    font-size:0.9em;
    text-align:left;
 }

.page_head {
    border:#093 1px solid;
    background-color:#039;
    color:#fff;
    font-weight:bold;
    font-size:0.95em;
    height:20px;
    text-align:center;
 }

.page_print {
    	background-color:#fff ;
    	color:#000;
    	font-size:0.8em;
    	margin:5px;
    	padding:5px;
 }	

select,input {
    font-size:0.9em;
 }

.small {
    font-size:0.85em;
 }

.special {
    border:medium double #ccc;
 }

table{
    padding:0;
    margin:0;
	text-align:left;
 }

.table_head {
    border:1px solid #039;
    background-color:#ccc;
    text-align:center;
    font-weight:bold;
    color:#039;
    font-size:0.9em;
 }

.table_print {
    	border:1px solid #000;
    	color:#000;
    	font-size:0.95em;
 }

td,th {
    text-align:left;
 }

#td1 {
    text-align:center;
 }

#td1 img {
    width:825px;
    height:56px;
 }

ul,ol {
    padding:0;
    margin:0;
 }

.under_const {
    border:red 1px solid;
    background-color:#ececec;
    color:#f00;
    font-size:0.75em;
    text-align:center;
 }

#wrap {
    position:relative;
    padding:0;
    min-height:100%;
    width:1050px;
    background-color:#ececec;
    font-size:1em;
	margin:0 auto;
 }
