@charset "iso-8859-1";
/* theme text color = #000000 || theme background color = #FFFFFF* ||/
/* theme hover color = #CC99FF || theme content background color = #CC4200 ||/
/* theme border color = #CC4200 || /
body {
	color:#000000;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font:12px verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font:18px verdana, arial, helvetica, sans-serif;
	font-weight:900;
	color:#000000;
	}
h2 {
	font: 10px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#FFFFFF;
	}
p {
	font:12px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:#000000;
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#000000;}
a:visited {color:#000000;}
a:hover {background-color:#CC99FF;}

a.nosnav { 
color: #000000; 
background-color:#FFFFFF;
font-size:12px;
font-family:verdana, arial, helvetica, sans-serif;
font-weight:normal;
text-decoration:none;
cursor:text; 
} 
a.nosnav:link { 
color: #000000; 
background-color:#FFFFFF;
font-size:12px;
font-family:verdana, arial, helvetica, sans-serif;
font-weight:normal;
text-decoration:none;
cursor:text; 
} 
a.nosnav:visited { 
color:#000000; 
background-color:#FFFFFF;
font-size:12px;
font-family:verdana, arial, helvetica, sans-serif;
text-decoration:none;
cursor:text; 
}
a.nosnav:hover {
color:#000000; 
background-color:#FFFFFF;
font-size:12px;
font-family:verdana, arial, helvetica, sans-serif;
text-decoration:none;
cursor:text;
}
a.nosnav:active {
color:#000000; 
background-color:#FFFFFF;
font-size:12px;
font-family:verdana, arial, helvetica, sans-serif;
text-decoration:none;
cursor:text;
}

a.nos { 
color: #000000; 
background-color: #FFFFFF;
font-size:12px;
font-family:verdana, arial, helvetica, sans-serif;
font-weight:normal;
text-decoration:none;
cursor:text; 
} 
a.nos:link { 
color: #000000; 
background-color: #FFFFFF;
font-size:12px;
font-family:verdana, arial, helvetica, sans-serif;
font-weight:normal;
text-decoration:none;
cursor:text; 
} 
a.nos:visited { 
color:#000000; 
background-color:#FFFFFF;
font-size:12px;
font-family:verdana, arial, helvetica, sans-serif;
text-decoration:none;
cursor:text; 
}
a.nos:hover {
color:#000000; 
background-color:#FFFFFF;
font-size:12px;
font-family:verdana, arial, helvetica, sans-serif;
text-decoration:none;
cursor:text;
}
a.nos:active {
color:#000000; 
background-color:#FFFFFF;
font-size:12px;
font-family:verdana, arial, helvetica, sans-serif;
text-decoration:none;
cursor:text;
}  

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:20px 180px 20px 210px;
	border:1px solid #5900FF;
	background-color:#FFFFFF;
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#nav1 {
	position:absolute;
	width:210px;
	top:20px;
	left:0px;
	border:1px solid #000000;
	background-color:#5900FF;
	font-size:12px
	font-family:verdana, arial, helvetica, sans-serif;
	color:#FFFFFF;
	padding:10px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct */
body>#nav1 {width:200px;}
		
#nav2 {
	position:absolute;
	width:190px;
	top:20px;
	right:0px;
	border:1px solid #000000;
	background-color:#5900FF;
	font-size:12px
	font-family:verdana, arial, helvetica, sans-serif;
	color:#FFFFFF;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:166px;
	}
/* Again, "be nice to Opera 5". */
body>#nav2 {width:166px;}