body {
	margin: 0;
	background: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	text-align: center;
	background-image: url(bg.gif);
	background-repeat: repeat;	
  }

a {
  color: #000000;
  text-decoration: none;
  }

a:hover{
  color: #000000;
  text-decoration: underline;
  }
  
img.wrap {
	display: block;
	border: 0;
	margin: 3px 10px 3px 0px;
  }
			
#page {
	margin: 0 auto;
	width: 780px;
	position: relative;
	background-repeat: repeat-y;
	background-color: #ffffff;
	margin-bottom: 0px;
  }	

#footer {
	margin: 0 auto;
	position: relative;
	background-color: black;
	color: #555;
	margin-bottom: 0px;
  }	

#pagebord {
	margin: 0 auto;
	width: 826px;
	position: relative;
	background-repeat: repeat-y;
	background-image: url(shadow.png);
	margin-bottom: 0px;
	height: 100%;
  }	
	
#menu {
	margin: 0 auto;
	width: 100%;
	height: 20px;
	border-bottom: 5px solid #EEEE00;
	background-color: #000066;
  }

.menulinks {
	padding: 0px 0 0 0px;
    font-size: 16px;
	text-align: left;
	letter-spacing: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
  }

.menulinks td{
	padding-right: 10px;
	padding-left: 10px;
}

.menulinks a{
  color: #FFFFFF;
  letter-spacing: 1px;
  text-decoration: none;
  }

.menulinks a:hover{
  color: #CCCCCC;
  text-decoration: none;
  letter-spacing: 1px;
  }
  
.mfc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 30px;
	font-weight: bold;
	}

.content {
	text-align: justify;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #FFFFFF;
}
	
.conleft {
	border-top-width: 0;
	border-right-width: thin;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #CCCCCC;
	text-align: justify;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #FFFFFF;
}

.conright {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-color: #CCCCCC;
	text-align: justify;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #FFFFFF;
}

.title {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-color: #ccc;
	text-align: justify;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	background-color: #FFFFFF;
}

