* {	margin:0; padding:0; }

a {
	color:#ld73b0;
}

body {
	background:#d3d3d3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing: .02em;
	margin:0;
	padding:0;
}

.cleared { 
	clear:both; 
}

fieldset{
	border:none;
}

.floatedl {
	float:left;
}

.floatedr {
	float:right;
}

#footer {
	background-color: #f5f5dc;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	clear:both;
	color:#666;
	padding: 1em 2em;
}

#footer p{
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}

#footer .floatedr {
	padding-right: 3em;
}

form {
	background-color: #d1ecca;
	border: 1px solid #FFF;
	font-size: 1.1em;
	padding: 2em; 
}

h1 {
	font-size: 1em; /* 10px */
	font-weight:normal;
	letter-spacing: .1em;
	margin: 0;
	padding: .4em 2em 0 2em;
	text-transform:uppercase;
}
h2 {
	color: #666;
	font-size: 2.2em;
	font-weight: lighter;
	letter-spacing: 0.15em;
	line-height: 1.25em;
	margin: 0;
	padding: 1.5em 2em 0;
	text-transform:uppercase;
}
h3 {
	font-size:1.35em;
	font-weight:lighter;
	letter-spacing: 0.15em;
	line-height: 1.3333em;
	margin: 0;
	padding:1.5em 0 .6667em;
	text-transform:uppercase;
}
h4 {
	font-size:1.1em;
	font-weight:normal;
	letter-spacing: 0.15em;
	line-height: 1.6363em;
	margin: 0;
	padding:.9em 0 0em;
	text-transform:uppercase;
}
h5 {
	font-size:.9em;
	font-weight:normal;
	letter-spacing: .1em;
	line-height: 2em;
	margin: 0;
	padding:1em 0 0;
	text-transform:uppercase;
}
h6 {
	
}

#header {
	/*border:1px solid #000;*/
	background: #f5f5dc;
	border-bottom:1px solid #FFF;
	height: 1.9em;
	margin:0;
	padding:0;
	width: 77em;
}

h1#headertextleft {
	float:left;
}

h1#headertextright {
	float:right;
}

input, textarea{
	font-size: 1.1em;
	margin-bottom: 1em;
}

#interiorcenter {
	background:#fff url(/art/images/interiorImages/) right top no-repeat;
	min-height:123px;
}

#interiorcenter img {
	padding:4em 0em 0em 4.5em;
}

#interiorcenter h2 .push {
		color: #999;
		margin-left: 4em;
}

#interiorcontent {
/*	background: url(../images/baseline.gif) top left;
	*/padding: 1.8em 3.6em 3.6em;
}

label{
	font-size: 1.1em;
}

ul, ol {
	padding: 0 0 1.8em 3.6em;
}

ul ul {
	padding: 0;
}

li {
	font-size: 1.1em;
	line-height:1.6363em;
}

li li, li p {
	font-size: 1em;
	margin-left: 1.6363em;
}

p {
	font-size: 1.1em;
	line-height:1.6363em;
	margin: 0;
	padding: 0 0 0.8182em;
}

p.fineprint {
	font-size: 1em;
	font-style: italic;
}

table{
	margin: 0;
	padding: 0 0 1.8em;
}

td {
	font-size: 1.1em;
	line-height: 1.4em;
	vertical-align:top;

}

td input, td textarea, td label{ 
	font-size: inherit; 
	line-height: .9em; 
	vertical-align: bottom;
}

td p, td h3 {
	font-size: 1em;
}

table.classlist{
	width: 75%;
}

table.classlist td.dep {
	width: 1em;
}

ul#navigation {
	background:#9acd32;
	height:2.48em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0 .9em;
}

ul#navigation li {
	display:inline;
	float:left;
	margin:0;
}

ul#navigation li a {
	color:#666;
	display:block;
	margin:0;
	padding:.33em 1em;
	text-decoration:none;
}

ul#navigation li a:hover {
	background:#800080;
	color:#fff;
}

/***** SUB SUB MENU ********/

/* IE ignores this, but we have the javascript hack to fix it.  
 * The only reason this is here is to keep the "parent" element active. */
#navigation li:hover {
	background:#4e9fce;
	color:#fff;
}

#navigation li:hover ul, #navigation li.over ul { 
	display: block;
}

ul#navigation li ul {
	display:none;
	margin:0;	
	padding:0;
	position: absolute;
	top: 4em;
}

ul#navigation li ul li a {
	color:#fff;
	background:#4e9fce;
}

ul#navigation li ul li a:hover {
	color:#666;
	background:#4e9fce;
}

/***** END SUB SUB MENU ********/

#wrapper {
	background:#9acd32;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	margin:0 auto;
	min-width:740px;
	padding:0;
	width:77em;
}
