body {
	margin: 10px 10px 25px 10px;
	font-family: Tahoma, sans-serif;
}

#top {
	text-align: left;
	width: 100%;
	background-color: #336699;
	background-image: url("/_img/mastheadbg.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}

#bar {
	margin-top: 5px;
	padding: 2px 0 2px 10px;	
	background-color: #036;
}

#bar p {
	margin: 2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	color: #ffffff;
}

#content {
	width: 750px;
}

#menu {
	float: left;
	margin: 40px 0 0 0;
	width: 200px;
}

.mainMenu {
	display: block;
	width: 200px;
	color: #333;
	padding: 4px 0 4px 0;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 0.8em;	
	margin: 0 0 10px 0;
	text-decoration: none;
	border-top: 1px solid #999;
	background-image: url("/_img/arrow.png");
	background-repeat: no-repeat;
	background-position: 194px 2px;
}


.mainMenu:hover,
.mainMenu a:hover {
	display: block;
	width: 200px;
	text-decoration: none;
	color: #369;	
}

.mainMenuCurrent {
	display: block;
	width: 200px;
	padding: 4px 0 4px 0;
	border-top: 1px solid #369;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 0.8em;	
	text-decoration: none;
	color: #900;
	background-image: url("/_img/arrow_z.png");
	background-repeat: no-repeat;
	background-position: 189px 2px;
}

.subMenu {
	display: block;
	width: 190px;
	margin: 0 0 5px 10px;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 0.7em;	
	text-decoration: none;
	color: #999;	
}

.subMenu:hover,
.subMenu a:hover {
	color: #336699;	
}

#main{
	float: left;
	width: 500px;	
	padding: 40px 0 0 25px;
	background-color: #fff;	
}

#text {
 width: 100%;
}

#text p {
	margin: 2em 0 1em 0;
	font-family: Tahoma, sans-serif;
	font-size: 0.8em;
	line-height: 140%;
	font-weight: normal;
	text-align: justify;
}

#text a {
	color: #6699cc;
	background-image: url("/_img/dot.png");
	background-repeat: repeat-x;
	background-position: bottom left;
	text-decoration: none;
}

#text a:hover {
	color: #66CCFF;
	background-image: url("/_img/dot_z.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}

#text h1 {
	font-family: Georgia, serif;
	font-size: 2em;
	font-weight: normal;
	color: #900;
	border-bottom: 1px solid #000;
	margin: 40px 0 40px 0;
	padding-bottom: 15px;
}

#text h2 {
	font-family: Georgia, serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #6699cc;
	margin: 40px 0 10px 0;
}


#text h3 {
	font-family: Tahoma, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #000000;
	margin: 40px 0 -5px 0;
}

#text ul {
	list-style: none;
	padding-left: 1em;	
	text-indent: -0.8em;
	font-family: Tahoma, sans-serif;
	font-size: 0.8em;
	line-height: 140%;
	font-weight: normal
}

#text ul li {
	margin: 1em;
}

#text ul li ul li {
	font-size: 1.2em;
	margin: 0.5em 0;
}

#breadCrumb {
	margin: 0;
	padding: 2px 0 5px 0;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #e4e4e4;
}

#breadCrumb a {
	color: #999;
	text-decoration: none;
}

#breadCrumb a:hover {
	color: #9cf;
}

#update {
	margin: 25px 0 40px 0;
	border-top: 1px solid #eeeeee;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
}
