/*This is the entire CSS sheat for the
web page discussion*/

body 
{
	margin:0px;
	padding:0px;
	/*background-image:url(../images/back2.jpg);*/
	/*background-color:#151617;*/
	background-color:#FFFFFF;
}

p ul li
{
	margin:0px;
	padding:0px;
}

/*this is to float any object that needs to be floated*/

.floatl
{
	float:left;
	padding-right:5px;
}

.floatr
{
	float:right;
	padding-left:5px;
}

.floatl1
{
	float:left;
	width:400px;
}

/*This tag will surround the entire rest
of the div tags to align everything with in
it. Because it will be used once then this
tag needs to be an ID.*/
div#outer
{
	display:block;
	width:780px;
	margin-left:auto;
	margin-right:auto;
}
div#mains
{
	width:770px;
	padding-left:auto;
	padding-right:auto;
	/*padding-bottom:3px;*/
	float:left;
}

#mains div#main
{
	position:relative;
	width:760px;
	background-color:#E6DFCE;
	float:left;
}

/*This will actually be the filled in div tags
that we can use for information These are kept in the
order that they appear on the page*/

#mains div#main div#topstripe
{
	position:relative;top:0px;left:0px;
	width:760px;
	height:150px;
	background:URL("../images/banner1.jpg");	
	background-repeat:no-repeat;
	float:left;
}

#mains div#main div#topstripe div#leftpic
{
	position:absolute;top:-1px;left:596px;
	width:165px;
	background-color:Transparent;
	z-index:1;
}


#mains div#main div#topstripe div#logo
{
	position:relative;top:0px;left:0px;
	width:192px;
	background-color:Transparent;
	float:left;
}

#mains div#main div#topstripe div#header
{
	position:relative;top:65px;left:5px;
	width:527px;
	background-color:Transparent;
	z-index:2;
	float:left;		
}

#mains div#main div#containment1
{
	width:760px;
	background:URL("../images/span1.jpg");
	float:left;
}

.navigation
{
	width:192px;
	background-color:Transparent;
	background-repeat:repeat-y;
	float:left;
}

#mains div#main div#containment1 div#information
{
	width:410px;
	float:left;
}

#mains div#main div#containment1 div#information1
{
	width:410px;
	float:left;
	padding-left:5px;
	background-color:#FFFFFF;
}

div#adds
{
	width:140px;
	position:relative;left:0px;top:0px;
	float:right;
	z-index:1;
	background-color:#FFFFFF;
}

/*as this ounds this is the bottom of th page*/
#mains div#main div#bottom
{
	position:relative;
	width:760px;
	height:40px;
	background:URL("../images/span2.jpg");
	float:left;
}

#mains div#main div#bottom div#textbase
{
	padding-left:192px;
	padding-right:150px;
	text-align:center;
	width:410px;
	float:left;
}

#mains div#main .test
{
	padding:0px;
	margin:0px;
	position:absolute;left:510px;top:140px;
	*left:0px;
	*top:0px;
	width:120px;
}

/*This tag is for the head text we override h1*/

H1
{
	padding:0px;
	margin:0px;
	font-family:Papyrus,Serif, Edwardian Script ITC,Georgia;
	font-size:8pt;
	font-weight:bolder;
	color:#FFFFFF;	
	/*text-shadow:black 1px 1px 0px;*/
	/*height:1px;
	filter:shadow(color="#666666", direction=135, strength=3);
	color:#840000;
	/*text-transform:uppercase;*/
}

/*H2 is the sub text for the header*/

H2
{
	padding:0px;
	margin:0px;
	font-family:Papyrus,Serif, Edwardian Script ITC, Georgia;
	font-size:18pt;
	color:#FFFFFF;
	/*text-shadow:black 1px 1px 0px;*/
	/*height:1px;
	filter:shadow(color="#666666", direction=135, strength=3);
	color:#840000;*/
}

.maininformation
{
	padding:0px;
	margin:4px;
	font-family:Serif;
	font-size:14px;
	text-align:justify;
}

H3
{
	padding:0px;
	margin:0px;
	font-family:Serif,Georgia;
	font-size:14pt;
	/*text-shadow:black 1px 1px 0px;*/
	color:#111111;
}

H4
{
	padding:0px;
	margin:0px;
	font-family:Serif,Georgia;
	font-size:12pt;
	/*text-shadow:black 1px 1px 0px;*/
	color:#111111;	
}

H5
{
	padding:0px;
	margin-top:-7px;
	*margin-bottom:-2px;
	font-family:Serif,Georgia;
	font-size:8pt;
	text-align:center;
	/*text-shadow:black 1px 1px 0px;*/
	color:#111111;
}

H6
{
	padding:0px;
	padding-top:15px;
	*padding-top:5px;
	margin:0px;
	font-family:Serif,Georgia;
	font-size:7pt;
	text-align:center;
	/*text-shadow:black 1px 1px 0px;*/
	color:#111111;
}

a
{
	text-decoration:none;
	border:0;
	color:#111111;
	font-family:Serif,Georgia;
}

.basetext
{
	padding:0px;
	margin:0px;
	text-align:center;
	font-family:Engravers MT;
	font-size:xx-small;	
}

/*list information*/

ul#nav
{
	text-decoration:none;
	list-style-type:none;
	list-style:none;
	font-weight:bold;
	font-style:oblique;
	color:#EEEEEE;	
}

#nav li
{
	list-style-type:none;
	list-style:none;
	font-size:18pt;
}

#nav li a
{
	font-family:Papyrus,Arial;
	color:#EEEEEE;	
}

#nav li ul li
{
	font-size:12pt;
}

