
body {
	padding:0;
	margin:0;
	font-size:18px;
	font-family:helvetica;
}

li {
	padding:3px; 
}

.style1 {
	font-size:18px;
	color:#000000;
}

.style2 {
	font-size:12px;
	color:#000000;
}

.style3 {
	font-size:18px;
	color:#FFFFFF;
}

a.style3:link {color:#FFFFFF;text-decoration:none;font-weight:normal;}
a.style3:hover {color:#FFFFFF;text-decoration:underline;font-weight:normal;}
a.style3:visited {color:#FFFFFF;text-decoration:none;font-weight:normal;}

.style4 {
	font-size:18px;
	color:#630181;
}

h1 {
	font-size:26px;
	font-weight:bold;
	margin-top:40px;
	margin-bottom:0px;
	color:#000000;
	margin-left:20px; 
}

#header {
	position:absolute; z-index:2;
	top:0; left:0;
	width:100%;
	height:40px;
	padding:0;
	background:#613314;
	color:#FFF;
	font-size:20px;
	text-align:center;
}

#wrapper {
	position:absolute; z-index:1;
	top:40px; bottom:0px; left:0;
	width:100%;
	background:#FFF;
	background-image:url(images/greybackground.png);
	overflow:auto;
}

#scroller {
	position:absolute; z-index:1;
	width:100%;
	padding:0;
}

a:link {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	position: relative; 
    top: 1px;
	left: 1px;
}

a:visited {
	color: #000000;
	text-decoration:none;
    font-weight:bold;
}

.popmenu {
    position:absolute;
    bottom:0px;
    left:0px;
	width:280px;
    top:40px;
    background-color:#613314;
    z-index:1000000000000000;
	overflow:hidden;
    display:none;
}

#editor {
	position:absolute;
	left:5px;
	top:5px;
	width:99%;
	height:99%;
	background-color:#EEE;
	overflow:scroll;
	display:none;
	z-index:99999;
}

label {
  font-weight:bold;
}

textarea {
    resize:none;
}

input, button, select, textarea {
font-size:14px;
}

table.indexLink td {font-size:18px;color:#FFFFFF}
table.indexLink img {display:block}
table.indexLink td a {font-size:18px;color:#FFFFFF;display:block}

#overlay:before{
width:20px;
position:absolute; /*You may also use fixed depending on your needs.*/
left:0;
top:0; /*If you want it at the bottom you probably want bottom:0 instead*/
z-index: 999;
}

input[type=radio] + label {
  font-weight:lighter;
}

input[type=radio] {
  zoom: 1.3;
}

