/******************************************************
   wrapper and basic definitions for side navigation 
   sequant 2005 
*******************************************************/
#navcontainer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

/* margin creates the vertical space between the boxes */
#navcontainer li {
	margin: 6px 0px 3px;
    list-style-type: none;
}

#navcontainer a
{
	display: block;
	width: 85%;
	padding-left: 15px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
}

/******************************************************
  left bar navigation standard
*******************************************************/
/*-------header entry of standard navigation ----*/
#maine a:link, #maine a:visited
{
	background-color: #CCCCCC;
}
/*-------following entry----*/
#sube a:link, #sube a:visited
{
	color: #000000;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: normal;
	background-color: #E0E0E0;
	margin: 0px;
}

#sube a:hover
{
	background-color: #CCCCCC;
}
/******************************************************
  functional style sheets, not for editors use
*******************************************************/
/*----------------------- Main ----------------------*/
body
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	line-height: 18px;
	background-color: #DDDDDD;
}

/*----------------------- Links ----------------------*/
a:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; color: #CC6633; text-decoration: none}
a:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; text-decoration: none; color: #CC6633}
a:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; color: #AA4411; text-decoration: none}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #EE8855;
	text-decoration: none;
}

/*----------------------- Template ----------------------*/
div#content {
	text-align: left;
	margin: 3px 4px 0px;
	padding: 0px;
}

div#whereami {
	text-align: left;
	padding-right: 8px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}

/*----------------------- functional ----------------------*/
.bgnorepeat {
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.contentbg {
	background-image: url(../pics/layout/sq2_r4_c3.jpg);
	background-repeat: no-repeat;
}



