/* (c) Webforce Ltd 2006 */
a { text-decoration: none; color :#06f;}
a:hover { }
a img { border: 0px; }
body { font-family: verdana, sans-serif; font-size: 12px; text-align: center; 
background: #333 ; background-repeat: repeat-x}

div, body, h1, h2, h3, h4, h5 { margin: 0px; padding: 0px; }
p { margin: 2px; }
div#wrap {
  margin-left: auto;
  margin-right: auto;
  width: 760px;
  text-align: left;
  /*border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;*/
}
h2 {
  background-color: #fff; color: #000;  
	font-size: 16px;
	margin-left: 12px;
	margin-right: 2px;
	font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 1px;
	margin-bottom: 5px;
	font-weight: normal;
}
div#header {
  background: url("header-bg.gif");
}
div#header h1 {
  padding: 5px; 
  margin-left: 15px; 
  font-size: 14px;
  color: #ccc;
  font-family: verdana;
}
div#header img {

}
div#menu {
  background: url("menu-bg.gif");
  height: 50px;
}
div#menu ul {list-style: none; height: 36px;  margin: 0px; padding: 0px; padding-top: 8px; padding-left: 18px; }
div#menu li {display: block; float: left; height: 36px;  margin-right: 20px; width: 170px; text-align: center;}
div#menu a { display: block; height: 28px; padding-top: 10px; color: #333; font-size: 12px; font-weight: bold; font-family: sans-serif;}
div#menu a:hover {background: url("menu-bg-24.png");}

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	font-size: 12px;
}

label {
	text-align: right;
	width: 105px;
	padding-right: 20px;
	
}

pre {
  border: 1px solid #ccc;
  background: #f0f0f0;
  padding: 10px;
  margin: 10px;
  color: #000;
  font-weight: bold;
}


br {
	clear: left;
}


div.fieldWithErrors input { border: 1px solid #f00; }
div.fieldWithErrors textarea { border: 1px solid #f00; }
div#content { background-color: #fff;  color: #000; font-size: 14px;}
div#content.homepage { 
   
   background-color: #000; padding: 0px; color: #fff
}
div#content.homepage h2 {

margin: 0px;
 
}
div#content blockquote {
	font-size: 12px;
	margin-left: 50px;
	margin-right: 45px;
	margin-bottom: 15px;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #ccc;
	border-left: 10px solid #ccc;
	background-color: #eee;
} 
div#content p {
  margin: 10px; 
}
div.splash {
	text-align: center;
	margin-left: 27px;
	margin-right: 27px;
	border: 1px solid #ccc;
	background-color: #eee;
	margin-bottom: 10px;
	padding: 10px;
}
div.splash img {
	border: 1px solid #fff;	
}

div#footer { font-size: 10px; padding: 1px; 
 background-color: #fff; color: #000; text-align: center; }
