/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #EFF5FA;
	color: #333333;
}
#outer{
	min-height:100%;
	width:758px;
	border-left:3px solid #DFEDF4;
	border-right:3px solid #DFEDF4;
	color: #333333;
	text-align:left;
	margin:auto;
	position:relative;
	background:#FFFFFF;
}
 
* html #outer{height:99.9%;} /*For ie as treats height as min-height anyway - also addreeses rounding bug at bottom of screen in IE*/
#header{
	min-height:70px;
	background:#DFEDF4 url(images/reflections.jpg) no-repeat;
	border-top:3px solid #DFEDF4;
	border-bottom:3px solid #DFEDF4;
	position:relative;
}
* html #header{height:70px}
#left {
	position:relative;/*ie needs this to show float */
	width:170px; padding-left: 9px; margin-top: 3px;
	float:left; text-align: center;
	color:#333333;
	font: bold 8pt Verdana, "Trebuchet MS", arial, sans-serif;
}
#left p {
	color:#333333;
	font: bold 8pt Verdana, "Trebuchet MS", arial, sans-serif;
}
#menu a, #menu a:visited {
  text-decoration:none;
  text-align:center;
  background-color:#006699; 
  color:#EFF5FA;
  display:block; 
  width:160px; 
  padding:0.2em;
  margin:0.5em 0;
  border:3px solid #006699;
  }
#menu a:hover {
  border:3px solid #924357;
  background-color: #EFF5FA;
  color: #924357;
  }
/*
#left a:link {
	text-decoration: underline;
	background-color: transparent; color: #006699; font-weight: bold
}
#left a:visited {
	text-decoration: underline;
	background-color: transparent; color: #006699; font-weight: bold
}
#left a:hover {
	text-decoration: underline;
	background-color: transparent; color: #924357; font-weight: bold
}
#left a:active {
	text-decoration: underline;
	background-color: transparent; color: #006699; font-weight: bold
}
*/

#footer {
	width:758px;
	clear:both;
	height:50px;
	border-top:3px solid #DFEDF4;
	border-bottom:3px solid #DFEDF4;
	background-color: #DFEDF4;
	color: #006699;
	text-align:center;
	font: 8pt "Trebuchet MS", arial, sans-serif;
	left:0;
	bottom:0;
	position: absolute;
}
#footer a:link {
	text-decoration: underline;
	background-color: transparent;
	color: #006699;
}
#footer a:visited {
	text-decoration: underline;
	background-color: transparent;
	color: #006699;
}
#footer a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #924357;
}
#footer a:active {
	text-decoration: underline;
	background-color: transparent;
	color: #006699;
}

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
	margin-bottom:-1px;
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:550px;
	float:right;
	padding: 5px;
}
#centrecontent p {
	font: 8pt Verdana, "Trebuchet MS", arial, sans-serif;
	color: #333333;
	padding-left: 30px; padding-right: 45px; line-height: 200%;
}
#centrecontent ul {
	font: 8pt Verdana, "Trebuchet MS", arial, sans-serif;
	color: #333333;
	padding-left: 35px; padding-right: 45px; line-height: 200%;
}
#centrecontent h1 {
	text-align: left;
	color: #006699; font-variant: normal; font-size: 12pt; font-family: "Trebuchet MS", Arial, sans-serif; 
	font-weight: bold; letter-spacing: 0.1em;
}
#centrecontent h2 {
	text-align: left;
	font-family: "Trebuchet MS", Arial, sans-serif; font-size: 8pt; color: #924357; font-weight: bold; letter-spacing:0.1em;
}
#centrecontent h3 {
	text-align: left; padding-left: 30px;
	font-family: verdana, arial, sans-serif; font-size: 8pt; color: #333333; font-weight: bold;
}
#centrecontent a:link {
	text-decoration: underline;
	background-color: transparent; color: #006699; font-weight: bold
}
#centrecontent a:visited {
	text-decoration: underline;
	background-color: transparent; color: #006699; font-weight: bold
}
#centrecontent a:hover {
	text-decoration: underline;
	background-color: #DFEDF4; color: #924357; font-weight: bold
}
#centrecontent a:active {
	text-decoration: underline;
	background-color: transparent; color: #006699; font-weight: bold
}
#inset {
	width: 200px;
	float: right;
	padding: 3px 3px 3px 5px;
	margin: 0 2px 5px 5px;
	border: 1px #736952;
	background-color: #EFF5FA;
	color: #333333;
	font: bold 11px verdana, arial, sans-serif; text-align: left;
}
#inset p {
	font: 8pt Verdana, "Trebuchet MS", arial, sans-serif;
	color: #333333;
	padding-left: 10px; padding-right: 5px; line-height: 20px;
}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */