/* Global definitions */
body
{  color: #000;
   font-family: eurostile, arial, helvetica, sans-serif;
   font-size: 15px;
   text-align: center;
   margin: 0px;
}

/* Basic anchors */
a:link, a:visited, a:active
{  color: #F4290B; 
   text-decoration: none;
}

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

a.TopNav:link, a.TopNav:visited, a.TopNav:active
{  text-decoration: none;
   color: #010040;
   font-size: 1.1em;
}

a.TopNav:hover
{  text-decoration: none;
   color: #F4290B;
   font-size: 1.1em;
}

a.SelectedNav:link, a.SelectedNav:visited, a.SelectedNav:active, a.SelectedNav:hover
{  text-decoration: overline;
   margin-right: 20px;
   font-size: 1.5em;
}

#Navigation
{
	position: absolute;
	width: 215px;
	left: 5px;
	right: 0px;
	top: 145px;
	bottom: 0px;
	z-index: 2;
	font-weight: 900;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-size: 0.8em;/*   line-height: 1.8em;*/
	line-height: 1.8em;
}

#Content
{  position: absolute;
   width: 655px;
   left: 235px;
   top: 90px;
   z-index: 2;
}

#float
{  position: relative;
   width: 900px;
   height: 600px;
/*   margin-right: auto;
   margin-left: auto;
   margin-top: auto;
   margin-bottom: auto;
*/ margin: 0 auto;
   padding: 0px;
   text-align: left;
}

/* Common stylized text */
.caption
{  margin-top: 3px;
   margin-left: 10px;
   margin-right: 0px;
   margin-bottom: 10px;
   font-family: verdana;
   font-size: 0.9em;
   font-weight: bold;
}

.publication
{  font-style: italic;
   font-weight: bold;
}

.hint
{  font-size: 0.9em;
}

.subscribe
{  font-family: verdana, arial, helvetica, sans-serif;
   font-size: 1em;
   font-weight: bold;
   color: #ffffff;
}

/* Article first line */
p.articleStart
{  margin-top: 10px;
   margin-left: 0px;
   margin-right: 0px;
}

p.articleStart:first-letter
{  font-size: 1.2em;
}

p.articleStart:first-line
{  font-size: 1.1em;
   text-transform: uppercase;
   letter-spacing: 0.1em;
}

/* Article */
p.article
{  margin-top: 10px;
   margin-left: 0px;
   margin-right: 0px;
}

p.article:first-letter
{  font-size: 1.1em;
}

p.misc
{  margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
}

p.indent
{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: -1em;
}

h1.article
{  font-size:  1.2em;
   font-weight: bold;
   margin-left: 0px;
   margin-right: 0px;
   color: #cc0000;
}

h2.article
{  font-size:  1.1em;
   font-weight: bold;
   margin-left: 0px;
   margin-right: 0px;
   color: #000000;
}

h2.sectionTitle
{
	font-size:  1.2em;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
}

p.anchor
{  margin-top: 10px;
   margin-left: 10px;
   margin-right: 10px;
}

/* Right side pullout text */
.pulloutTextRight
{  margin-top: 10px;
   margin-left: 15px;
   margin-right: 0px;
   text-transform: uppercase;
   font-size: 0.95em;
}

p.pulloutTextRight:first-letter
{  font-size: 1.3em;
   font-weight: bold;
}

h1.pulloutTextRight
{  font-size: 1.4em;
   font-weight: bold;
}

/* Left side pullout text */
.pulloutTextLeft
{  margin-top: 10px;
   margin-left: 0px;
   margin-right: 10px;
   font-family: times;
   font-size: 1.1em;
   font-style: italic;
   font-weight: bold;
}

p.pulloutTextLeft:first-letter
{  font-size: 1.3em;
   font-weight: bold;
}

h1.pulloutTextLeft
{  font-size: 1.4em;
   font-weight: bold;
}

/* Right side quote */
.myquoteRight
{  font-family: times;
   font-weight: bold;
   font-style: italic;
   font-size: 1.2em;
}

p.myquoteRight:first-letter
{  font-size: 1.3em;
   font-weight: bold;
}

h1.myquoteRight
{  font-size: 1.4em;
   font-weight: bold;
}

.attributionRight
{  font-family: eurostyle, verdana, arial, helvetica, sans-serif;
   font-style: italic;
}

/* Left side quote */
.myquoteLeft
{  font-family: times;
   font-weight: bold;
   font-style: italic;
   font-size: 1.1em;
}

p.myquoteLeft:first-letter
{  font-size: 1.2em;
   font-weight: bold;
}

h1.myquoteLeft
{  font-size: 1.2em;
   font-weight: bold;
}

.attributionLeft
{  font-family: eurostyle, verdana, arial, helvetica, sans-serif;
   font-size: 1em;
   font-style: italic;
}

/* previous and Next text */
a.prevnext 
{  color: #C00; 
   font-size: 1.1em;
   text-decoration: none;
}

a.prevnext:link 
{  
}

a.prevnext:visited 
{  color: #000; 
   text-decoration: none;
}

a.prevnext:active 
{  color: #000; 
   text-decoration: none;
}

a.prevnext:hover
{  color: #963;
}

tr.heading
{  background-color: #C00;
   text-align: center;
   color: #ffffff;
   width: 100%;
}

table
{
	margin: 0px;
	border: 1px solid #C00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.borderTable {
	border: 1px solid #C00;
}

td
{  font-family: verdana, arial, helvetica;
   font-size: 0.8em;
}

input, textarea
{
   background-color: #FFF;
   background: transparent; /* Added to remove default margin around checkboxes in IE */
   overflow:auto; /* Added to fix default vertical scrollbars in IE */
}

.submitButton {
	font-size: 10px;
	margin: 0px;
	padding: 3px;
	color: #000;
	border: 1px solid #006;
}

.submitButtonHov {
	font-size: 10px;
	margin: 0px;
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FBD605;
	background-color: #006;
}

#Copyright {
	position:absolute;
	width:900px;
	height:10px;
	z-index:6;
	left: 0px;
	top: 600px;
	font-size: xx-small;
	text-align: center;
	color: white;
}
.copyright {
	color: #F4290B;
}

/* Images */
img.RoomyRight
{  margin-right: 20px;
   margin-bottom: 10px;
}

img.RoomyLeft
{  margin-left: 20px;
   margin-bottom: 10px;
}

img.RoomyMiddle
{  margin-top: 15px;
   margin-bottom: 15px;
}

.sectionTitle
{	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.sectionContent
{	margin-top: -10px;
}

#navLogo {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 15px;
	top: 00px;
}
h2 {
	text-align: center;
	text-decoration: underline;
	font-size: 1.5em;
	margin-bottom: 2px;
}
h4
{
	color: #010040;
	margin-bottom: 2px;
}
h1 {
	text-align: center;
}

