/******************** Global ********************/
body{
	padding: 0;
	background: white url(../img/back2.jpg);
	margin: 0px;
	color: #000;
	font: 85% arial,verdana,helvetica,sans-serif; 
}

a{
	color: #000;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
	background-color: #00539A;
}

a.Nav{
	font-weight: bold;
}


img{
	border: 0;
}


td{
	vertical-align: top
}

/***************** End Global *****************/

/*************** Miscellaneous ***************/

#BackImg {
	background-image: url(../img/boy.jpg);
}

#BodyCopy{
	text-align: left;
	font-size: 85%;
}

#BodyCopyTitle{
	font-style: italic;
}

#Copyright{
	font-size: 65%;
	text-align: left; 
	vertical-align: bottom;
}

#Error{
	color: red; 
	line-height: 25%;
}

#FloatLeft{
	float: left;     margin: 4px;
}

#FloatRight{
	float: right;     margin: 4px;
}

#Nav{
	float: right;
	position: relative; top: 12px;
	font-weight: bold;
	font-size: 85%;
	color: #000;
}

#OtherWorks{
	line-height: 200%;
}

#SubTitle{
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	color: #000;
}

#TableCenterText{
	text-align: center;
}

#TableSubHead{
	border: 1px solid #000000;
	font-weight: bold;
	background-color: #00539A;
}

#TableRightText{
	text-align: right;
}

#Title{
	float: left;
	font-size: 180%;
	font-weight: bold;
	text-align: left;
	color: #000; 
}

 ul#navlist{padding: 0;margin: 0;list-style-type: none;float: left;width: 100%;color: #fff;background-color: #036;}ul#navlist li { display: inline; }ul#navlist li a{float: left;width: 5em;color: #fff;background-color: #036;padding: 0.2em 1em;text-decoration: none;border-right: 1px solid #fff;}ul#navlist li a:hover{background-color: #369;color: #fff;}


/*********** End Miscellaneous************/

/******************* Tables *******************/

#AltTable{
	background-image: url(../img/boy.jpg);
	border: 0px;
}

#ReviewTable {
	width: 400px;
}
#ReviewTable td{
	text-align: left;
	font-size: 85%;
}

/***************** End Tables *****************/

