body
{
	margin: 0;
	padding:0;
	font-family:sans-serif;
	background-color:#fff;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
	color: black;
	background-color:#fff;
}

/* Hides from IE5-mac \*/
* html .container3 {height: 1%;}
/* End hide from IE5-mac */ 

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText p
{
	
}
/* builds a container for the div float 
*/

div.container {
  width: 700px;
 position :relative;
}
  
div.container2 {
  margin: 20px 1px;
  position :relative;
  }
div.container3 {
  margin: 20px 1px;
  float: left;
 position :relative;
}


/* add a spacer to clear div
*/

div.spacer {
  clear: both;
  }

div.float {
  float: left;
    margin:1px 30px;             /* top & bottom = 1px, right & left = 10 */
	padding:5px 10px;            /* top & bottom = 5px, right & left = 10 */

  }


ul.menu
{
	list-style:none;
	margin:0px;
}

ul.menu li
{
	display:inline;
}

.menu
{
	text-align : left;
	font-weight:bold;
}
.menurt
{
	text-align:right;
	font-weight: normal;
}
.menu a:hover
{
	color : rgb(255,64,64);
	background-color : rgb(230,230,250);
}


.menu strong
{
	font-size : large;
}

.contentText
{
	color : rgb(0,0,0);
	margin:5px;
	background-color:#fff;
}

.footer
{
	background-image : url('redfilter.gif');
}

.footer a:link
{
	color: rgb(0,0,0);
	background-color:#fff;
}

#menu2 ul {
	list-style: none;         /* turns off bullets */
	margin:4px;               /* adds margin on all sides */
	padding:4px;              /* keeps navigation from being flush against left side */
	font-size:7pt;
}
#menu2 a:link {
	display:block;            /* makes area clickable */			
	margin:3px 0;             /* top & bottom = 3px, right & left = 0 */
	padding:5px 0;            /* top & bottom = 5px, right & left = 0 */
	background:#ccc;          /* box background is lt gray */
	color:#000;               /* text in box is black */
	text-decoration: none;    /* no underlining of links */
	text-indent:10px;         /* keeps text from being flushed on left side */
	font-family: Verdana, arial, sans-serif;									
	font-weight:bold;
	width:120px;              /* width of navigation bar */
}
#menu2 a:visited {
	display:block;            /* makes area clickable */
	margin:3px 0;             /* top & bottom = 3px, right & left = 0 */
	padding:5px 0;            /* top & bottom = 5px, right & left = 0 */
	background:#ccc;          /* box background is lt gray */
	color:#000;               /* text in box is dk gray set toblack rj*/
	text-decoration: none;    /* no underlining of links */
	text-indent:10px;         /* keeps text from being flushed on left side */
	font-family: Verdana, arial, sans-serif;
	font-weight:bold;
	width:120px;              /* width of navigation bar */
}
#menu2 a:hover{                 /* changes hover background and font color */
	background:#36f; 
	font-weight:bold;
	color:#ff3
}.bulletbox {
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	margin: 5px;
	padding: 5px;
	width: 400px;
}