/* Basic div elements - in order they originally show on the page. Might want to alphabeticise to make them easier to find */

/* The background of the body element sets the colour of the "outside" the main page */
body {
  margin-top: 0px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background-color: #697172;
  text-align: center;
  color: #000033;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: normal;
	height: auto;
}
a {
	margin: 0 0mm 0 0;
	color: #000033;
	/*text-decoration: none;*/
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
}
a:link {
  color:#000033;
  /*text-decoration:none;*/
  }
a:visited {
  color:#000033;
  /*text-decoration:none;*/
  }
a:hover {
  color:#5F4FF0;
  /*text-decoration:none;*/
  }


/* Basic div elements - in order they originally show on the page. Might want to alphabeticise to make them easier to find */

/* the container is the bit around all page elements - header, body and footer. */
#container {
	width: 1000px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	margin: 15px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	/*border: outset;*/
	border: none;
}

/* this is the bit that contains the logo */	
#header {
	width: 1000;
	height: 80px;
	border-bottom: 2px solid #000066;
	/*float: left;*/
	margin: 0 4px 0 4px;
}
/*this is for displaying error, successs or new messages to the user. It is usually inside the header div */
#messageArea {
	float: right;
	font-size: x-small;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:  right;
	vertical-align: top;
	position: relative;
	top: 4;
	right: 0;
	padding: 0;
	margin: 0;
}

/* this has the to do list */
#navigationArea {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 175;
	margin: 2px 4px 0 4px;
	text-align: left;
}

/*this is the div that displays the main part of the page*/
#content {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	margin: 4 0 4 185;
	
}
/*These next bits are the main formatting styles inside the content */
/*this is for the page title. It is usually inside the Content div*/
#title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 2px #999999 solid;
}
#heading1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	background-color: #000066;
	color: #FFFFFF;
	width: 100%;
	border-bottom: 1px #999999 solid;
}
#heading2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #00006;
	width: 100%;
	/*background: url('./../images/bar2.gif') no-repeat;*/
	border-bottom: 1px #999999 solid;
	padding-top: 16px;
	margin-bottom: 6px;
}
#heading3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	width: 100%;
	margin-bottom: 6px;
}
/*These bits are miscellanous formatting inside the content */

/*this is an area that goes right across the page - or the div it is in. It is based on the 'footer' div. */
#bar {
	width: 100%;
	text-align: center;
	min-height: 25px;
	margin: 0px 4px 0 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 2px solid #000066;
	border-bottom: 2px solid #000066;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#activityArea {
	height: 300;
	padding-top: 6px;
	padding-bottom: 6px;
}

/*this goes along the bottom of the page at the moment, and shows the copyright notice */
#footer {
	width: 1000px;
	text-align: center;
	min-height: 25px;
	margin: 0px 4px 0 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 2px solid #000066;
	color: #999999;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* Some specific font styles */

.errorMessage {
	color: #FF9900;
}
.role {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
service {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
resource {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px
}
