* {
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	font-family : Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #333333;
	width: 800px;
	height: 100%;
}


#header {
	width: 800px;
	height: 100px;
	background-image: url(../img/bg-header.gif);
	background-repeat: no-repeat;

}

#menu {
	width: 800px;
	height: 38px;
	background-image: url(../img/bg-menu.gif);
	background-repeat: no-repeat;
}

#submenu {
	position: absolute;
	top: 120px;
	right: 0px;
	width: auto;
	height: 18px;
	text-align: right;
	border-top: 1px solid #3333ff;
	padding-top: 2px;
}

a img { border: none; }

div#nav {
	width: inherit;	
	overflow: hidden;
	text-align: right;
}

div#spacer {
	width: 800px;
	height: 20px;
	background-image: url(../img/bg-spacer.gif);
	background-repeat: no-repeat;
	visibility: hidden;
}

div#content {
	position: relative;
	left: 20px;
	float: left;
	width: 430px;
	height: auto;
	min-height: 400px;
}

div#contentwide {
	position: relative;
	left: 20px;
	float: left;
	width: 630px;
	height: auto;
	min-height: 400px;
}

div#contentright {
	position: relative;
	width: 250px;
	height: auto;
	background-color: #ebebeb;
	border-top: 1px solid #baaba8;
	padding: 25px;
	padding-bottom: 5px;
	float:right;
	right: 20px;
	margin-bottom: 20px;
}

span.menu-no {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0 5px 0 5px;
}

span.submenu-no {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin: 0 5px 0 5px;
}


h2 {
	font-size: 14px;
	margin: 8px 0 0 0;
	line-height: normal;
}

h3 {
	font-size: 12px;
	margin: 4px 0 0 0;
}

p.bodytext {
	line-height: 130%;
	margin: 4px 0 4px 0;
}

span.mm-no, span.sm-no  {
	padding: 0 4px 0 4px;
}

span.mm-no a {
	text-decoration: none;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}

span.sm-no a {
	text-decoration: none;
	color: #999999;
}

span.mm-no a:hover, span.sm-no a:hover {
	text-decoration: underline;
	color: #000;
}

span.mm-act a, span.sm-act a {
	color: #000;
}

#content h1, #content div.csc-textpicHeader h1, #contentright h1, div.csc-header-n2 h1 { 
	font-size: 13px; 
	color: red; 
	margin-bottom:6px; 
	margin-top:8px;
	}

#content h1.csc-firstHeader, #contentwide h1.csc-firstHeader  {
	font-size: 14px; 
	font-weight:bold; 
	color: #0367FF; 
	text-indent : 12px; 
	border: #0266FF; 
	border: 1px solid; 
	line-height: 21px; 
	width: 100%; 
	margin-bottom: 12px 
}

div.csc-textpic-clear {
	margin-bottom: 20px;
}

dd.csc-textpic-caption {
	padding-top: 2px;
	font-style: italic;
}

table.csc-searchform {
	margin-bottom: 5px;
}

a {
	color: #0367FF; 
}