@media screen {

body {
	font: 78%/1.5 arial, helvetica, serif;
	background-color: #797979;
	text-align: center;
	padding: 0;
	margin: 0;
}

#container {
	width: 52em;
	background: white;
	text-align: left;
	border: 0;
	margin: 0 auto;
}

#content {
	clear: left;
}

#scaffolding {
	height: 30px;
	background-color: #3D1A19;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
}

#scaffolding_b {
    width: 52em;
	height: 30px;
	background-color: #3D1A19;
	border: 1px solid #fff;
	margin: 0 0 0 0;
	color: #fff;
	padding: 4px;
	text-align: center;
}

#scaffolding2 {
    width: 52em;
	background: #fff;
	border: 0;
	margin: 1px 0 1px 0;
}

#scaffolding3 {
        width: 52em;
	height: 18px;
	background: #8300B0;
	margin: 0 0 0 0;
	text-align: center;
}

#content2 {
	background: url(remorabg.gif) center no-repeat;
	margin: 1em 2em;
}

P {
	background: url(remorabg.gif) center no-repeat;
}

h1 {
font-size: 24px;
font-weight: bold;
font-family : serif, arial, Times New Roman;
font-style: normal;
color: #07549A;
}

h3 {
font-size: 28px;
font-weight: bold;
font-family : serif, arial, Times New Roman;
font-style: normal;
color: #07549A;
}

h2 {
font-size: 16px;
font-weight: bold;
font-family : arial;
font-style: italic;
color: #21006B;
}

TD { font: 78%/1.5 arial, helvetica, serif; }

.sidenav:link        { color: #CE53F8; font-weight: bold; text-decoration: underline }
.sidenav:visited     { color: #CE53F8; font-weight: bold; text-decoration: underline }
.sidenav:hover       { color: #ffffff; font-weight: bold; text-decoration: underline }

.textlink:link        { color: blue; font-weight: bold; text-decoration: none }
.textlink:visited     { color: blue; font-weight: bold; text-decoration: none }
.textlink:hover       { color: #cccccc; font-weight: bold; text-decoration: underline }

#nav, #nav ul {
	float: left;
	width: 52em;
	list-style: none;
	line-height: 1.5;
	background: #8300B0;
	font-weight: bold;
	padding: 0px;
	border: solid #700495;
	border-width: 1px 0px;
	margin: 0em 0em 1em 0em;
}

#nav a {
	display: block;
	width: 10em;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding: 0em 1em 0em 1em;
}

#nav a:hover {
	background: #CD99FE;
	color: #000;
}

#nav li {
	float: left;
	padding: 1px;
	margin: 0px;
	width: 10em;
	/* Tantek Çelik's ugly brilliant hack. */ 
       voice-family: "\"}\""; 
       voice-family: inherit;
}
/* Style rule just for Firefox (maybe others also)  */
body> #container #nav li {  
        padding: 0px;
        width: 10em;
}
		
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 10em;
	font-weight: normal;
	text-align: center;
	/*border: solid white;*/
	background: #CD99FE;
	padding: 0px;
	margin: 0px;
	/* Tantek Çelik's ugly brilliant hack. */ 
       voice-family: "\"}\""; 
       voice-family: inherit;
}
body>#container #nav li ul { width: 13.5em; border: 0; }

#nav li li {
	padding: 0px;
	width: 13.5em
}

#nav li ul a {
	width: 13.5em;
	color: #000;
	font-weight: normal;
	text-align: center;
	border: 1px outset #fff;
	background: #CD99FE;
	margin: 0px;
}

#nav li ul ul {
	margin: 0px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li li a:hover {
	background-color: #8300B0;
	color: #fff;
}

#nav li.sfhover {
	background: #8300B0;
}

}

.imgfloatleft{
  float: left;
  margin-right: 8px;
}

.imgfloatright2{
  float:right;
  margin: 7px 0px 0px 7px;
}

.imgfloatright{
 margin: 45px 0px 0px 7px;
 padding: 0px;
 float: right;
}

.imgleft{
  text-align: left;
}

.imgcenter{
  text-align: center;
}

.imgright{
  text-align: right;
}

.headertitle{
   font-weight: bold;
   color: #6c0091;
}

.headertitle2{
   font-weight: bold;
   font-size: 20px;
   color: #6c0091;
}

.headertitle3{
   font-weight: bold;
   font-size: 18px;
   color: #a854fc;
}

hr { color: #6c0091 }

.odd { background-color: #F4F4F4 }