/*
 *  Elements
 */

body {
	background: #000000;
	margin: 30px;
	text-align: center;
}

td {
	font-family: verdana, arial;
	font-size: 10pt;
	color: #000000;
}


a:link, a:visited {
	color: #4C6836;
        font-weight: bold;
	text-decoration: none;
	border: 0px;
}

a:hover, a:active {
	color: #322718;
	text-decoration: underline;
	border: 0px;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	width: 60%;
	border-bottom: 1px solid #6B6B6B;
	color: #6B6B6B;
	line-height: 2;
	margin-top: 2px;
	text-align: center;
}

form {
	margin: 0px;
}

ul {
	list-style-type: square;
}




/*
 *  IDs
 */

#maint {
	width: 800px;
	border: 3px double #000000;
	margin-left: auto;
	margin-right: auto;
}

#toptd {
	width: 800px;
	height: 50px;
	background: #F7F7F7;
	vertical-align: bottom;

}

#left {
	width: 200px;
	background: #CCD2C2;
	vertical-align: top;
	text-align: center;
}

#right {
        padding: 8px;
	width: 600px;
	background-image: url(sqr.jpg);
	border-left: 5px solid #CCD2C2;
	border-top: 5px solid #CCD2C2;
	border-bottom: 5px solid #CCD2C2;
	height: 600px;
	vertical-align: top;
	text-align: left;
}



#bottom {
	width: 800px;
	background-color: #4C6836;
	font-size: 8pt;
	text-align: center;
	color: #C0C0C0;
}

#linkt {
	width: 200px;
}

#titlediv {
	text-align: center;
	font-size: 11pt;
	color: #505050;
	font-weight: bold;
}

#fam {
	text-align: center;
	padding: 0px;
}


/*
 *  Classes
 */

.tenpad {
	padding: 10px;
	color: #080808;
}

.linkheader {
	background-color: #5A6B3F;
	text-align: center;
	padding: 2px;
	color: #FBFBFB;
	font-weight: bold;
        border: 1px solid #354F1F;
}

.table1 {
	border: 1px solid #A9B58A;
        background-color: #A9B58A;
        text-align: center;
        font-weight: bold;
        font-size: 10pt;
        color: #384C28;
       
}

.white {
	
        background-color: #F4EEDE;
        font-size: 10pt;
        color: #909090;
       
}

.tab {
	
	background-color: white;
	border: 1px solid #B6B6B6;
	vertical-align: top;
	text-align: left;
        padding: 5px;
}

.slink {
	padding-left: 20px;
	background-color: #A9B58A;
	text-align: left;
        border: 1px solid #A9B58A;
}

.linkspacer {
	height: 5px;
}

.bottominfo {
	margin-top: 20px;
	text-align: center;
	color: #4C6836;
	font-size: 9pt;
}

.hrgreen { margin-top: 7px; margin-bottom: 7px; background-color: #B6B6B6}