body {
	background-color: #adb6a6;
	font-family: Optima;
}

div#zenbu {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #e9e9e9;
}

div#banner {
	
}

div#nav {
	float: left;
	width: 960px;
	border-bottom: 1px solid black;
}

ul#navPrimary {
	display: block;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#navPrimary li {
	display: block;
	float: left;
	width: 150px;
	text-align: center;
	background-color: #7e796d;
	margin: 0px 1px 0px 0px;
	padding: 0px;
}

ul#navPrimary li a, ul#navPrimary ul li a:link, ul#navPrimary ul li a:visited {
	display: block;
	height: 30px;
	font-size: 14pt;
	color: white;
	text-decoration: none;
	padding: 3px 0px 0px 0px;
}

ul#navPrimary li a:hover {
	background-color: #545049;
}

ul#navSecondary {
	display: block;
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 10px 10px 0px 0px;
	padding: 0px;
}

ul#navSecondary li {
	display: block;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

ul#navSecondary li a, ul#navSecondary li a:link, ul#navSecondary li a:visited {
	display: block;
	color: #7e796d;
	text-decoration: none;
}

ul#navSecondary li a:hover {
	color: black;
}

ul#navSecondary li:hover ul {
	display: block;
	color: white;
	width: 50px;
}

ul#navSecondary li:hover ul li {
	display: block;
	width: 100%;
}
ul#navSecondary li:hover ul li a,
ul#navSecondary li:hover ul li a:link,
ul#navSecondary li:hover ul li a:visited {
	color: white;
	display: block;
	padding-left: 5px;
}
ul#navSecondary li:hover ul li a:hover {
	background-color: #545049;
}

ul.navSecDropdown {
	display: none;
	position: absolute;
	list-style-image: none;
	list-style-type: none;
	background-color: #7e796d;
	padding: 0px;
	margin: 0px;
}

ul.navSecDropdown li {
	display: block;
	clear: both;
	color: white;
}

div#message {
	float: left;
	margin-left: 10px;
}

div#login {
	float: left;
	margin: 20px;
	width: 180px;
	border-right: 1px solid black;
}

div.formError {
	color: blue;
}

div.bigMessage {
	color: blue;
}

div.info {
	margin: 20px;
	padding: 10px;
}

div.infoRight {
	float: left;
	width: 700px;
	padding: 10px;
}

div#content {
	width: 960px;
}

div.contentCol {
	width: 32%;
	margin-left: 5px;
}

div#contentLeft {
	float: left;
}

div#contentCenter {
	float: left;
}

div#contentRight {
	float: left;
}

div.ghost {
	background-color: white;
	margin: 5px;
	border: 1px dashed black;
}

div#portalInstructions {
	float: left;
	width: 800px;
	padding: 5px;
	margin: 5px;
	border-top: solid 1px black;
}
div#portletGarbage {
	float: left;
	width: 140px;
	height: 100px;
	text-align: center;
}

div.portlet {
	margin: 5px;
	width: 100%;
	font-size: 14px;
	background-color: #dcd9d1;
}
div.portletControl {
	float: left;
	height: 25px;
	width: 100%;
	background-color: #adb6a6;
	color: black;
}
div.portletControl:hover {
	cursor: move;
	background-color: #606959; 
}
div.portletControlTitle {
	float: left;
	padding: 2px 0px 0px 5px;
}

div.portletControlCollapse {
	float: right;
	width: 20px;
	height: 100%;
	text-align: center;
	border-left: 1px solid black;
	cursor: pointer;
}

div.portletControlRemove {
	float: right;
	width: 20px;
	height: 100%;
	text-align: center;
	border-left: 1px solid black;
	cursor: pointer;
}
div.portletBlogNav {
	margin-left: auto;
	margin-right: auto;
	width: 120px;
}
p.portletBlogNavCounter {
	display: none;
	float: left;
}
div.portletBlogNav p {
	float: left;
	padding: 0px;
	margin: 0px 3px 0px 3px;
}
div.portletBlogNav p:hover {
	cursor: pointer;
	background-color: white;
}

div.portletContent {
	padding: 5px;
}
div.pollResultGraph {
	background-color: black;
}
p.viewResults {
	margin-left: 20px;
	display: inline;
	text-align: center;
	cursor: pointer;
}
div#footer {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #7e796d;
}
div#footer p {
	text-align: center;
	color: white;
	font-size: 14px;
	padding: 15px;
}
