h1 {
	font-family: Georgia;
	font-size: 200%;
	line-height: 120%;
	color: #c85353;
	}

h2 {
	font-family: Arial;
	font-size: 125%;
	color: #008f7a;
	}

h3 {
	font-family: Arial;
	font-size: 110%;
	padding-left: 1em;
	color: #000;
	background-color: #e0dfdf;
	}

h4 {
	font-family: Arial;
	font-size: 100%;
	color: #000;
	}
	
body{
	font-family: Arial;
	font-size: small;
	line-height: 150%;
	background-color: #83dbb1;
	background-image: url(file:///C|/unzipped/pegasus/pegasus/images/bgtile.jpg);
	background-repeat: repeat-x;
	}

a {
	color: #c85353;}
	
#wrapper {
	margin: 0 auto;
	width: 60em;
	background-color: #fff;
	margin-top: -.7em;
}

#footer_wrapper {
	width: 100%;
	clear: both;
	padding: 1em;
	font-size: smaller;
	height: 4em;
}

#footer_wrapper li {
	list-style: none;
	padding: 0 1em;
	float: left;
	display: inline;}

#break {
	height: .1em;
	width: 100%;
	z-index: 10;
	background-color: #333;
	visibility: visible;
	margin-left: -1em;

}



#column_wrapper{
	clear: both;
}

#column2{
	width: 60%;
	float: left;
	display: inline;
	padding: 1.5em 1.5em 1.5em 1.5em;
	background-color: #fff;	
}

#column3{
	width: 15em;
	float: right;
	display: inline;
	padding: 0 1em 1.5em 1.5em;
	background-color: #fff;	
}

#banner {
	float: right;
	display: inline;
	height: 150px;
	}
	
#home {
	float: left;
	display: inline;
	padding: 1em 0em 1em 2em;
	}

#title {
	padding: 1em 1em 1em 9em;
	}

#nav {
	margin-bottom: 1em;
	height: 2.6em;
	background: #324143;
}

#bread {
	clear: both;
	color: #333;
	background-color: #e0dfdf;
	visibility: visible;
	margin-top: -1em;
}


#bread a{
	font-size: smaller;
	padding-left: -6.4em;
	padding-bottom: .3em;
}

#bread li {
	float: left;
	margin: 0 .1em;
	list-style: none;
	display: inline;
}

li.greater_than, .greater_than li {
	float: left;
	list-style: none;
	font-size: smaller;
	padding-top: .2em;
	display: inline;
}

.sponsor_list li {
	list-style: none;
}

.sponsor_list p {
	margin-top: -.5em;
}

.clear {
	clear: both;
}

/* jQuery Roll overs and Drop downs */

#jsddm
	{	margin: 0;
	padding: 0}

#jsddm li
	{	
	float: left;
	list-style: none;
	font-family: Tahoma, Arial;
	font-size: small;
	display: inline;
	}

#jsddm li a
	{
	display: block;
	background: #324143;
	padding: .5em 1em;
	margin: 0;
	text-decoration: none;

	color: #EAFFED;
	white-space: nowrap;
	z-index: 10;
	}

#jsddm li a:hover
	{	background: #24313C;
	}

#jsddm li ul {	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
	}

#jsddm li ul li
	{	float: none;
		display: inline;}

#jsddm li ul li a
	{	width: auto;
		background: #c6cf91;
		color: #24313C}

#jsddm li ul li a:hover
	{	background: #dbe69e;}

