/*
pallatte:
cream:fffdb5
dark cream: ffdd75
navy-grey: 38414e
*/

BODY{
  background-color:#718a3d;
  text-align:center;
  font-family:sans-serif;
  color:#222;
}
H1{
	text-align:right;
}
H2{
	text-align:right;
}
A{
  color:#222;
}
TABLE.thin{
  display:inline;
	margin-left:auto;
	margin-right:auto;
 	border-width: 0px;
	border-spacing: 0px;
}
TABLE.thin TD{
 	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	-moz-border-radius: 0px 0px 0px 0px;
}
TABLE.logo{
  background-color:#FFFED7;
	border: 3px #38414e solid;
}
TABLE.logo TD{
	padding:10px;
}
DIV{
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  margin-bottom:0px;
  padding-top:0px;
  padding-bottom:0px;
}
DIV.logo {
  background: url('images/shadow-right.png') no-repeat bottom right;
  margin: 0 0 15px 25px;
  padding: 0;
  position: relative;
}
DIV.outer{
  border:5px #600 solid; /*burgandy: #600 dark cream: ffdd75*/
  background-color:#fffdb5;
  width:800px;
}
DIV.inner{
  width:750px;
}
DIV.content{
	border: 2px #38414e solid;
  text-align:left;
  width:450px;
  background-color:#FFFED7;
  padding:15px;
}
SPAN.navbutton{
  background-color:#fff;
  padding:5px;
}
IMG.top{
  width:800px;
}
IMG.png{
  visibility:hidden;
}
DIV.alarmandcenter{
  width:482px;
  height: 30px;
  text-align:center;
  background-color:#38414e;
  background-image:url(../images/gradient-J2EII.png);
  background-repeat:repeat-x;
  color:#fff;
}
DIV.alarmandcenter P{
  line-height:30px;
  display:inline;
  padding:2px 2px;
}
DIV.alarmandcenter A:link, DIV.alarmandcenter A:visited{
  padding:2px 2px;
  color:#fff;
  text-decoration:none;
}
DIV.alarmandcenter A:link:hover, DIV.alarmandcenter A:visited:hover {
  text-decoration:underline;
}
A.install{
  padding:2px;
  background-color:#ffbd35;
}
