BODY, TD {
	background: url(/images/background.gif);
	color: black;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: left;
}

H2 {
	font-size: 14pt;
	color: black;
}

H3 {
	font-size: 13pt;
	color: black;
	font-style: italic;
}

H4 {
	font-size: 12pt;
	font-variant: small-caps;
	font-weight: bold;
	color: black;
	font-style: italic;
}

A {
	text-decoration: underline;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: purple;
}

HR {
	color: black;
	height: 2pt;
}

.formLayout
{
		background-color: #f3f3f3;
		border: solid 1px #a1a1a1;
		padding: 10px;
		margin-right: 15px;
}

.formLayout label
{
		display: block;
		width: 200px;
		float: left;
		margin-bottom: 10px;
}

.formLayout label
{
		text-align: right;
		padding-right: 10px;
}

.formLayout input .formLayout textarea
{
		display: block;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
}

.formLayout br
{
		clear: left;
}

#leftmenu {
	position : fixed;
	top : 0px;
	left : 0px;
	width : 145px;
	padding: 15px 0px 15px 15px;
	z-index: 3;
/*	border: 1px solid black;*/
}

#topmenu {
	background: url(/images/background.gif);
	position: fixed;
	top: 0px;
	height: 150px;
	left: 0px;
	right: 0px;
	padding: 15px 15px 0px 0px;
	text-align: right;
	z-index: 2;
/*	border: 1px solid red;  */
}

#rightcolumn {
	position: fixed;
	top: 200px;
	left: 0px;
	width: 100%;
	border: 1px solid pink;
}

#main {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 206px;
	padding : 15px 0px 15px 0px;
	border: 1px solid green; 
}

#copyright {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	font-size: 10px;
	position: fixed;
	left: 15px;
	bottom: 15px;
	z-index: 5;
}

#monitor {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 4;
}

#mainBox {
	position: absolute;
	top: 165px;
	right: 100px;
	left: 165px;
	bottom: 50px;
	z-index: 0;
	background-color: #3CF;
  border: 0px;                     
  -webkit-border-radius: 10px;    /* for Safari */
  -moz-border-radius: 10px;       /* for Firefox */
}
	

#mainContent {
	position: absolute;
	top: 15px;
	bottom:15px;
	border: 0px;
	text-align: left;
	margin: 0px;
	padding: 10px;
  overflow: auto;
  -webkit-border-radius: 10px;    /* for Safari */
  -moz-border-radius: 10px;       /* for Firefox */
}

#votw {
	float: right;
}

#everything {
	position: relative;
	top: 0px;
	height: 566px;
	left: 0px;
	width: 1400px;
	padding: 0px;
	margin: 0px;
 	border: 5px dotted orange;
}

#jokeBox {
	position: absolute;
	background-color: #036;
	color: white;
	text-align: right;
	right:0px;
	width: 400px;
	height: 375px;
	margin-top: 15px;
	margin-right: 15px;
  border: 0px solid black;   
  -webkit-border-radius: 10px;    /* for Safari */
  -moz-border-radius: 10px;       /* for Firefox */
}

#jokeBox h4 {
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.25em;
	margin: 5px 100px;
	padding: 0px;
}

#jokeContent {
	position: absolute;
	top: 30px;
	border: 0px;
	text-align: left;
	height: 300px;
	margin: 0px;
	padding: 10px;
  overflow: auto;
  -webkit-border-radius: 10px;    /* for Safari */
  -moz-border-radius: 10px;       /* for Firefox */
}

#RedItalics {
  font-size: 14pt;
	font-family: "Comic Sans MS", cursive;
	color: red;
	font-style: italic;
}

#SiteCredits {
	font-size: 10pt;
}
