/* CSS Document */

body {
	margin: 2px;
	padding: 2px;
	background: #C0C1AE;
	font: 80% verdana, arial, sans-serif;
	color:#000000;
	text-align: center;
}

td { 
	vertical-align:text-top;
}

p {
	line-height: 1.5em;
}

h1 {
	font-size: 170%;
	color:#7B856D;
	font-weight:bolder;
}

h2 {
	font-size:140%;
	color:#7B856D;
	font-weight:bolder;
}

h3 {
	font-size: 120%;
	color:#7B856D;
	font-weight:bolder;
}

h4 {
	font-size: 100%;
	color:#666666;
}

ul {
	list-style-type: square;
	line-height: 1.5em;
}

ol {
	line-height: 1.5em;
	}
	
a:link {
	color:#336633;
	text-decoration: none;
}
a:visited {
	color:#666666;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: none;
	border-bottom: 1px solid;
}
a:active {
	color: #003366;
	text-decoration: none;
}

/* --- content --- */
#main {
	margin: 10px;
	text-align:left;
	vertical-align: top;
	background: #fff;
	line-height: normal;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: left;
	vertical-align:top;
	background: #fff;
	padding: 1px 4px 4px 4px;
	border: 1px solid #7B856D;
}

#main td {
	padding: 5px;
}

/*breadCrumbs*/
#breadCrumb {
	color:#666;
	font: Verdana,sans-serif;
	font-size:10px;
	padding: 0px 0px 0px 5px;
}
 
#breadCrumb a, #breadCrumb a:visited {
	color:#666;
	text-decoration: none;
}

#breadCrumb a:hover{
	text-decoration: none;
	text-align:justify;
}


#box {
margin: 2px;
}

/*--footer--*/
#contact {
	font-size:10px;
	color:#666;
	text-align:center; 
	padding:5px;
	width: 750px;
}

#contact a {
	color:#666;
	text-decoration: none;
}

#contact a:hover {
	color:#666;
	border-bottom: 1px solid #666;
}

/* --- Menus --- */
#menutable {
	width: 165px;
	}
	
#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	font: 11px verdana, arial, sans-serif;
	margin: 5px 0px 5px 0px;
}

#menu dt {
	border-bottom:1px solid #7B856D;
}

#menu dt a {
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
	background: #7B856D;
	border-bottom: 1px solid #fff;
}

#menu dt a:hover {
	border-bottom: 1px solid #ffff99;
	color:#FFFF99;
}

#menu li {
	text-align: left;
	background-color: #fff;
}

#menu li a, #menu dt a {
	color:#fff;
	text-decoration: none;
	display: block;
	height: 100%;
}

#menu dd {
	border-bottom: 1px solid #C0C1AE;
}

#menu dd a {
	height: 22px;
	line-height: 22px;
	color: #fff;
	font-weight: bold;
	background-color: #C0C1AE;
	padding-left: 5px;
	border-bottom: 1px solid #fff;
}

#menu dd a:hover {
	color: #fff;
	padding-left: 5px;
	border-bottom: 1px solid #7B856D;
	color:#7B856D;
}

#currentHide{
	display: none;
}

#current {
	color: #fff;
}

.feldy {
	color:#7B856D;
	text-align:center;
	margin-right: 10px;
	margin-left: 10px;
	font-size:90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 1px dotted #7B856D;
}

.highlight {
	color:#003366;
	font-weight: bolder;
}

.top {
	text-align:right;
	color:#000000;
}

.top a:visited {
	color:#000000;
	text-decoration: none;
}
.top a:hover {
	color:#660000;
	border-bottom: none;
}
.small {
	font-size: smaller;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#660000;
	text-align:center;
	font-size:90%;
	line-height: normal;
	padding: 10px;
}

.comment {
	line-height: 1.5em;
	text-align: center;
	color:#003366;
	font-size:120%;
	font-weight: bold;
	margin: 10px 20px 10px 20px;
}

.details {
	text-align: center;
}

/* --- Studio3newtown --- */
.studio {
	color:#000000;
	font-weight: bold;
}

.newtown {
	color:#333333;
}

.three {
	color: #660000;
	font-weight: bold;
}