@charset "UTF-8";
/* CSS Document */

.clear {
	display: block;
	clear: both;
}
body {
	background: url(../images/bg.gif) repeat-x left top;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	border: 1px solid #CCCCCC;
}
#header {
	font: bold 28px Arial, Helvetica, sans-serif;
	color: #333333;
	border-bottom: 1px solid #999999;
	margin-bottom: 20px;
	padding-top: 20px;
}

#mainNav {
	margin-bottom: 20px;
	border-left-color: #999999;
	border-bottom: 1px solid #999999;
	padding-bottom: 3px;
}

#mainNav ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
	display: block;
}
#mainNav li {
	display: inline;
	float: left;
	border-left: 2px solid #999999;
}
#mainNav a {
	padding: 1px 10px;
	display: block;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #996600;
	text-decoration: none;
}
#mainNav a:hover {
	text-decoration: underline;
}
#subNav a {
	padding: 1px 10px;
	display: block;
	font: 14px Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}
#subNav a:hover {
	text-decoration: underline;
}

#subNav ul {
	margin: 20px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}
#subNav li {
	display: inline;
	float: left;
	border-left: 2px solid #999999;
}

#inner {
	margin: 15px;
}
#main {
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	padding: 10px;
	/*color: #E7E7E7;*/
	font: 14px Arial, Helvetica, sans-serif;
}

.editor {
	background: #606060;
}

.logout {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}
.logout a {
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}
.red {
	color: #7B7B7B;
}
.green {
	color: #333333;
	font-weight: bold;
}
.viewSite {
	color: #006699;
	text-decoration: underline;
}
#itemBox {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	padding: 20px;
	width: 600px;
	border: 1px solid #CCCCCC;
}


.mainMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #06C;
	text-decoration: none;
}
#mainMenu a:hover {
	text-decoration: underline;
}
.MM {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
}
