html {
	height: 100%;
	width: 100%;
	margin: 0em;
	padding: 0em;
}

body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font: small Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	min-height: 800px; 
	color: #000;
	background-color: #D8D8D8;
	background-image: url(images/card.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

h1 {
	font-size: 2em;
	font-weight: normal;
        padding-right: 8px;
}

h1.tats {
    padding-top: 12px;
}

ol {
	list-style-type : decimal;
}

ul {
	list-style : none;
	text-align: center;
}

img {
	border-style: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	font: 12px "Gill Sana MT", calibri, arial;
	color: #0000FF;
}

a:visited {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	font: 14px "Gill Sana MT", calibri, arial;
	color: #FF0000;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

textarea { width: 300px; height: 60px; }




#surround {
	background-image: url(/images/gradbg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#container {
	margin-left: 50;
	margin-right: auto;
	width:  1000px;
	text-align:  left;
	padding-top: 45px;
	padding-bottom: 100px;
	background-position: top right;
	background-repeat: no-repeat;
}

#menubar {
	margin-bottom: 10px;
	height:  53px;
}

#pagecontent ul {
	float:  left;
	margin:  0;
	padding:  0;
	list-style: none;
	margin-bottom: 20px;
}

#pagecontent li {
	float:  left;
	padding:  0px;
	font-weight: bold;
}

#pagetitle {
	clear:  left;
	float:  left;
	width:  186px;
	text-align:  right;
	font-size: medium;
	padding-right:  15px;
	font-size: 90%;
	font-weight: 700;
}

#pagetitle img { margin-bottom: 25px; }

#pagetitle h1 { font-size: large; margin-top: 0; }

#pagecontent {
	float:  left;
	width: 700px;
	border-left:  1px solid #FFF;
	padding-left: 15px;
	padding-bottom: 15px;
}


#pagecontent p { clear: both;
font-size: 90%; }

.FormFieldName {
  	width: 200px;
  	float: left;
clear: left;
}

.FormFieldValue {

}

.FormFieldSpacer { 
	height: 3px; 
}

#mybox {
	height: 50px;
	width: 600px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 26px;
}
	
#mybox div #nav{
	padding: 25px 0 0 0;
	margin-left: 3px;
	position: relative;
}

#mybox div a {
	color: #FFCC00;;
}

#mybox #current a {
	color: white;
}

#nav li {
	padding: 5px 13px 5px 5px;
	font-size: 0.9em;
	font-weight: normal;
}

form 
  {
  margin: 0px 0px 0px 0px;
  padding: 10px;
  background: #1F32B3;
  width: 200px;

  }

form dl
  {
  margin: 0px;
  overflow: hidden; 
  }

form dt
{
  margin: 0px; 
  font-weight: normal;
  clear:  both;
  padding-top:  0.5em;
  text-align: left;
  }

form dd
  {
  margin: 0px 0px 0px 0px; padding: 0px; float: none; width: auto; 
  padding: 0px;
  }

textarea {
  width: 195px;
}

#submit { margin-left: 0px; value:Submit; }
 

