
body {
	background-image: url(/rosso/includes/tracer/graphics/dot-tile.gif);
	background-position: 0 0;
	margin: 0;
}

body, table {
	color: #000000;
	font-family: Geneva,Verdana,sans-serif;
}

p, dl, dt, dd, ul, ol, li {
	font-size: 10pt;
	line-height: 120%;
	color: #000000;
}

#pageheader {
	background-image: url(/rosso/includes/tracer/graphics/bar-top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#pageheader img {
	padding-left: 30px;
}

#contentwrapper {
	width: 60em;
	max-width: 60em;
	width: expression( 
		document.body.clientWidth > (500/12) * 
		parseInt(document.body.currentStyle.fontSize)?
			"60em":
			"auto" );
	}

#bodychannel {
	max-width: 30em;
	width: expression( 
		document.body.clientWidth > (500/12) * 
		parseInt(document.body.currentStyle.fontSize)?
			"30em":
			"auto" );
	padding: 10px;
	margin: 10px;
	border: none;
	float: left;
}

.normal {
	color: #000000;
}


#commentarychannel {
	width: 220px;
	padding: 3px;
	margin: 5px;
	border: none;
	float: left;
}

#navchannel {
	width: 10em;
	max-width: 8em;
	width: expression( 
		document.body.clientWidth > (500/12) * 
		parseInt(document.body.currentStyle.fontSize)?
			"15em":
			"auto" );
	padding: 10px 20px;
	margin: 10px;
	margin-top: 40px;
	border: dotted black 1px;
	float: left;
	border-collapse: collapse;
}

#navchannel ul, #navchannel li {
	padding: 0px;
	margin: 2px;
	margin-left: 4px;
	list-style-type: none;
}

#navchannel ul {
	font-size: 95%;
}

.menuhead {
	font-size: 12pt;
	line-height: 100%;
	font-weight: bold;
	color: #000000;
}

.menutext {
	padding-bottom: 10px;
}

.menutext {
	font-size: 9pt;
	line-height: 120%;
	color: #000000;
	border-bottom: black;
	border-width: 10px;
}

.menutext {
	padding-bottom: 10px;
}


.menutext a:link {
	text-decoration: none;
	color: #555588;
}

.menutext a:active {
	text-decoration: none;
	color: #ffffff;
}

.menutext a:visited {
	text-decoration: none;
	color: #3C3A75;
}

.menutext a:hover {
	text-decoration: underline;
	color: #000000;
}

.sectionnav {
	text-align: center;
	border: solid gray 2px;
	padding: .25em;
}



h2 {
	font-size: large;
	line-height: 120%;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: medium;
	line-height: 120%;
	font-weight: bold;
	color: #000044;
}

h4 {
	font-size: medium;
	line-height: 120%;
	color: #000000;
}


a:link {
	text-decoration: none;
	color: #0C005A;
}

a:active {
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	text-decoration: none;
	color: #3C3A75;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

.whitemenuhead {
	font-size: small;
	line-height: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

.whitemenutext {
	font-size: small;
	line-height: 100%;
	color: #FFFFFF;
}

