@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	background-color:#FFFFFF;
	color: #666666;
}
#container {
	position: relative;
	top: 4em;
	width: 40em;
	margin-right: auto;
	margin-left: auto;
	top: 4em;
	padding-bottom: 2em;
}
#leftCell {
	position: relative;
	float: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#rightCell {
	position: relative;
	float: right;
	text-align: right;
}
.navTopic {
	width: 12em;
	margin-top: 2em;
}
#navbar {
	position: absolute;
	width: 100%;
	top: 1em;
	left: 0px;
	border-bottom: solid 0.125em #CCCCCC;
	border-top: solid 0.125em #CCCCCC;
}
#logoutBox {
	position: absolute;
	z-index: 2;
	width: 10em;
	height: 3em;
	background-color:#EEEEEE;
	right: .5em;
	top: .5em;
	border: solid 2px #333333;
	padding: 1em;
	color: #666666;
	font-size: .75em;
}
#logoutBox a {
	color: #FF0000;
	font-size: .75em;
}
.navBarItem {
	width: 7em;
	font-variant: normal;
	position: relative;
	float: left;
	font-family: "Century Gothic", Arial;
}
h1 {
	font-family: "Century Gothic", Arial;
	font-size: 18px;
	color: #666666;
	margin-bottom: -5px;
	position: relative;
	margin-top: -5px;
}
p {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}
a {
	text-decoration: none;
	color: #666666;
	font-family: "Century Gothic", Arial;
}
.adminOption {
	font-family: "Century Gothic", Arial;
	font-size: 10px;
	color: #FF0000;
	font-weight: normal;
}

.date {
	width: 5.5em;
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #999999;
}
.newsDate {
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #999999;
}
.title {
	font-family: "Century Gothic", Arial;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 1em;
}
.adminTitle {
	font-family: "Century Gothic", Arial;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}
.captionText {
	position: relative;
	top: 0em;
	font-family: "Century Gothic", Arial;
	color: #666666;
	width: auto;
	text-align: center;
	margin-top: 1em;
}
.addCell {
	font-family: "Century Gothic", Arial;
	color: #666666;
	text-align: right;
	vertical-align: top;
	padding-right: .5em;
}
.addItem {
	width: 22.5em;
	float: left;
	padding-top: 1em;
	text-align: left;
	margin-bottom: 4em;
}