html{
background-attachment:fixed;
/*background-image:url('stripe.png');*/
}

body{
	/*background-image:url('content.bmp');*/
	background-repeat:repeat-y;
	background-position:center;
	margin-top:0px;
	margin-bottom:0px;
	color:black;
	font-family:verdana;
	font-size:11px;
	text-align: center;
}

a{
text-decoration:none;
color:black;
}

a:hover{
text-decoration:underline;
color:black
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width:764px;
background:white;
left:50%;
position:absolute;
margin-left:-382px;
}

.indentmenu ul{
margin: 0px;
padding: 0;
float: left;
width: 764px; /*width of menu*/
border: 1px solid black; /*dark purple border*/
border-width: 1px 0;
background: black url(indentbg2.bmp) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid black; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(indentbg.bmp) center center repeat-x;
}

div.universe{
width: 764px;
left:50%;
position:absolute;
margin-left:-382px;
margin-top:35px;
}

div.colone{
width:300px;
float:none;
background:#ffffff;
}

div.coltwo{
width:222px;
float:left;
background:white;
padding-left:6px;
}

div.colthree{
width:210px;
float:left;
background:white;
padding-left:6px;
}

div.coltwo ul{
margin:0px;
padding:0px;
}

div.coltwo ul li{
list-style:url('bullet.bmp');
margin-left:18px;
padding-left:0px;
color:black;
text-decoration:none;
}


div.colthree ul{
margin:0px;
padding:0px;
}

div.colthree ul li{
list-style:url('bullet.bmp');
margin-left:18px;
padding-left:0px;
color:black;
text-decoration:none;
} 
     

