html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
body {
	font: 93%/135% 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 130%;
	background: #E7EFEF;
}

#container {
width: 770px;
margin: 0 auto;
text-align: left;
}

#header {
margin-top: 2em;
height:175px;
width: 100%
}
#headline {
	color: #367C2B;
	float: left;
	width: 500px;
	margin: 0 10px;
}
#subheader {
	float : left;
	width: 150px;
}
.spacer {
	float: left;
	width : 205px;
}
.clearboth {
	clear : both;
}

#logo {
	float: left;
	width: 175px;
	text-align: center;
	background-color: rgb(217, 225, 225);
	margin-right: 2em;
}

#content {
	width: 550px;
	float: left;
	background-color: rgb(255, 255, 255);
	margin-left: 1.9em;
}

.boxRight {
	background: url(../images/mainImage.jpg) no-repeat 0 0;
	padding-left: 220px;
}
.boxRight1 {
	background: url(../images/Induction/HTJ7a.jpg) no-repeat 0 0;
	padding-left: 220px;
}

.boxRight2 {
	background: url(../images/rainbowsm.jpg) no-repeat 0 0;
	padding-left: 220px;
}

.boxRight3 {
	background: url(../images/Library/McGuinness1.jpg) no-repeat 0 0;
	padding-left: 220px;
}

.mainImage {
	border: 6px solid #CCC;
}

* html #content {height:1%}
* > html #content {height:auto}

.pad20 {
	padding: 0 20px;
}

.pad10 {
	padding: 0 10px;
}

/* ~~~~~~~~~ action items ~~~~~~~~~ */
#ActionItems  {
	color: White;
	width: 185px;
	float: left;
}
#ActionItem1 {
		background-color: rgb(144, 178, 128);

}
#ActionItem2 {
		background-color: rgb(93, 121, 146);
}
#ActionItem3 {
		background-color: rgb(93, 121, 146);
}


/* ~~~~~~~~~ footer ~~~~~~~~~ */
#Footer, #TextLinks, #Disclaimer {
	text-align: center;
	margin: 1em 0;
	width: 550px;
}
#Footer {
	margin-top: 1em;
	margin-left : 205px !important;
}
#TextLinks {
	background-color: rgb(109, 171, 188);
	color: White;
	margin: 1em 0 -1em 0;

}

#Disclaimer {
	background-color: rgb(255, 255, 255);
}

#Footer a:link, a:visited{
	color: White;
}

#Footer a:hover, a:active{
	color:#cccccc;
}


a:active,
a:visited,
a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover { color: #999999; text-decoration: underline;
font-weight: bold;}

 a.more:active,
 a.more:visited,
 a.more:link  {
	background:url(../images/linkBullet.gif) no-repeat 0 4px;
	padding:0px 0px 0px 15px;
	text-decoration:none;
	font-weight: bold;
	margin: 2em 0 0 1em;
	color:#000000;
}

 a:hover.more {
	background:url(../images/linkBulletOver.gif) no-repeat 0 4px;
	padding:0px 0px 0px 15px;
	text-decoration:underline;
}



/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1 {
	font-size: 140%;
	color: green;
	text-align: right;
	margin: 0 0 0 1em;
}

h2 {

}
h3 {
	padding:0 2px;
	margin:0;

}
h4 {
	padding:0 2px;
	margin:0;
}
h5{
	font-size: 130%;
	margin: 5px 0;
}


/* ~~~~~~~~~ Menu ~~~~~~~~~ */    


#topmenu {
	float: left;
	font-size: 90%;
	margin: 0 0 1em 0;
	line-height: normal;
	width: 552px;
	font-weight: bold;
	background-color: rgb(109, 171, 188);
}



#topmenu ul {
	  list-style:none;
}
#topmenu li {
	display: inline;
	font-size: 130%;
}
#topmenu a {
	  color: White;
	  cursor: pointer;
}
#topmenu a:hover {
	color: #B6D7E2;
	text-decoration: none;
}
#topmenu a span {
   border-right: 1px solid White;
	padding: 1em;
}
#topmenu a span.last {
   border-right: 0px;
}

      
