body { background-image: url(/images/paper.gif)}

a {
	color:  #9C0000;
	text-decoration: underline;
	font-weight: bold;
	background-color: transparent;
	}
	
a:visited { 
	color: #800000;
	text-decoration: underline;
	background-color: transparent;
	}

a:hover { 
	color: #E00000;
	text-decoration: underline;
	background-color: transparent;
	}
	
a:active {
	color: #FF4040;
	text-decoration: underline;
	background-color: transparent;
	}	


/* FONTS */
/* MAIN TITLES */ 
h1           { font-family: Times,serif; font-size: 1.4em; color: #9C0000; font-weight: bold; background-color: transparent; text-align:center }
/* SUBTITLES/IMAGE TITLES IN BODY CONTENT */
h2           { font-family: Verdana,sans-serif; font-size: 0.9em; color: #9C0000; font-weight: bold; background-color: transparent; text-align:center; margin-top: 0; margin-bottom: 0 }
/* MAIN BODY CONTENT */
h3           { font-family: Verdana,sans-serif; font-size: 0.9em; color: #9C0000; font-weight: normal; background-color: transparent; text-align:justify; margin-top: 0; margin-bottom: 0 }
/* MENU TEXT */
h4           { font-family: Verdana,sans-serif; font-size: 0.6em; color: #9C0000; font-weight: bold; background-color: transparent; margin-top: 0; margin-bottom: 0  }
/* SMALL TEXT */
h5           { font-family: Verdana,sans-serif; font-size: 0.7em; color: #9C0000; font-weight: normal; background-color: transparent; margin-top: 0; margin-bottom: 5px  }
/* SMALL TEXT for EMPHASIS */
h6           { font-family: Times,serif; font-size: 0.9em; color: #9C0000; font-weight: normal; background-color: transparent; }


.footer { font-family: arial, Verdana,sans-serif; font-size: 0.8em; color: blue; background-color: transparent; font-weight: normal; background-color: transparent; text-align:center;}
.caption { font-family: Verdana, sans-serif; font-size: 0.9em; color: #9C0000; background-color: transparent; font-weight: normal; text-align:center; margin-top: 0; margin-bottom: 0 }


#header {
	Width:90%; 
	max-width:880px; 
	text-align: center; 
	position:relative;
	margin:0 auto; 
	left:0px; 
	top: 0px;
	}

#topmenu {
	Width:90%; 
	max-width:880px; 
	text-align: center; 
	position:relative;
	margin:0 auto; 
/*	border:1px solid green;*/
	}
	
#content {
	position: relative;
	width: 90%;
	max-width: 880px;
	top: 20px;
	margin-top: 0; 
	margin-bottom: 0;
	margin-left: auto;
   margin-right: auto;
	font-family: Verdana, arial, sans-serif;
	font-size: 0.9em; 
	color: #9C0000; 
	font-weight: normal; 
	text-align: justify;
	background-color: transparent;
	}
				
#menutd {
	position: relative;
	width: 100%;
	max-width: 880px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #9C0000;
	border-bottom: 1px solid #9C0000;
	color: #9C0000;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 2;
	text-align: center;
	padding-top: 3px;
	padding-left: 0px;
	background-color: transparent;
	}

#menutd li {
	display: inline;
	}
	
#menutd li a:link {
	color: #9C0000;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	} 

#menutd li a:visited {
	color: #800000;
	text-decoration: none;
	background-color: transparent;
	}	

#menutd li a:hover {
	color: #E00000;
	text-decoration: none;
	background-color: transparent;
	}
	
#menutd li a:active {
	color: #FF4040;
	text-decoration: none;
	background-color: transparent;
	}	

#footer {
	position: relative;
	clear:both;
	width: 100%;
	max-width:880px;
	margin-left: auto;
  margin-right: auto;
	padding-top: 10px;
	border-top: 5px double #9C0000;
	text-align: center;
	}

#leftcell{
	position: relative;
	width: 30%;
/*	height:200px;*/
/*	float: left;*/
	text-align: center;
	margin-right:15px;
	margin-bottom: 0px;
	display:inline-block;
	vertical-align: top;
/*	overflow: hidden;*/
	}

#centercell{
	position: relative;
	width: 30%;
	margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
	text-align: center;
	display:inline-block;
  vertical-align: top;
	}

#rightcell{
	position: relative;
	/*float: right;*/
	width: 30%;
/*	height: 200px;*/
	text-align: center;
	margin-left:15px;
	margin-bottom: 0px;
	display:inline-block;
  vertical-align: top;
	}

#bannercell{
	position: relative;
		margin-top:0px;
	margin-left: auto;
	margin-right: auto;
  clear:both;
	width: 100%;
	text-align: center;
	}

.Button {
  display: inline-block;
  height: 30px;
  width: 83px;
  background: #F7F7EF;
  text-align: center;
  border-style:solid;
  border-width: 2px;
  border-color:#d6c3c6 #d6c3c6 grey grey;
   }	
	
.Button a {
  display:block;
  height:100%;
  width:100%;
  font-family: Verdana,sans-serif; 
  font-size: 0.9em; 
  color: #9C0000; 
  font-weight: bold; 
  text-align:center;
  text-decoration: none;
  }
  
.Button a:hover{
  height: 30px;
  color: #F7F7EF; 
  background:#9C0000;
  }
	
.opt {	
  display: table-cell;
  vertical-align:middle;
  width: 83px;
  height: 30px;
 	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 0.75em;
	text-align: center;
  }	
