html, body
{
  margin: 0;
}

body
{
  font-family : "Arial", "Times New Roman", "Times", serif; 
  font-size : 12px; 
  color : black;
}

#outer
{
  width:1000px;
  margin:auto;
  border-left:1px solid black;
  border-right:1px solid black;
  border-bottom:1px solid black;
}

#header
{
  height:90px;
  background-image:url(/shared/images/header.jpg);
}

#main
{
  background-image:url(/shared/images/background.jpg);
  background-repeat:no-repeat;
  padding-top:0px;
}

#content
{
  padding:20px;
}

#navigation
{
  float:left;
  height:50px;
  width:750px;
  padding-top:20px;
}

#left
{
  float:left;
  width:250px;
  height:500px;
}

#right
{
  float:left;
  width:700px;
}

a
{ color:#4FAD26; text-decoration : none; }
a:hover
{ color : #4FAD26;}
img
{ border : 0px; margin : 0px;}
#container,#disabler
{position: absolute;width: 783px;height: 686px; background-color  : white;margin-left: -390px;left: 50%;}
#status
{z-index:10000;position:absolute;top:30%;left:50%;margin-left:-150px;background-color:white;padding:10px;border:1px solid red;width:300px;}
.title,h1,h2
{ color:#4FAD26; font-weight:bold; font-size:13px;}
.intro
{ margin-top : 10px; font-weight : bold;}
.body
{ line-height : 150%;}
.fakeBtn
{position:absolute;border:2px outset silver;padding:2px 6px;cursor:default;}

#disabler,
#statusbg
{
  z-index   : 10000;
  position  : absolute;
  top:0px; left:0px;
  width     : 100%;
  height    : 100%;
  border    : 0px;
  margin    : 0px;
  padding   : 0px;
  background-color  : black;
  opacity   : .3;
}

#statusmsg
{
  z-index:10002;
  position:absolute;
  top:30%;
  left:50%;
  margin-left:-150px;
  background-color:#ffffcc;
  padding:10px;
  border:1px solid black;
  width:300px;

  font-size:14px;
  color:black;
}

.fakeBtn
{
  clear:both;
  float:right;
  border:1px outset black;
  background-color:gainsboro;
  font-size:12px;
  padding: 2px 10px;
  cursor:default;
  margin-top:20px;
}

.nav1,
.nav1Active
{
  text-transform: uppercase;
  font-size:15px;
  font-weight:bold;
  margin-left:50px;
}

.nav1:hover,
.nav1Active
{
  color:black;
}

li 
{
  list-style-image:url(/shared/images/bullet.gif);
  list-style-position:outside;
  list-style-type:disc;
}

.form_div1
{
  float:left; 
  width:100px; 
  text-align:right; 
  font-weight:bold; 
  color:#4FAD26;
}

.form_div2
{
  float:left; 
  width:590px; 
  padding-left:10px;
}

.inputtext
{
  width:500px; 
  border:1px solid #4FAD26;
}

.seperator
{
  float:left; 
  height:5px; 
  overflow:hidden; 
  width:100%;
}

.submit
{
  border:1px solid #4FAD26;
  background-color:white;
  font-weight:bold;
  color: #4FAD26;
  font-size:12px;
  font-family:"Arial";
}
