/*this make the website always display on the center*/
body {
	text-align: center;
}
/*this is a guide for website. to make sure visitor do not get lost.*/
div.path {
    font-size: 0.75em;
	color: #999999;
	width: 680px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
}
div.path a {
    color: #666666
}
div.path a:visited {
    color: #666666
	}
/* the setup for entire website. adapted width, clear border and concentrate on the middle content*/
.all {
	border: 5px solid #d7d7d7;
	width: 680px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*the logo and slogan will shows here*/
div.head {
    text-align: left;
    height: 25px;
	background-color: #eeeeee;
	padding-left: 10px;
	border-bottom: 1px solid #dddddd;
}
/*the most important part of website, all category goes through here*/
.menu {
    text-align: center;
	font-size: 0.875em;
	margin-top: 0px;
	height: 2em;
	position: relative;
	top: 0;
	left: 0;
}
.menu a {
	color: #666666;
	text-decoration: none;
	display: block;
	width: 113px;
	line-height: 2em;
}
.menu span {
	display: none;
}
.menu a:hover {
    color: #333333;
	text-decoration: none;
	background-color: #dddddd;
}
.menuhead {
	border-right: 1px solid #dddddd; 
}
#menu1 {
	position: absolute;
	left: 2px;
	top: 0px;
}
#menu2 {
	position: absolute;
	left: 115px;
	top: 0px;
}
#menu3 {
	position: absolute;
	left: 228px;
	top: 0px;
}
#menu4 {
	position: absolute;
	left: 341px;
	top: 0px;
}
#menu5 {
	position: absolute;
	left: 454px;
	top: 0px;
}
#menu6 {
    position: absolute;
	left: 567px;
	top: 0px;
}
.submenu {
	border-top: 1px solid #dddddd;
	visibility: hidden;
	position: absolute;
	left: 0px;
}
.submenu a {
	background-color: #eeeeee;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
/*menu ends here*/
/*content to be editable individually*/
div.content {
    text-align: center;
    width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.spacer {
    clear: both;
}
p {
	text-align: left;
	font-size: 0.875em;
	color: #555555;
	line-height: 1.5em;
	margin-top: 15px;
}
p.contact {
    background-color: #ffffcc;
    width: 250px;
    margin-right: auto;
    border: 3px solid #eeeeee;
    padding: 10px;
	margin-bottom: 20px;
    margin-left: 50px;
	font-size: 0.75em;
	color: #666666;
}
p.contact span {
    border-bottom: 1px dashed #cccccc;
}
.graph  {
    float: left;
	width: 150px;
	text-align: center;
	margin: 5px;
}
p.description {
    font-size: 0.875em;
	width: 130px;
	height: 50px;
	color: #666666;
    text-align: center;
	margin-bottom: 2px;
	padding: 0;
	border-top: 1px solid #d7d7d7;
}
p.logo {
    text-align: center;
	margin-left: auto;
	margin-right: auto;
}
p.float {
    float: left;
	margin: 15px;
}
h2 {
	font-size: 1em;
	color: #666666;
	margin-bottom: 0;
	text-align: left;
}
h3 {
	font-size: 1.125em;
	color: #999999;
	border-bottom: 3px solid #ebebeb;
	text-align: left;
	width: 590px;
}
/*copyright, author information*/
address {
    width: 680px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.75em;
	color: #666666;
}
address a {
    color: #555555;
	text-decoration: none;
	border-bottom: dotted 1px #555555;
}
address a:visited {
    color: #555555;
}
address a:hover {
    color: #333333;
}
p i {
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #555555;
	padding-bottom: 1px;
}
p.navigation {
    font-size: 0.75em;
	color: #999999;
	width: 680px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border-bottom: 1px solid #eeeeee;
}
p.navigation a {
	color: #888888;
	text-decoration: none;
}
p.navigation a:visited {
    color: #888888;
}
p.navigation a:hover {
	color: #555555;
	text-decoration: underline;
}
em {
	color: #666666;
	font-weight: bold;
	font-size: 1.125em;
	word-spacing: 1px;
}
.categories {
	font-style: italic;
	font-weight: bold;
	background-position: left;
	text-align: left;
	text-indent: 20px;
	color: #666666;
}
img {
	border: none;
}

