body { 	background-color : white;
	background-image : url(background.gif);
	background-attachment : fixed;
	background-repeat : repeat-y;}

.title h1 {	font-size : xx-large;
		text-align : center;}

.title h2 {	font-size : x-large;
		text-align : center;}

.title em {	text-decoration : none;
		color : rgb(82,181,198);}

.title { position : absolute;
	 top : 0.5em;
	 height : 6em;
	 width : 100%;
	 z-index : 0;}

.sidebar{ position : absolute;
	  top : 7.5em;
	  left : 1%;
	  width : 12em;
	  z-index : 1;
	  padding : 0em;
	  }
.menu{ 	padding : 0.5em;
	margin-bottom : 0.5em;
	text-align : center;
	background-image : url(bluefilter.gif);
	border : thin solid;
	}
.other{	padding :0.5em;
	margin-top : 0.5em;
	text-align : center;
	background-image : url(orangefilter.gif);
	border : thin solid;
	}

.menu a	{color : black;
	 text-decoration : none;
	 font-weight : bold }
.menu a:hover {background-color : rgb(221,221,256);
	 text-decoration : underline;}


.otherHeader {	font-size : large;
		font-weight : bold;}
.other a{color : black;
	 text-decoration : none;
	 font-weight : bold }
.other a:hover {background-color : rgb(256,221,221);
	 text-decoration : underline;}


.menuHeader {	font-size : large;
		font-weight : bold;}

.contentText {	position : absolute;
		top : 7.5em;
		left : 14em;
		z-index : 2;
		background-color : white;
		padding : 1em;
		border : thin solid;}
table.data {padding : 1em;
		width : 70%;
		text-align : left;
		position : relative;
		left : 1em;}
.flashtext1 {	text-align : right;
		padding : 1em;}
.flashtext2 {	text-align : left;
		padding : 1em;}

div.flash {text-align:center;}

.highlightdata {background-image : url(bluefilter.gif);
		color : black;
		border : thin solid;
		text-align : center;
		padding : 0.5em}

.PrevNext {	font-size : large;
		text-align : center;}
.PrevNext a	{text-decoration : none;}
.PrevNext a:hover {text-decoration : underline;}

.footer	{color : rgb(82,181,198);}
.ahem {display : none}
.validated img {border : none;
		width : 88px;
		height : 31px;}
