/* CSS Document */
/*  Created for Rasmussen Software, Inc.
    http://www.anzio.com
	By: Sean Ezell
		Brendon Ezell
	*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

#containerul, #containerul ul, 
#containerul2, #containerul2 ul, 
#containerul3, #containerul3 ul, 
#containerul4, #containerul4 ul
{
  text-align:left;
  margin:0;				/* Removes browser default margins applied to the lists. */
  padding:0;			/* Removes browser default padding applied to the lists. */
}

#containerul li, #containerul2 li, 
#containerul3 li, #containerul4 li{
  margin:0 0 0 0px;			/* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0;				/* Removes browser default padding applied to the list items. */
  list-style-type:none;		/* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols, #containerul2 .symbols, 
#containerul3 .symbols, #containerul4 .symbols
{		/* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:9px;
  background-position:0 50%;
  background-repeat:no-repeat;
}

#containerulIN, #containerulIN ul
{
  text-align:left;
  margin:0;				/* Removes browser default margins applied to the lists. */
  padding:0;			/* Removes browser default padding applied to the lists. */
}

#containerulIN li
{
  margin:0 0 0 25px;		/* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0;				/* Removes browser default padding applied to the list items. */
  list-style-type:disc;		/* Removes the bullet point that usually goes next to each item in a list. */
}

#containerulIN .symbols
{			/* Various styles to position the symbols next to the items in the menu. */
  float:left;		/*Not sure if this is used!!*/
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

#NoSymbols /* Doesn't seem to work the way I want it too!!!*/
{			
	list-style-type:none; 
	margin:0 0 0 10px; 
	padding:0;
}

.dates {
	font-size:medium;
	/*color:;*/
	font-weight:bold;
}


.redI {
	color: #FF0000;
	font-style:italic;
	font-size:small;
	font-weight:bold;
}

.tealB 
{
	font-size:small;
	font-weight:bold;
}

.tables {
	font-size:small;
}

.legal {
	font-size:10px;
}

.indentme
{
text-indent:50pt;
}

.leftpad
{
	padding-left:10px;
	padding-right:5px;
}

#headlines
{
	line-height:20px;
	font-size:small;
}

.blueTitle
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #3300FF; 
	font-size:smaller;
}