/*
 *SECTION 1: General Properties
 */

/*
 * HTML/Body
 */

html,body {
	margin: 0;
	padding: 0;
	background:#ffffff transparent url(images/background_vertical_line.gif) top left repeat-y;
}

/*
 * General classes
 */

.main{
	text-align: left;
	vertical-align: top;
	font-family: trebuchet ms,verdana,arial,sans-serif;
	font-size: 11px;
	color: #000000;
}

.header1{
	text-align: left;
	vertical-align: top;
	font-family: trebuchet ms,verdana,arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/*
 * General table properties.
 */
 

td.main{
	text-align: left;
	vertical-align: top;
	font-family: trebuchet ms,verdana,arial,sans-serif;
	font-size: 11px;
	color: #000000;
}

td.copyright{
	text-align: center;
	vertical-align: top;
	font-family: trebuchet ms,verdana,arial,sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}

td.login {
	font-family: trebuchet ms,verdana,arial,sans-serif;
	font-size: 11px;
	color: #000000;
}

/*
 * General image properties
 */
 
img {
	border: none;
}

/*
 * List properties
 */
 
li.blank {
list-style-type: none;
}

/*
 * Div Properties
 */
 
 div {
	border: 0px solid #ffffff;
}

div.indexContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 797px;
	background: transparent url(images/background.jpg) top center no-repeat;
}

div.text {
	position: absolute;
	top: 210px;
	left: 250px;
	width: 440px;
	height: 400px;
	font-family: trebuchet ms,verdana,arial,sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}


div.main {
	position: absolute;
	visibility: hidden;
	top: 150px;
	left: 200px;
	width: 113px;
	height: 177px;
}

div.plhNav{
	position: absolute;
	top: 232px;
	left: 45px;
	width: 15px;
	height: 9px;
}

/*
 * Link Properties
 */

  	A {font-family: trebuchet ms,verdana,arial,sans-serif; font-size: 11px; color: #000000; text-decoration:underline;}
 	A:visited {font-family: trebuchet ms,verdana,arial,sans-serif; font-size: 11px; color: #000000;text-decoration: underline;}
 	A:active {font-family: trebuchet ms,verdana,arial,sans-serif; font-size: 11px; color: #000000;text-decoration: underline;}
 	A:hover {font-family: trebuchet ms,verdana,arial,sans-serif; font-size: 11px; color: #000000; text-decoration: none; background-color: #ffffff;}
 
 	A.body {font-family: trebuchet ms,verdana,arial,sans-serif; font-size: 11px; color: #000000; text-decoration:underline;}
 	A.body:visited {font-family: trebuchet ms,verdana,arial,sans-serif; font-size: 11px; color: #000000;text-decoration: underline;}
 	A.body:active {font-family: trebuchet ms,verdana,arial,sans-serif; font-size: 11px; color: #000000;text-decoration: underline;}
 	A.body:hover {font-family: trebuchet ms,verdana,arial,sans-serif; font-size: 11px; color: #000000; text-decoration: none; background-color: #ffffff;}

 	A.nav {font-family: trebuchet ms,verdana,arial,sans-serif; font-size: 9px; color: #000000; text-decoration: none;}
 	A.nav:visited {font-family: trebuchet ms,verdana,arial,sans-serif; font-size: 9px; color: #000000;text-decoration: none;}
 	A.nav:active {font-family: trebuchet ms,verdana,arial,sans-serif; font-size: 9px; color: #000000;text-decoration: none;}
 	A.nav:hover {font-family: trebuchet ms,verdana,arial,sans-serif; font-size: 9px; color: #000000; text-decoration: underline; }

  	A.images:hover {background-color: transparent;}

 /*
 * Form Properties
 */
 
   input.form1 {
   font-family: trebuchet ms,verdana,arial,sans-serif;
   font-size: 10px; 
   color: #000000; 
   border-width:1px; 
   border-color:#000000;
   }
   
  textarea.form1 {
  font-family: trebuchet ms,verdana,arial,sans-serif;
  font-size: 10px; 
  background-color: #ffffff; 
  border-width:1px; 
  border-color:#000000;
  }
  
  select.form1 {
  font-family: trebuchet ms,verdana,arial,sans-serif;
  font-size: 10px; 
  color: #000000;
  }
  
  option.form1 {
  font-family: trebuchet ms,verdana,arial,sans-serif;
  font-size: 8px; 
  color: #000000;
  border: 0px solid;
  border-color: #ffffff;
  }
  
  input.form1{
   color: #000000;
   font-family: trebuchet ms,verdana,arial,sans-serif;
   font-size: 9px;
   background-color: #ffffff;
   border: 1px solid;
   border-top-color: #000000;
   border-left-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   }
   
   input.form1submit{
   color: #000000;
   width: 70px;
   height: 20px;
   font-family: trebuchet ms,verdana,arial,sans-serif;
   font-size: 10px;
   background-color: #ffffff;
   border: 1px solid;
   border-top-color: #000000;
   border-left-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   }
