/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(Wallpaper2.jpg);
	color: #993300;
}

#header {
  width: 100%;
 }
 
#footer {
  width: 100%;
  margin-left: 5px;
 } 
 
#breadcrumbs {
  width: 100%;
 }

#leftcol {
  float: left;
  padding: 5px;
  width: 30%;
  height: 600px;

}

#content {
  float: left;
  margin: 5px;
  width: 68%;
  height: 600px;
}

#pagecontent {
  width: 100%;
  margin: 5px;
}

#clear {
  clear: both;
  }

a:link {color: #000000; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #663300; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }
  
.TitleMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #996600;
}
.TitleMid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #996600;
}
.TextNormal {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #993300;
	margin: 5px 5px 5px 5px;
	
}
.TitleMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #996600;
}
.TextMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #996600;
	font-weight: bold;

}
.MenuGloss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993300;
}
.BreadcrumbText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
hr {
	line-height: 5px;
	color: #996600;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #993300;
}
.TinyLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
}
.WelcomeTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #996600;
}
.WelcomeText {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #993300;
}
