
/* ##### Common Styles ##### */

body {
	color: black;
	background-color: rgb(243,242,235);
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 73%; /* Enables font size scaling in MSIE */
	margin-left: 20px;
	border-left: 2px dotted gray;
}


#pageBox {
	background-color: rgb(230,223,207);
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	display: box;
	width: 650px;
	height: 500px;
}



#logoBox{
  background-color: olive;
  border-bottom: 1px solid black;
  display: box;
  height: 68px;
  text-align: center;

}




#imgContainer{
  background-color: transparent;
  display: box;
  float: left;

  padding: 5px 5px 5px 5px;
  
  width: 160px;
  
}


#imgLeftBox{
  background-color: white;
  display: box;
  float: left;

  border-top: 1px dotted black;
  border-left: 1px dotted black;
  border-right: 1px dotted black;
  border-bottom: 1px dotted black;

  margin-left: 1px;
  margin-top: 20px;
  padding: 5px 5px 5px 5px;

  position:relative;
  
}

#imgLeftBox img{
width:156px;
height:118px;
}



#logoLeftBox{
  background-color: red;
  display: box;
  float: left;
}

#logoRightBox{
  background-color: blue;
  display: box;
  float: right;

}


/* ##### Header ##### */


.headerTitle {
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}


.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.menu {
  color: white;
  background-color: black;
  font-size: 90%;
  text-align: center;
  display: box;
  position: relative;
  width: 650px;

}

.menu a {
  color: white;
  background-color: black;
  text-decoration: none;
  font-weight: bold;
}

.menu a:hover {
	color: #C1C100;
	background-color: black;
	text-decoration: none;
	font-weight: bold;
}

.menu span {
  color: olive;
  background-color: black;
  text-decoration: none;
  font-weight: bold;
}



#content {
  color: black;
  background-color: rgb(243,242,235);
  text-align: justify;
  line-height: 1.25em;

  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;

  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  
  position: fixed;
  display: block;
  width: 436px;
  height: 90%;

}

#content h1 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}


#content h2 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 125%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

#content a {
  color: rgb(168,140,83);
  background-color: transparent;
  text-decoration: underline;
}

#content a:hover {
  text-decoration: none;
}

#content table {
  background-color: #FFFFFF;
  border: 1px solid rgb(216,210,195);
  padding: 6px 10px 6px 10px;
}

td, p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

td.label {
  font-weight: bold;
  text-align: left;
  padding: 3px 10px 3px 10px;
}

input, textarea, option, select {
  background-color: white;
  border-top: 1px solid rgb(166,140,83);
  border-right: 1px solid rgb(166,140,83);
  border-left: 1px solid rgb(166,140,83);
  border-bottom: 1px solid rgb(166,140,83);
  color: black;
  text-align: left;
  font-family: verdana, helvetica, arial, sans-serif;
}

input.sumbit{
  text-align: center;
  font-weight: bold;
  background-color: rgb(166,140,83);
  

}

th {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}



/* ##### Footer ##### */

#footer {
  color: black;
  background-color: transparent;
  font-size: 92%;
  text-align: right;
  line-height: 0.95em;
  display: block;
  height: 40px;
  width: 650px;
  margin-top: 20px;
  padding-top: 5px;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: black;
  background-color: red;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}


