<style type="text/css">

/* HTML */
/* Keeps resizing from causing too much wrapping */
html { min-width: 770px; }

/* Body */ 
body {
	background-color: white; /*#C5E6E9;*/
  background-image: /*url(/images/skyback_wide.jpg);*/
	background-repeat: no-repeat;
	margin-left: 10;
	margin-right: 10;
	margin-top: 10;
	margin-bottom: 10;
	/*overflow: hidden;*/
}

/* Font */
body, input, textarea, select, table {
  /*font: normal 12px Helvetica, Arial, Helvetica, sans-serif;*/
	/*font: normal 12px Verdana,Arial,Helvetica,Sans-serif;*/
  /*font: 12px/1.2em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;*/
  font: 12px "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	/*font: normal 12px Century Gothic, Verdana, Arial, Helvetica, sans-serif;*/

	font-color: #32211E;
}  


/* Sizes */
.big {font-size: 14px; font-weight: 600;}
.bigger {font-size: 16px; font-weight: 600;}
.biggest {font-size: 18px; font-weight: 600;}

/* Form elements */
form {
margin-top: 0;
margin-bottom: 0;
}


/* UL lists */
ul {
  margin-top: 0;
	margin-left: 15; 
	padding-left: 15;
	margin-bottom: 0;
	list-style-type: square;
}

/* UL list tight quarters */
ul.tight {
  margin-top: 0;
	margin-left: 15;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	/*list-style-position: outside;*/
	list-style-image: url("../images/ico_diamond.gif");
}

li.tight {
  margin-left: 2px;
	padding-left: 2px;
} 


/* Tables with cellspacing=0, cellpadding=0, default to valign=top */
table {
  width: 100%;
	border-collapse: collapse;
}
td {
  padding: 0px;
  text-align: left;
	vertical-align: top;
}



/* Lines */
hr {
  margin-top: 0;
	margin-bottom: 0;
  padding-top: 0;
	padding-bottom: 0;
	height: 1px;
	vertical-align: middle;
}

/* Standard Links */
a:link, a:active, a:visited	{
  color: #6C2089;
	font-weight: 400;
	text-decoration: none;
} 
a:hover	{
  color: white;
	background-color: #6C2089;
	text-decoration: none;
} 

/* No Underline Bold blue */
a.bbnodeco:link, a.bbnodeco:active, a.bbnodeco:visited {
color: #2C72B0;
font-weight: 600;  
text-decoration: none;
}
a.bbnodeco:hover {
color : white;
background-color: #2C72B0;
text-decoration: none;
}
 
/* No Decoration Links */
a.nodeconav:link, a.nodeconav:active, a.nodeconav:visited {
color: #32211E;  
text-decoration: none;
}
a.nodeconav:hover {
color : #32211E;
background-color: transparent;
}
 
/* Header Links */
a.header:link, a.header:active, a.header:visited {
color: #6C2089;
font-weight: 600;  
text-decoration: none;
}
a.header:hover {
color : white;
font-weight: 600;  
background-color: transparent;
text-decoration: none;
}
 
/* Footer Links */
a.footer:link, a.footer:active, a.footer:visited {
color: #6C2089;
font-weight: 400px;  
}
a.footer:hover {
color : white;
background-color: transparent;
}
 
/* Sidebar */
a.sidebar:link, a.sidebar:active, a.sidebar:visited	{
  color: #6C2089;
	text-decoration: none;
} 
a.sidebar:hover	{
  color: white;
	background-color: transparent;
	text-decoration: none;
} 

/* Useful Links */
a.useful:link, a.useful:active, a.useful:visited	{
  color: #927f50; /* darkgray */
	text-decoration: none;
	font-weight: 400;
} 
a.useful:hover	{
  color: white;
	background-color: #927f50;
	text-decoration: none;
} 

/* Super Linkbar */
a.supnavbar:link, a.supnavbar:active, a.supnavbar:visited	{
  color: 5f8cbf;
	text-decoration: none;
	font-weight: 600;
	font-size: 11px;
} 
a.supnavbar:hover	{
  color: white;
	background-color: transparent;
	text-decoration: none;
	font-size: 11px;
} 

/* Shadowed Areas
<div class="shadowbox">
  <div>And there you have your result!</div>
</div>
*/
.shadowbox {
  background: #989898; /*999999*/
  position: relative;
  top: 2px;
  left: 2px;
}
.shadowbox div {
  background: white;
  border: 1px solid #32211E;
  /*color: #fff;*/
  padding: 5px;
  position: relative;
  top: -2px;
  left: -2px;
}



/**/
</style>
