/*
Stylesheet for the EMJC website, based on the Incubus theme set from 
Xara Webstyle.

Stylesheet created by David Negley, 12/23/2006
Purpose was to simplify the changing of a style or support graphic, such as
the EMJC header logo. Once this style is globally referenced, I can make 
desired changes here, and have them take effect throughout the site.
*/

body 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  background-image: url(common_files/bg.gif);
  background-repeat: repeat;
  margin: 0px;
  padding: 0px;
}

p 
{
  margin-top: 1em;
  margin-bottom: 0em;
  margin-left: 1em;
  margin-right: 1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
}

.registration
{
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: 1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  text-align: center;
  padding-top: 10em;
}

.parahead 
{
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #a53333;/*themecolour2;*/
  padding-bottom: 1px;
}

.subhead 
{
	background-color: #a53333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 5px;
}

h1 
{
  font-size: 16pt;
  font-weight: bold;
  margin-top: 1em;
  margin-left: .5em;
  color: #a53333;
font-family: Arial, Helvetica, sans-serif;
}

h2 
{
  font-size: 13pt;
  font-weight: bold;
  margin-top: 1em;
  margin-left: .5em;
  color: #a53333;
  font-family: Arial, Helvetica, sans-serif;
}

h3 
{
  font-size: 11pt;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0em;
  margin-left: .5em;
  color: #a53333;
  font-family: Arial, Helvetica, sans-serif;
}

.footer 
{
  background-color: #400000;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  color: #FFFFFF;
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

.topstrip 
{
  background-image: url(common_files/topstrip.gif);
  background-repeat: repeat-x;
  border: 1px solid #000000;
  background-color: #e0e6e6;/*themecolour1$ 69.6%, 54.2%;*/
}

.bottomstrip 
{
  background-image: url(common_files/bottom_edge.gif);
  background-repeat: repeat-x;
  height: 14px;
}

/* From index.shtml */
.centercoltext 
{
  color: #333333;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  background-color: #FFFFFF;
}

.centercoltextdotted 
{
  color: #333333;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  background-color: #e0e6e6;
	border-right-width: 5px;
	border-right-style: dotted;
	border-right-color: #ffffff;
	border-left-width: 5px;
	border-left-style: dotted;
	border-left-color: #ffffff;
}

.centercoltextdark 
{
  color: #333333;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
	background-color: #e0e6e6;
}

.leftcoltextdotted
{
	padding-top: 1em;
	padding-right: .5em;
	padding-bottom: .2em;
	padding-left: .5em;
	background-color: #e0e6e6;
	border-right-width: 5px;
	border-right-style: dotted;
	border-right-color: #ffffff;
}

.leftcoltextsolid 
{
	padding-top: 1em;
	padding-right: .5em;
	padding-bottom: .2em;
	padding-left: .5em;
	background-color: #e0e6e6;/*themecolour1$ 69.6%, 54.2%;*/
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
}

.rightcoltextdotted 
{
	padding-top: 1em;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #e0e6e6;/*themecolour1$ 69.6%, 54.2%;*/
	border-left-width: 5px;
	border-left-style: dotted;
	border-left-color: #ffffff;
}

.headingpad 
{
  background-repeat: no-repeat;
  background-position: 2em 50%;
}

.blockquote 
{
  margin-top: 1em;
  margin-bottom: 0px;
  margin-right: 2em;
  margin-left: 2em;
  color: #0000ff;
}

ol 
{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 1em;
  color: #333333;
}

ul 
{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 1.5em;
  color: #333333;
  list-style-image: url(common_files/bullet.gif); 
}

li 
{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0em;
  color: #333333;/*themecolour4%0;*/
  list-style-image: url(common_files/bullet.gif); 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
}

li.close 
{
  margin-top: -1EM;
  margin-bottom: 0px;
  margin-left: 0em;
  color: #333333;/*themecolour4%0;*/
  list-style-image: url(common_files/bullet.gif); 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
}

a:link 
{
  color: #a53333;/*themecolour2;*/
}

a:visited 
{
  color: #333333;/*themecolour4%0;*/
}

a:link:hover 
{
  color: #b8c8c8;/*themecolour1;*/
}

.imgbg 
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #400000;
}

.question
{
  padding-top: 0em;
  margin-bottom: 0em;
  font-weight: bold;
}

.answer
{
  padding-left: .5em;
  padding-bottom: .5em;
  font-weight: normal;
}

