@charset "UTF-8";
/* CSS Document */

body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#CCCCCC;
  padding: 0 0 0 0;
  background: #FFFFFF url(images/elements/background.gif) repeat-y fixed center 0;
}

a {
  color:#FFFFFF;
  text-decoration:none;
}

a:hover, a:visited:hover {
  color:#FFFFFF;
  text-decoration:underline;
}

a:visited {
  color:#FFFFFF;
  text-decoration:none;
}

a:active {
  color:#FFFFFF;
  text-decoration:none;
}

img {
  border:0px;
}

div.hr {
  height: 20px;
  background: #000000 url(images/elements/hrule.jpg) no-repeat scroll center;
}

div.hr hr {
  display: none;
}

.boldText {
  font-weight: bold;
}

.smallText {
  font-size: 8pt;
}

.titleCell {
  background: #FFFFFF;
  color: #000000;
  font-weight: bold;
}

#envelope {
	color:#CCCCCC;
	width:800px;
	height:100%;
	padding:0 0 0 0;
	position:absolute;
	left:50%;
	margin-left:-400px;
	top:0px;
	background: #000000;
}

#titleEnvelope {
  width:800px; 
  height:300px;
  background: #000000;
}

#ashdiv {
  width:300px; 
  height:300px; 
  position:absolute; 
  left:50%; 
  margin-left:-400px;
  background: #000000;
}

#title {
  width:500px; 
  height:170px; 
  position:absolute; 
  left:50%; 
  margin-left:-100px;
  background: #000000;
}

#mainMenu {
  width:500px;
  height:40px;
  position:absolute;
  left:50%;
  margin-left:-100px;
  top:170px;
  background: #000000;
}

#bodyEnvelope {
  width:800px; 
  height:inherit; 
  position:absolute; 
  left:50%; 
  margin-left:-400px; 
  top:300px; 
  background: #000000;
}

#miceMenu {
  width:200px; 
  position:absolute; 
  left:50%; 
  margin-left:-400px; 
  background: #000000;
}

#infoMenu {
  width:200px; 
  position:absolute; 
  left:50%; 
  margin-left:-400px; 
  background: #000000;
}

#textArea {
	width:550px;
	position:absolute;
	left:400px;
	margin-left:-200px;
	background: #000000;
}
