/* Global definitions */
body
{  /* background-color: #ffffff; */
   color: #000000;
   font-family: eurostile, arial, helvetica, sans-serif;
   font-weight: bold;
   font-size: 14px;
   text-align: left;
   margin: 0px;
}

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

a.TopNav:link
{  font-size: 1em;
   text-decoration: none;
   margin-right: 15px;
   color: #ff3333;
}
a.TopNav:visited 
{  color: #ff3333; 
   margin-right: 15px;
   text-decoration: none;
}
a.TopNav:active 
{  color: #ffffff; 
   margin-right: 15px;
   text-decoration: none;
}
a.TopNav:hover
{  color: #ffffff; 
   margin-right: 15px;
   text-decoration: none;
}

a.SelectedNav:link
{  font-size: 1em;
   text-decoration: none;
   margin-right: 20px;
   color: #ffffff;
}
a.SelectedNav:visited 
{  color: #ffffff; 
   margin-right: 20px;
   text-decoration: none;
}
a.SelectedNav:active 
{  color: #ff9999; 
   margin-right: 20px;
   text-decoration: none;
}
a.SelectedNav:hover
{  color: #ff9999; 
   margin-right: 20px;
   text-decoration: none;
}


/* 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;
}

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: #cc0000; 
   font-size: 1.1em;
   text-decoration: none;
}

a.prevnext:link 
{  
}

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

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

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

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

table
{
	margin: 0px;
	padding: 2;
	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: 10px;
}

input, textarea
{
	background-color: #FFF;
	font-size: 0.9em;
   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: #000000;
	border: 1px solid #C00;
}

.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: #FFFFFF;
	background-color: #C00;
}

#Navigation
{  position: absolute;
   width: 700px;
   height: 12px;
   left: 10px;
   right: 0px;
   top: 10px;
   bottom: 0px;
   z-index: 2;
   font-weight: 900;
   letter-spacing: .15em;
   text-transform: uppercase;
   color: #ffffff;
}

#Background
{  position: absolute;
   background-color: #ffffff;
   width: 800px;
   height: 527px;
   left: 0px;
   right: 0px;
   top: 0px;
   bottom: 0px;
   z-index: 1;
}

#SectionHeader
{  position: absolute;
   width: 600px;
   height: auto;
   left: 20px;
   top: 30px;
   bottom: 0px;
   z-index: 2;
   font-size: 1.2em;
   font-weight: 900;
   text-align: left;
   letter-spacing: 0.15em;
   text-transform: uppercase;
   color: #cc0000;
   z-index: 2;
}

#Location
{  position: absolute;
   width: 145px;
   height: 50px;
   left: 0px;
   right: 0px;
   top: 570px;
   bottom: 0px;
   z-index: 2;
   font-weight: 900;
   text-align: center;
   font-size: 0.9em;
   color: #000000;
   z-index: 2;
}

#column0
{  position: absolute;
   width: 300px;
   left: 20px;
   top: 80px;
   z-index: 2;
   font-weight: 900;
   text-align: left;
   color: #000000;
   z-index: 2;
 }

#column1
{  position: absolute;
   width: 180px;
   height: 500px;
   left: 170px;
   top: 80px;
   z-index: 2;
   font-weight: 900;
   text-align: left;
   color: #000000;
   z-index: 2;
 }

#column2
{  position: absolute;
   width: 180px;
   height: 500px;
   left: 370px;
   top: 80px;
   z-index: 2;
   font-weight: 900;
   text-align: left;
   color: #000000;
   z-index: 2;
 }

#column3
{  position: absolute;
   width: 220px;
   height: 500px;
   left: 570px;
   top: 80px;
   z-index: 2;
   font-weight: 900;
   text-align: left;
   color: #000000;
   z-index: 2;
 }

#mergeMiddle
{  position: absolute;
   width: 360px;
   height: 500px;
   left: 170px;
   top: 80px;
   z-index: 2;
   font-weight: 900;
   text-align: left;
   color: #000000;
   z-index: 2;
 }
 


#Copyright {
	position:absolute;
	width:800px;
	height:10px;
	z-index:6;
	left: 0px;
	top: 590px;
	font-size: xx-small;
	text-align: center;
}

/* 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;
}
