@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #3A3229;
	margin:0px;
	height:100%;
}
.header {
 	background:url(../images/header.jpg); 
	width:760px; height:177px; 
	margin:0px auto 2px auto;
 }
 .leftColumn {
  	border: 1px solid #8A6F52; 
	width:132px; 
	background:#DED5C5;
  }
 .content {
 	border: 1px solid #8A6F52;
	background:#DED5C5;
  }
 .rightColumn {
  	border: 1px solid #8A6F52; 
	width:132px; 
	background:#DED5C5;
  }
 .footer {
  	border: 1px solid #8A6F52; 
	width:752px; 
	background:#DED5C5; 
	margin:0px auto 2px auto;
	padding:3px;
  }
.links {
	width:100%;
	background:#545A7C;
	float:left;
	text-align:center;
	color:white;
	font-weight:bold;
	text-decoration:none;
}
.buttons {
 	padding:1px; 
	border:1px solid navy; 
	width:91px; 
	height:16px; 
	float:left; 
	margin-right:1px;
 }
 a:link {
	color: #993300;
	text-decoration:underline;
}
a:visited {
	color:#993333;
}
a:hover {
	color: #330000;
	text-decoration:none;
}
a:active {
	color:#FF0000
}

/*Top menu*/
a:link.links {
	color:white;
	text-decoration:none;
}
a:visited.links {
	color:white;
}
a:hover.links {
	background:navy;
}
a:active.links {
}
.NormalTextBox {
	font-size:80%;
	}
.menuContainer {
	margin:0px auto 0px auto; 
	width:762px;
	}
.titleContainer {
 	border:1px solid #9E805E; 
	padding:2px;
 }
.title {
 	background: #9E805E; 
	font-size:140%; 
	color:#3A3229; 
	padding:2px;
	height:20px;
 }
.contentContainer {
 	padding:3px;
 }
h1 {
	font-size:130%;
	}