html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;

}

.page {
  height: 100%;
  width: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.logoSpace{
  width: 100%;
  height: 182px;
  background: url(images/topBkg.jpg) repeat-x;
}

.logo{
  width: 100%;
  height: 182px;
  background: url(images/top.jpg) no-repeat top left;
}

.topLinki {
  width: 874px;
  margin: 0 auto;
  text-align: right;
  padding-right: 25px;
  padding-top: 10px;
  color: #f8d8db;
  font-family: verdana;
  font-size: 10px;
}

.topLinki a{
  color: #f8d8db;
  text-decoration: none;
}

.menu {
  width: 874px;
  margin: 0 auto;
}

.menuSpace{
  width: 100%;
  height: 23px;
  background: #71011a;
}

.menuItem{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  display: inline;
  float: left;
}

.menuItem a{
  color: #ffffff;
  text-decoration: none;
  font-family: verdana;
  font-size: 120%;
  font-weight: bold;
}

.menuSpacer{
  width: 8px;
  height: 23px;
  display: inline;
  float: left;
  background: url(images/menuSpacer.jpg) no-repeat;
}

.mainLeft {
  display: inline;
  float: left;
  width: 622px;
  text-align: left;
}

.mainRight {
  margin-left: 32px;
  display: inline;
  float: left;
}

.siteTitleSpace {
  width: 622px;
  height: 42px;
  background: url(images/titleBkg.jpg) repeat-x;
}

.siteTitle {
  height: 28px;
  padding-top: 14px;
  text-align: left;
  padding-left: 15px;
  color: #ffffff;
  font-weight: bold;
}

.content {
  padding: 15px;
  padding-bottom: 25px;
  background: #f6f6f6;
}

.content a{
  color: #565656;
  text-decoration: none;
}

.content a:hover{
  color: #565656;
  text-decoration: underline;
}

.rightItem{
  width: 199px;
  height: 29px;
  background: url(images/rightItemBkg.jpg) no-repeat;
  padding-top: 13px;
  padding-left: 20px;
  color: #6e8e9b;
  font-family: Verdana;
  font-weight: bold;
  font-size: 130%;
}

.rightItem a{
  color: #6e8e9b;
  text-decoration: none;
}

.newsletter{
  background: #f3f8fb;
  width: 179px;
  padding-top: 13px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.newsletterTitle{
  color: #6e8e9b;
  font-family: Verdana;
  font-weight: bold;
  font-size: 130%;
  padding-bottom: 7px;
}

.newsletterContent{
  font-family: Tahoma;
  font-size: 90%;
  padding-bottom: 7px;
}

.newsletterInput{
  padding-bottom: 7px;
}

.newsletterInputText{
  border: 1px solid #ccccce;
  width: 170px;
  height: 16px;
}

.newsletterAddButton{
  border: 3px solid #535763;
  background: #535763;
  color: #ffffff;
  font-family: verdana;
  font-size: 11px;
}

.newsletterRemButton{
  border: 3px solid #c1c4cb;
  background: #c1c4cb;
  color: #545864;
  font-family: verdana;
  font-size: 11px;  
}