body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: white;
}

#container
{
	margin: 1em auto;
	width: 740px;
	text-align: left;

}

#header
{

	left: 20px;
	height: 100px;
	margin-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px dashed;
	border-color: rgb(100,25,25)
}


#nav
{
	
	float: left;
	width: 150px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 40px;
}

#main
{
	margin-left: 160px;
	width: 565px;
	height: auto;
	padding-left: 10px;
	padding-bottom: 40px;
	line-height: 120%;
}

table
{
	text-align: justify;
	margin: 10px;
	font-size: 80%;
}

#main h2
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: white;
	margin: 1px 300px 1px 1px;
	padding: 2px 2px 2px 2px;
	background-color: rgb(180,180,180);
	line-height: 110%;
	font-weight: bold;
}

#main h3
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: white;
	margin: 2px 200px 2px 2px;
	padding: 2px 2px 2px 5px;
	background-color: rgb(180,180,180);
	line-height: 110%;
	font-weight: bold;
}

#main h4
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: rgb(150,150,150);
	margin: 1.5em 80px 1.5em 1px;
	padding: 2px 2px 2px 5px;
	line-height: 110%;
	font-weight: bold;
	border-bottom: 1px solid;
	border-color: gray;
	text-align: right;
	font-variant: small-caps;
	clear: right;
}

#footer
{
	
	clear: both;
	height: 40px;
	border-top: 1px solid;
	border-color: rgb(100,25,25)

	
}

#main p
{
	text-align: justify;
	margin: 10px;
	font-size: 80%;
}



/* rounded borders 
   'Dougs easy corners' 
   (http://www.redmelon.net/tstme/4corners/) */


	#rb .rbroundbox    { background: url(/images/navbar/rb/bgcolour.gif) repeat; }

	#rb .rbtop         { background: url(/images/navbar/rb/bordert.gif) repeat-x; }
	#rb .rbtop div     { background: url(/images/navbar/rb/bordertl.gif) no-repeat top left; }
	#rb .rbtop div div { background: url(/images/navbar/rb/bordertr.gif) no-repeat top right; }

	#rb .rbbot         { background: url(/images/navbar/rb/borderb.gif) repeat-x; }
	#rb .rbbot div     { background: url(/images/navbar/rb/borderbl.gif) no-repeat top left; }
	#rb .rbbot div div { background: url(/images/navbar/rb/borderbr.gif) no-repeat top right; }

	#rb .rbcontentwrap { background: url(/images/navbar/rb/borderl.gif) repeat-y; }
	#rb .rbcontent     { background: url(/images/navbar/rb/borderr.gif) repeat-y right; }

 
 	/* height and width stuff, width not really nessisary. */

	#rb .rbtop div, #rb .rbtop, #rb .rbbot div, #rb .rbbot {
		width: 100%;
		height: 9px;
		font-size: 1px;
	}
	#rb .rbcontent  { padding: 0 0em 0em 0em ; margin: 0;  }
	#rb .rbroundbox { width: 100%; margin: 1em auto;  }


	/* keeps border solid */
	#rb h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0 0 10px 0; }
	#rb p  { padding: 0; margin: 10px 0 0 0; }
	#rb ul { margin-bottom: 0; }

/* end of rounded borders */

#nav h1
{
	font-size: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	margin: 0 1px 0 1px;
	padding: 0em .5em;
	border-top: 1px dashed lightgrey;
	border-bottom: 1px solid lightgrey;
}

.off
{
	list-style: circle;
	font-size: 90%;
}

.on
{
	list-style: disc;
	font-size: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: rgb(70,70,125);
	font-weight: 900;
	background-color: rgb(255,255,255);
	margin: 0 1px 0 1px;
}


img
{
	vertical-align: bottom;
}

img.thumbs
{
	vertical-align: bottom;
	border: 1px;
	border-color: gray;
	margin: 10px;
}

.right
{
	float: right;
	padding-left: 5px;
}

.left
{
	float: left;
	padding-right: 5px;
}

.center
{
	text-align: center;
	margin: 0px auto;
}


h3
{
	font-size: 140%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	font-weight: bolder;
}


#nav a:link {color: rgb(100,25,25);}
#nav a:hover {font-weight: bolder;}
#nav a:visited {color: rgb(100,25,25);}
#nav a {font-size: 80%; text-decoration: none;}


#footer p
{
	font-size: 70%;
	color: rgb(140,140,140);
	text-align: right;
}
