body {
	background-image: url(images/bgPattern.gif);
	background-attachment: fixed;
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	list-style-image: url(images/blueStar.gif);
}
#container {
	width: 728px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 160px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#mainMenu {
	
}
#contents {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #F9F9F9;
	border-top: 1px solid #393939;
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
	min-height: 650px;
}
/*\*/
* html #contents {
	height: 650px;
}
/**/
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #666666;
	height: 12px;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #393939;
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
	padding: 8px;
}
p.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #CC0000;
}
div.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #CCCCCC;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
div.infoBlock {
	font-weight: bold;
	border: 1px dashed #333333;
	padding: 15px;
	margin : 20px;
}
td.menuOff {
	padding: 3px;
	background-color: #252577;
	border-bottom: 1px solid #000000;
	cursor: pointer;
}
td.menuOn {
	padding: 3px;
	background-color: #6C6CAE;
	border-bottom: 1px solid #000000;
	cursor: pointer;
}
.textBlock {
	padding: 20px;
}
.largeText {
	font-size: 130%;
	font-weight: bold;
	color: #000000;
}
.photo {
	margin: 20px;
}