body{
  font-family: Verdana;
  font-size:13px;
  margin:0px;
  padding:0px;
  background-color:#252525;
  cursor:default;
}

.textheader{
	color:#EE8C27;
	font-weight:normal;
	font-size:22px;
	margin-left:0px;
	margin-top:0px;
}

.textheader2{
	color:#EE8C27;
	font-weight:normal;
	font-size:13px;
}

.textheader3{
	color:white;
	font-weight:normal;
	font-size:22px;
	margin-left:0px;
}

.calculateheader{
	color:white;
	font-weight:normal;
	font-size:20px;
}

.slidefooter{
	color: #fff;
	font-size: 2.5em;
}

input[type="text"], textarea{
	background-color:#E8E8E8;
	border:1px solid #252525;
	width:300px;
}

input[type="button"], input[type="submit"]{
	background-color:#E8E8E8;
	border:1px solid #252525;
	cursor:pointer;
}

.sitecontainer{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	width:900px;
}

.siteheader{
	background-image:url(../gfx/siteheader.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:260px;
	margin-top:20px;
}

.menubar{
	color:#CCCCCC;
	height:37px;
	border:1px solid #444442;
	background-image:url(../gfx/menubg.png);
	background-repeat:repeat-x;
	padding-left:20px;
}

.menuitem{
	padding:0px 15px 0px 15px;
	font-size:13px;
	cursor:pointer;
	background-image:none;
	height:37px;
}

.menuitemover{
	padding:0px 15px 0px 15px;
	font-size:13px;
	background-image:url(../gfx/menuover.png);
	background-repeat:repeat-x;
	cursor:pointer;
	height:37px
}

.menuseparator{
	background-image:url(../gfx/menuseparator.png);
	background-repeat:no-repeat;
	width:1px;
}

a.menulink:link{color:white; text-decoration:none;}
a.menulink:visited{color:white; text-decoration:none;}
a.menulink:active{color:white; text-decoration:none;}
a.menulink:hover{color:white; text-decoration:none;}

a.gallerylink:link{color:#E8E8E8; text-decoration:underline; font-family:Verdana; font-size:13px;}
a.gallerylink:visited{color:#E8E8E8; text-decoration:none; font-family:Verdana; font-size:13px;}
a.gallerylink:hover{color:#E8E8E8; text-decoration:underline; font-family:Verdana; font-size:13px;}
a.gallerylink:active{color:#E8E8E8; text-decoration:none; font-family:Verdana; font-size:13px;}

a.standoutlink:link{color:#EE8C27; text-decoration:underline; font-family:Verdana; font-size:13px;}
a.standoutlink:visited{color:#EE8C27; text-decoration:underline; font-family:Verdana; font-size:13px;}
a.standoutlink:hover{color:#EE8C27; text-decoration:underline; font-family:Verdana; font-size:13px;}
a.standoutlink:active{color:#EE8C27; text-decoration:underline; font-family:Verdana; font-size:13px;}

.sitecontent{
	background-color:#444442;
	color:#cccccc;
	padding:20px 20px 20px 20px;
	border-left:1px solid #444442;
	border-bottom:1px solid #444442;
	border-right:1px solid #444442;
}

.leftcontent{
	float:left;
	width:220px;
}

.rightcontent{
	float:left;
	width:600px;
	border-left:1px solid #252525;
	padding-left:20px;
	min-height:100px;
	color:#E8E8E8;
	font-family:Verdana;
	font-size:13px;
}

.footer{
	font-size:11px;
	color:#444442;
	text-align:right;
	padding:5px;
	margin-bottom:15px;
}

.mailDialog{
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: verdana;
	font-size: 11px;
	border:1px solid #F26432;
	background-color: #EEF2FB;
}

.mailDialogTitle{
	background-color:#EE8C27;
	color:white;
	height:16px;
}