/* CSS Document MMC Project */

body {
  background-color: rgb(100,100,100);
}

form {

	margin: 0px;
}

h1 {

  color: red;
  font-family: arial;
  font-size: 24px;
}

hr {

	margin: 0px;
}

p {

  font-family: arial;
  font-size: 14px;
}

#container {

  background-color: white;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  width: 800px;
  z-index:-2;
}

#cr {

  margin-top: 5px;
  color: black;
  text-align: center;
  font-family: verdana;
  font-size: 10px;
	font-weight: bold;
}

#devnote {

	color: white;
	font-family: verdana;
	font-size: 10px;
	margin-left: auto;
  margin-right: auto;
	margin-top: 5px;
	width: 800px;
}

#devnote p, #devnote p a {

	font-family: verdana;
	font-size: 10px;	
}

#main {

  clear: left;
  padding: 5px;
}

#main_left {
  
  float: left;
  width: 230px;
}

#main_left p {

  
  font-family: verdana;
  font-size: 14px;
  margin: 0px;
  text-align: right;
}

#main_middle {
  
  /* Important!, the margin must equalize the width of the side div columns */
  margin-left: 235px; 
  margin-right: 235px;
  padding-left: 5px;
  padding-right: 5px;
}

#main_right {
  
  float: right;
  width: 230px;
}

#main_right p {

  font-family: verdana;
  font-size: 14px;
  margin: 0px;
  text-align: left;
}

/* #qid is used for client-server communication, should not be visible*/
#qid {

  position: absolute;
  visibility: hidden;
}

.bold {

  font-weight: bold;
}

.center {

  text-align: center; 
}

.nomargin {
			
	margin: 0px;
}


.headertext {
  
  color: red;
  display: block;
  font-family: verdana;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px !important;
  position: absolute;
  
  text-align: center;
  z-index: 2;
}

.shadow {

  color: black;
  
  font-family: verdana;
  font-size: 24px;
  font-weight: bold;
  
  margin-left: auto;
  margin-right: auto;
  position: relative; /*relative;*/
  
  text-align: left;
  
  z-index: 1;
}


