body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	margin:0;
	height:100%;
} 
#WholePage {
	width:930px;
	position:relative;
}
#Logo {
	text-align:left;
	padding:40px 0 30px 0;
	width:930px; 
}
#PageMiddle { 
	display:block;
	width:100%;
	position:relative;
}
#menu {
	text-align:left;
}

.menu a, .menu a:visited, .menu a:active {
	text-decoration:none;
	font: 13px Arial, sans-serif;
	font-weight: bold;
	padding: 5px 30px 5px 0;
	margin: 0px;
	text-align: left;
	color: #774a26;
}
.menu a:hover {
	color: #000000;
}

.main {
	min-height:400px;
	padding-top:40px;
	color: #774a26;
}
.main a, .main a:visited, .main a:active {
	text-decoration:underline;
	color: #000000;
}
.main a:hover {
	text-decoration:none;
}

.heading {
	text-align:left;
	font-size: medium;
	font-weight: bold;
	color: #774a26;
}
.adminheading {
	text-align:center;
	font-size: large;
	font-weight: bold;
	color: #774a26;
}
.swatch {
	border:1px solid gray;
	padding:10px;
	margin:10px;

}
.msgbrdform {
	width:400px;
	border:1px solid grey;
	background-color:#F0F0F0;
	padding:10px;
	text-align:center;
	color:#000000;
}
.regtableleft {
	text-align:right;
	font-size:x-small;
	font-weight:bold;
	background-color:#E2E2E2;
}
.regtableright {
	text-align:left;
	background-color:#DDEBFF;
	color: #333333;
	font-size: xx-small;
}
.tablelist {
	background-color:#FFFFFF;
}

.tablelist tr.tablehead td {
	background-color:#006666;
	border:1px solid #333;
	color:#FFFFFF;
	text-align:left;
}
.tablelist tr.tablehead td a{
	color:#FFFFFF;
}
.tablelist td {
	color:#000000;
	background-color:#EEEEFF;
	padding:8px;
	border:1px solid #999;
	text-align:left;
}

#proposal.tablelist td {
	padding:4px;
}
.tablelist td.tabledate {
	font-size:x-small;
	text-align:center;
	color:#555;
}
.tablelist a, .tablelist a:visited, .tablelist a:active {
	color:#005555;
}
.tablelist a:hover {
	color:#000000;
	text-decoration:underline;
}

.indexcontent {COLOR: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; line-height: 1.3;}
.indexcontent a, .indexcontent a:hover, .indexcontent a:active {
	font-size:x-small;
}

.maincontent {COLOR:#000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; line-height: 1.8;}

.indextitle {COLOR:#444444; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;}

.subtitle {COLOR:#444444; ?>; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.1;}

#galleryscreen2 {
	display:none;
    position:fixed;
    z-index:99;
    left:0;
    top:0;
    width:100%;
    height:100%;
	background-color:#003;
    opacity:0;
    filter:alpha(opacity=0);
}
#galleryscreen {
	display:none;
    position:fixed;
    z-index:1;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#003;
    opacity:0.3;
    filter:alpha(opacity=30);
}
#gallerymessage {
	display:none;
    position:fixed;
    z-index:1;
    left:50%;
    top:50%;
	background-color:white;
	padding:20px;
	margin: -30px 0 0 -180px;
	text-align:center;
	vertical-align:middle;
}
