body {
	background-color:#ffffff;
	margin: 0px;
	text-align:left;
	color:#555;
	font: 11px/1.3em;
}

a {color:#860038;text-decoration:none;}
a:hover {color:#860038;text-decoration:underline;}

p {font: 12px/1.4em georgia, serif;color:#555;margin: 0px 0 10px 0;}
p.intro {font: 14px/1.4em arial, sans-serif;}


h1 {font-size:16px;margin:0px 0 2px 0;line-height:1.2em;font-style:italic;font-family:georgia, serif;color:#860038;}
h2 {font-size:12px;margin:20px 0 0 0px;line-height:1.4em;font-family:Arial, Helvetica, sans-serif;color:#860038;}
h3 {font-size:11px;font-weight:bold;line-height:1.3em; margin:20px 0 0px 0;color:#555;font-family:Arial, Helvetica, sans-serif; }
h4 {font-size:11px;margin-top:0px;margin-bottom:1px;line-height:1.3em;color:#555;font-style:italic;font-family:georgia, serif; }
h5 {font-size:11px;margin-top:15px;margin-bottom:3px;line-height:1.2em;color:#555;font-weight:bold;font-family:georgia, serif; }

Form {margin:0px;}

#body ul {margin:0px;padding-left:14px;}
#body ul li {margin-bottom:9px;margin-left:0px;font-size:12px;line-height:1.4em;font-family:georgia, serif;}

/*DIVS*/

#container {width:1050px; margin:30px 0 0 30px;border:0px solid #cccccc; padding:0px;}
#leftside {float:left;border:0px solid #ffcccc;width:510px; }
#navarea {height:100px;margin-left:0px;border:0px solid #cccccc;}
#navlinks {height:100px;margin-top:-5px;margin-left:160px;border:0px solid #cccccc;padding:0px;}
#mediaframe{float:right;height:485px;width:483px;margin:0px 0 0 0; border-left: 1px dotted #860038;border-top: 1px dotted #860038;} 
#media {height:397px;background-color:#e8f0f2;margin:3px 0px 6px 3px;}
#rightside {float:left;width:490px; text-align:left; border: 0px solid #cccccc;margin:95px 0 0 0px;}
#contentarea {margin:4px 0px 0 0;}
#body {float:left;width:325px; border-left: 1px dotted #860038;margin:80px 15px 0 0;padding-left:3px;}
#bodyheadarea {width:340px;text-align:left; border: 0px solid #cccccc;}
#sidebar{float:left;width:145px;margin:150px 17px 0 0;padding-left:3px;border-left: 1px dotted #860038;}
#sidebar p {font: 10px/1.2em arial, sans-serif;margin: 3px 0 8px 0px;}
#sidebar h3 {margin:0px;font-size:10px;}
#copyright {float:left;height:100px;width:208px;margin-left:10px;border:0px solid #cccccc;}
#columbus {float:left;height:100px;width:72px;margin-left:10px;border:0px solid #cccccc;}
#contact {float:left;height:100px;width:72px;margin-left:5px;border:0px solid #cccccc;}
#newyork {float:left;height:100px;width:72px;margin-left:10px;border:0px solid #cccccc;}


#contactarea p.footer span {
position: absolute;
width:72px;
left: -999em;
}
#contactarea a:hover p.footer span {left:auto;}
p.footer {letter-spacing:0px;font: 9px/1.2em arial, sans-serif;color:#555;}

#nav li ul { /* second-level lists */
	position: absolute;
	list-style: none;
	width: 85px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a:hover { /* all list items */
margin-top:0px;
	float: left;
	width: 85px; /* width needed or else Opera goes nuts */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/** links within navigation h6 is hidden and replaced with the images below. non-css browsers show text links by default  **/
#navigation a {float:left;}
#LeftFrame a span{
float:left;
display:none;
}


H1 span {display:none;}

H2 span {display:none;}

H4 span {
float:left;
display:none;}

li span {color:#fff;}

/**** css replaces the text links with the following images ****/
h6 {
	overflow: hidden;
	width:60px;
    height: 0px !important; /* for most browsers */
    height /**/:55px; /* for IE5.5's bad box model */
	}



/**** Graphic Headings ****/
H1.logo {float:left; height:90px;width:80px; margin: 0px}
#welcome {background:url("../images/headings_30.gif");background-repeat: no-repeat;height:24px; width:200px;margin-left:-2px;}
.whatsnew {background:url("../images/headings_33.gif");background-repeat: no-repeat;height:16px; width:100%;margin-left:-9px;}

	
Table tr td {font-family:Arial, Helvetica, sans-serif;font-size:11px;line-height:1.2em;}



.clear {
    clear:right;
    height:1px;
    overflow:hidden;
  }
  
.clearboth {
    clear:both;
    height:1px;
    overflow:hidden;
  }
  

/**Dropdown Menu Script**/
#nav  { /* all lists */
border:0px solid #ffcccc;
	padding: 0;
	margin-top: 0px;
	margin-left:0px;
	margin-bottom:0px;
	list-style: none;
	line-height: 16px;
}

#nav ul {
border:0px solid #ffcccc;
	padding: 0;
	margin-top: 0px;
	margin-left:0px;
	list-style: none;
	line-height: 16px;
}

#nav a {
border:0px solid #ffcccc;
	display: block;
	width: 85px;
}

#nav li { /* all list items */
margin-top:0px;
margin-left:0px;
padding-left:0px;
	float: left;
	width: 85px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	list-style: none;
	width: 85px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a:hover { /* all list items */
margin-top:0px;
	float: left;
	width: 85px; /* width needed or else Opera goes nuts */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


.menu a {
font-size:11px;text-decoration:none;
font-family:Arial, Helvetica, sans-serif;font-weight:normal;color:#860038;
line-height:16px;}
.menuitem a {font-size:10px;text-decoration:none;
font-family:Arial, Helvetica, sans-serif;font-weight:normal;color:#555555;
line-height:16px;
}
.menuitem a:hover {font-size:10px;text-decoration:none;
font-family:Arial, Helvetica, sans-serif;font-weight:normal;color:#333333;
line-height:16px;
}

a.topnav span {font-size:10px;color:#999999;}
a.topnav:hover span {font-size:10px;color:#860038;}
a.topnav span {font-size:10px;color:#999999;}
a.topnav:hover span {font-size:10px;color:#860038;}
a.dropmenu span {font-size:10px;color:#fff;}
a.dropmenu:hover span {font-size:10px;color:#860038;}
a.dropmenu span {font-size:10px;color:#fff;}
a.dropmenu:hover span {font-size:10px;color:#860038;}






.error {font-weight:bold;color:#CC3300;}
.subhead {margin-top:0px;font-size:13px;line-height:1.0em;}
.subtext {margin:7px 0 12px 0;font: 11px/1.2em;line-height:1.2em;}
.sub_subtext {margin-left:10px;line-height:1.2em;}

.runninghead {margin:-20px 0 0 15px;float:right;}

.hr {height:1px; margin:4px 0 -3px 0;border-top:1px dotted #D4DACB;}


.nomargin {margin:0px;}


.prop { 
    float:right;
    width:1px;
	color:#333366;

  }
  
.min500 {height:500px;}
.min300 {height:300px;}
.min175 {height:175px;}

.indent {margin:0px 0px 0 20px;}

