body
{
	margin: 0;
	padding: 0;
	background: #fff url('graphics/bodybg.gif');
	text-align: center;
	font-family: Times, Times New Roman, Georgia, serif;
	font-size: 15px;
}

p
{
	margin-top: 5px;
	text-indent:30px;
}

/*this is what we want the div to look like when it is not showing*/
#loading
{
    /*make invisible and put on top*/
    display:none;
    z-index: 1000;
    /*fill the screen*/
    position:fixed;
    top:0px;
    left:0;
    width:100%;
    height: 100%;
    text-align:center;
    background-color:#000;
    /*gif throbber anim*/
    background-image: url('graphics/pageloading.gif'); background-repeat: no-repeat; background-position: center;
}

#navcontainer
{
	margin: 0px;
	height: 20px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background: #000 url('graphics/topBar.png') left center no-repeat;
	color: white;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
}

#navcontainer ul
{
	width: 775px;
	margin: 0 auto;
}

#navcontainer ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}

#navcontainer ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #ddd;
	text-decoration: none;
}

#navcontainer ul li a:hover
{
	background-color: #222;
	color: #fff;
}

#navcontainer #active 
{
	border-left: 1px solid #fff;
}


#floater
{
	float:left;
	height:50%;
	margin-bottom:-240px;
}

#wrapper
{
	width:  710px;
	height: 490px;
	background: url('graphics/bgshadow.png') no-repeat;
	margin: 0 auto;
	text-align: left;
	clear:both;
}
#content
{
	width:  700px;
	height: 480px;
}

#contentleft
{
	width: 200px;
	height: 480px;
	float: left;
	background: url('graphics/bgleft.gif') no-repeat;
}

#rotator
{
	position: relative;
	top: 300px;
	left: 30px;
	width: 140px;
	height: 140px;
	z-index: 20;
}
#rotator ul
{
	margin: 0;
	padding: 0;
}
#rotator ul li
{
	float:left;
	position:absolute;
	list-style: none;
	margin: 0;
	padding: 0;
}	
#rotator img
{
	border: none;
	padding: 0;
	margin: 0;
}
#rotator a
{
	text-decoration: none;
}
#rotator ul li.show
{
	z-index: 30;
}

#contentright
{
	width: 500px;
	height: 480px;
	float: right;
	background: url('graphics/bgright.gif') no-repeat;
	overflow: auto;
}
#pagetext
{
	margin-top: 30px;
	margin-left: 30px;
	width: 450px;
}

.floatr
{
	margin: 10px;
	margin-top: 0px;
	margin-right: 40px;
	float: right;
}

.floatl
{
	margin: 10px;
	margin-top: 0px;
	float: left;
}

.coding1
{
	font-weight: bold;
	
}

.coding2
{
	font-weight: normal;
	font-size: 14px;
}

.note
{
	display: block;
	font-family: helvetica, arial, sans-serif; 
	text-align: center;
	font-size: 11px;
	color: #000;
	background-color: #FFFF99;
	padding: 2px;
}

h1.headerimage
{
	width: 450px;
	height: 41px;
	background: url("graphics/header.png");
	text-indent: -9999px;
}

