body {
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
/*	line-height: 1.5em;*/
	color: #666666;
	margin: 0;
	padding: 0;
	background-color: #C2C2C2;
}


h1 {
	margin: 0px;
	font-weight: normal;
	display: inline;
}

h2 {
	margin: 0px;
	font-weight: normal;
	display: inline;
}

h3 {
	margin: 0px;
	font-weight: normal;
	display: inline;
}

img {
	border: 0;
}

ul {
	padding-left: 10px;
}

a, a:link, a:link, a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover, a:focus, a:active {
	color: #000000;
}

/* path */
span.path {
	font-size: 0.9em;
}

span.path a, span.path a:link, span.path a:visited, span.path a:hover, span.path a:active, span.path a:focus {
	text-decoration: none;
	color: #FFA500;
}

span.path a:hover, span.path a:focus {
	text-decoration: underline;
}
/* end path */

/* background frame */
td.frame_topleft {
	background: #FFFFFF url(images/topleft.gif) no-repeat left top;
	width: 29px;
	height: 31px;
}

td.frame_top1, td.frame_top2 {
	background: #FFFFFF url(images/top.gif) repeat-x top;
}

td.frame_top1 {
	width: 250px;
}

td.frame_topright {
	background: #FFFFFF url(images/topright.gif) no-repeat right top;
	width: 29px;
}

td.header_left {
	background: #FFFFFF url(images/left.gif) repeat-y left;
	height: 84px;
}

td.header_logo {
	background: #FFFFFF;
}

td.header {
	background: #FFFFFF url(images/wp.gif) no-repeat right top;
	padding-right: 100px;
	padding-top: 20px;
	text-align: right;
	vertical-align: middle;
	color: #666666;
/*	font-size: 0.9em;*/
}

td.header_right {
	background: #FFFFFF url(images/right.gif) repeat-y right;
}

td.display_left {
	background: #FFA500 url(images/left.gif) repeat-y left;
	height: 180px;
}

td.display_inlay {
	background: #FFA500;
}

td.display {
	background-color: #FFA500;
	font-size: 50px;
	color: #FFD280;
}

td.display_right {
	background: #FFA500 url(images/right.gif) repeat-y right;
}

td.content_left, td.path_left {
	background: #F5F5F5 url(images/left.gif) repeat-y left;
	border-right: 1px solid #DEDEDE;
	vertical-align: top;
	padding-top: 40px;
	padding-left: 20px;
}

td.path_left {
	height: 30px;
}

td.content_left {
	height: 490px;
}

td.content, td.path {
	background: #FFFFFF;
	padding: 10px 8px 10px 16px;
	vertical-align: top;
}

td.content_right, td.path_right {
	background: #FFFFFF url(images/right.gif) repeat-y right;
}

td.footer_left {
	background: #DEDEDE url(images/left.gif) repeat-y left;
	height: 30px;
}

td.footer {
	background: #DEDEDE;
	text-align: center;
	vertical-align: middle;
}

td.footer_right {
	background: #DEDEDE url(images/right.gif) repeat-y right;
}

td.frame_bottomleft {
	background: #DEDEDE url(images/bottomleft.gif) no-repeat left bottom;
	height: 30px;
}

td.frame_bottom {
	background: #DEDEDE url(images/bottom.gif) repeat-x bottom;
}

td.frame_bottomright {
	background: #DEDEDE url(images/bottomright.gif) no-repeat right bottom;
}
/* end background frame */

/* nav menu */
#menu {
	width: 258px;
	table-layout: fixed;
	text-indent: 10px;
}

#menu td {
	width: 258px;
	border-top: 1px dashed #DEDEDE;
	border-bottom: 1px dashed #DEDEDE;
}

#menu td a {
	text-decoration: none;
	display: block;
	padding: 0.5em 0;
	font-size: 1.2em;
}

#menu td a:link, #menu a:visited, #menu a:active {
	color: #666666;
	background-color: #F1F1F1;
}

#menu td a:hover, #menu td a:focus {
	color: #000000;
	background-color: #DEDEDE;
}

/* end nav menu */



