body.admin {
  background-color: #edecc6;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  text-align: center;
}

body {
  background-color: white;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  text-align: left;
}

body.main {
  background-color: #edecc6;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  text-align: center;
}

a:link {
  color: #7f0000;
  text-decoration: none;
}

a:active {
  color: red;
  text-decoration: none;
}

a:visited {
  color: #7f0000;
  text-decoration: none;
}

a:hover {
  color: #af0000;
  text-decoration: underline;
}

p {
  color: #333333;
  font-family: Georgia, Time New Roman, serif;
  font-size: 10pt;
}

p.heading {
  color: #dd5511;
  font-family: Georgia, Time New Roman, serif;
  font-size: 13pt;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 4px;  
}

p.subheading {
  color: #cc6600;
  font-family: Georgia, Time New Roman, serif;
  font-size: 11pt;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 4px;  
}

p.heading2 {
  color: red;
  font-family: Georgia, Time New Roman, serif;
  font-size: 16pt;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 4px;
}

p.subheading2 {
  color: red;
  font-family: Georgia, Time New Roman, serif;
  font-size: 13pt;
  font-weight: bold; 
  margin-top: 2px;
  margin-bottom: 4px;  
}

li {
  color: #333333;
  font-family: Georgia, Time New Roman, serif;
  font-size: 10pt;
}

hr {
  color: #fafafa;
  background-color: #fafafa;
  width:100%;
  height:1px; 
}

h1 {
  color: black;
  font-family: Georgia, Time New Roman, serif;
  font-size: 24pt;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

h2 {
  background-color: #cc9900;
  color: #f3f3ff;
  font-family: Georgia, Time New Roman, serif;
  font-size: 16pt;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0px;
}

h3 {
  color: #cc9900;
  font-family: Georgia, Time New Roman, serif;
  font-size: 15pt;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 8px;
}

h4 {
  color: #cc9900;
  font-family: Georgia, Time New Roman, serif;
  font-size: 13pt;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 7px;
}

h5 {
  color: #cc9900;
  font-family: Georgia, Time New Roman, serif;
  font-size: 12pt;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 6px;
}

h6 {
  color: #cc9900;
  font-family: Georgia, Time New Roman, serif;
  font-size: 10pt;
  margin-top: 2px;
  margin-bottom: 5px;
}

table.main {
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  height:600px;
  border-left:1px solid #dddcb6;
}

table.sub {
  border: solid;
  border-color: #000000;
  border-width: 0px;
  width:100% ;
}

td.left {
  background-color: #efedce;
  background-image: URL(/images/yot_gradient2.jpg);
  background-repeat: repeat-x;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 2px;
  padding-top: 12px;
  vertical-align: top;
  width: 150px;
  border-right: 3px solid #cc9900;
  border-top: 3px solid #cc9900;
}

td.centre {
  background-color: white;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 15px;
  padding-top: 4px;
  vertical-align: top;
  width: 690px;
  height:464px;
  border-top: 3px solid #cc9900;
}

td.top {
  background-color: #edecc6;
  background-image: URL(/images/yot_gradient.jpg);
  background-repeat: repeat-y;
  height:136px;
}

td.right {
  background-color: #eeeedd;
  padding: 4px;
  width: 150px;
}

td.bottom {
  background-color: #efefef;
  height: 25px;
  vertical-align: middle;
  border-top:2px solid #cc9900;
}

td.margin {
  width: 10px;
}

input {
  background-color: #fafafa;
  color: #003333;
  font-family: Georgia, Time New Roman, serif;
  font-size: 8pt;
}

textarea {
  background-color: #ffffff;
  color: #003333;
  font-family: Georgia, Time New Roman, serif;
  font-size: 8pt;
}

select {
  background-color: #ffffff;
  color: #003333;
  font-family: Georgia, Time New Roman, serif;
  font-size: 8pt;
}

input.block {
  background-color: #ffffff;
  color: #003333;
  font-family: Georgia, Time New Roman, serif;
  font-size: 8pt;
}

input.button {
  background-color: #faf9e7;
  color: black;
  font-family: Georgia, Time New Roman, serif;
  font-size: 8pt;
  font-weight: normal;
}

/********************************* Navigation **********************************/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#navcontainer a
{
	display: block;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 6px;
	width: 145px;
	background-color: #e7e4b5;
	border-top: 1px solid #ddcccc;
   border-left: 1px solid #ddcccc;	
	border-bottom: 1px solid #aa9999;
   border-right: 1px solid #aa9999;	
	background-image: url(/images/menu2.png);
	background-repeat: repeat-x;
	height: 25px;
}


#navcontainer a:link, #navlist a:visited
{
color: #553333;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(/images/menu2.png) 0 -41px;
	color: #562930;
   background-color: #faf9f5;
	border-bottom: 1px solid #ddcccc;
   border-right: 1px solid #ddcccc;	
	border-top: 1px solid #aa9999;
   border-left: 1px solid #aa9999;	
}