html
{
  margin: 0px;
  height: 100%;
}

body
{
  margin: 0px;
  font-family: Arial;
  font-size: 14px;
  height: 100%;
  background-image: URL('../images/pbg.jpg');
  text-align: center;
  line-height: 18px;
}

.ssmall
{
  font-size: 10px !IMPORTANT;
  width: 125px !IMPORTANT;
}

form
{
  padding: 0px;
  margin: 0px;
}

form.space label, form.space input, form.space select
{
  width: 200px; 
  display: block;
  float: left;
  line-height: 25px;
}

form.space br
{
  clear: both;
}

img
{
  border-width: 0px;
}

h2
{
  color: #A91A1A;
}

h6
{
  color: #A91A1A;
  font-size: 25px;
  line-height: 25px;
}

a
{
  color: #005EFF;
  text-decoration: underline;
}

a:hover
{
  text-decoration: underline;
  color: #1B448A;
}

#container
{
  width: 660px;
  min-height: 100%;
  * height: 100%;
  background-color: #FFFFFF;
  position: relative;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

#introcontainer
{
  width: 660px;
  height: 498px;
  background-color: #FFFFFF;
  position: relative;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}

div#container
{
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}


div#introcontainer
{
  border: 1px solid #FFFFFF;
}

a.link
{
  width: 166px;
  height: 24px;
  line-height: 24px;
  padding-left: 10px;
  border: 1px solid #FFFFFF;
  background-color: #A91A1A;
  float: left;
  margin-top: -1px;
  font-size: 11px;
  font-weight: bold;
  clear: both;
  text-decoration: none;
  color: #FFFFFF;
}

a:hover.link
{
  background-color: #D51919;
  color: #FFFFFF;
  text-decoration: none;
}

#nav2
{
  float: left;
  clear: both;
  width: 650px;
  height: 26px;
  padding-top: 2px;
  padding-left: 10px;
  background-image: URL('../images/navbg.jpg');
}

#nav2 a
{
  float: left;
  height: 24px;
  line-height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  background-image: URL('../images/bbg.jpg');
  margin-right: 5px;
  color: #403B24;
  font-weight: bold;
  border: 1px solid #DDC349;
  font-size: 12px !IMPORTANT;
  text-decoration: none;
}

#nav2 a:hover
{
  text-decoration: underline;
}

a.hover
{
  background-color: #FFFFFF !IMPORTANT;
  color: #403B24 !IMPORTANT;
}

table.t1
{
  float: left;
  clear: both;
  border-collapse: collapse;
  width: 100%;
  border: 0px;
}

table.t1 td
{
  padding: 0px;
}

#open
{
  width: 350px;
  height: 302px;
  padding-top: 140px;
  padding-left: 20px;
  float: left;
  background-image: URL('../images/introleft.jpg');
  position: relative;
}

#open span
{
  float: left;
  display: block;
  width: 175px;
  color: #23519E;
  font-weight: bold;
  font-size: 14px;
  margin-left: 15px;
}

#add
{
  float: left;
  width: 100%;
  text-align: center;
  font-size: 10px;
  margin-top: 18px;
  line-height: 12px;
}

#introfooter
{
  height: 28px;
  width: 660px;
  text-align: center;
  float: left;
  clear: both;
  background-image: URL('../images/footerbg.jpg');
  color: #5F5526;
  font-weight: bold;
  line-height: 28px;
  font-size: 12px;
}

#introfooter a
{
  color: #5F5526;
  text-decoration: none;
}

#introfooter a:hover
{
  text-decoration: underline;
}

h1#h1
{
  display: block;
  width: 650px;
  padding-left: 10px;
  background-color: #1B448A;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 26px;
  margin: 0px;
  font-size: 12px;
  border-bottom: 1px solid #FFFFFF;
}

#trailer
{
  clear: both;
  height: 38px;
}

#footer
{
  height: 28px;
  width: 660px;
  text-align: center;
  background-image: URL('../images/footerbg.jpg');
  color: #5F5526;
  font-weight: bold;
  line-height: 28px;
  margin-top: 10px;
  float: left;
  font-size: 12px;
}

#footer a
{
  color: #5F5526;
  text-decoration: none;
}

#footer a:hover
{
  text-decoration: underline;
}

#content h3
{
  color: #1B448A;
  border-bottom: 1px dashed #1B448A;
  display: block;
  margin: 0px;
  margin-bottom: 10px;
}

a#enter
{
  font-size: 72px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  position: absolute;
  bottom: 40px;
  left: 70px;
  line-height: 72px;
}


a:hover#enter 
{
  text-decoration: underline;
}

.red
{
	color: red;
	font-weight: bold;
}