/** {
	margin: 0;
	padding: 0;
}*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, blockquote, label, fieldset 
{
	border:0 none;
	margin:0;
	padding:0;
}

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

body {
	font-size: 62.5%;
	color: #427787;
}

.clearer {
	clear: both;
}

#wrapper {
	width: 803px;
	margin-left: 10%;
	padding: 10px 0;
}

#header {
	background-image: URL("egton-logo_new.png");
	background-repeat: no-repeat;
	border-bottom: 1px solid #97989a;
	height: 100px;
	margin-bottom: 1px;
}

#header-menu {
    margin-top: 200px;
	float:right;
}

#header-menu ul {
    margin-top: 50px;
    
}

#header-menu li {
    display:inline;
	padding-right: 0.5em;
}

#header-menu a {
    font-weight: bold;
	color: #427787;
	text-decoration: none;
}

#dateline {
    height: 47px;
    width: 803px;
    background-image: URL("datelinebg.jpg");
    margin-bottom: 5px;
}

#dateline-left { 
  background-image: URL("datelineleft.jpg");
  width: 803px;
  height: 47px;
  background-repeat: no-repeat;

}

#dateline-right {
  float:right;
  background-image: URL("datelineright.jpg");
  background-position: right;
  background-repeat: no-repeat;
  width: 803px;
  height: 47px;
}

#dateline-text {
  padding-top: 12px;
  text-align: right;
  font-size: 1.2em;
  color: #ffffff;
  width: 803px;
  height: 47px;
  overflow: hidden;
}

#maincontent {
  margin-bottom: 25px;
  padding:10px;
  position: relative;
}
.c_top,.c_left,.c_right,.c_bottom {
	float: left;
}
.c_top {
	height: 32px;
	border-bottom: 1px dashed #666666;
}
.c_left {
	width: 313px;
	border-right: 1px dashed #666666;
}
.c_right {
	width: 410px;
}
#maincontent-image img {
	margin: 10px 0px;
}

#maincontent h1 { 
  font-size: 12pt;
  letter-spacing: 0.05em;
}
#maincontent-header {
  padding-top: 0;
  padding-left: 15px;
}
#maincontent-image {
  font-size: 1.2em;
}
#maincontent-body {
  padding: 15px;
  font-size: 1.2em;
}

#maincontent-image p #maincontent-body p, ul, img {
  margin-bottom: 1em;
  border: 0;
}

#maincontent-image ul, #maincontent-body  ul, ol {
	color: #427787;
	padding-left: 25px;
}

#maincontent-image  a:link,#maincontent-image  a:visited,
#maincontent-body a:link,#maincontent-body a:visited {
	color: #F27D28;
}
#maincontent-image a:hover,#maincontent-image a:active,
#maincontent-body a:hover,#maincontent-body a:active {
	color: #427787;
}

#footer {
  border-top: 1px solid #97989a;
}


.fieldlabel1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #427787;
	text-decoration: none;

}
.fieldlabel1:hover {
	color: #F77D29;
}

.fieldlabel1 li {
    display: inline;
}


.administrator {
	position: absolute;
	top: 0px;
	left: 0px;
}
.administrator input {
	width: 250px;
	height: 80px;
	font-size: 23px;
	font-weight: bold;
	font-family: tahoma, sans-serif;
}


#maincontent-body li {
	margin: 3px 0px;
}