* {

    padding: 0;

    margin: 0;

} 

img { border: 0px; }

body {

    background: #fff;

	font: .74em "Trebuchet MS", Verdana, Arial, sans-serif;

	line-height: 1.5em; 

}

a {

	color: #3B6EBF;

	text-decoration: none;

}



a:hover {

	text-decoration: underline;

}





#wrap {

margin: 20px auto;

width: 724px;

background: #fff url('images/midbg.jpg');

background-repeat: repeat-y;

}



#top { 

background: #fff url('images/topbg.jpg');

height: 30px;

}



#content {

padding: 0 40px 0 40px;

}



#bottom {



background: #fff url('images/botbg.jpg');

height: 30px;

}





.header {

height: 100px;
}



.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }

.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}

.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }



.nav { 

  background: #F6F9FB; 

	border-bottom: 1px solid #E1E1E1; 

	padding: 5px;

	text-align: center;

	font-weight: bold; 

}

	

.nav a, .nav a:hover {

  color: blue;

	text-decoration: none;  

}



.nav a:visited {

  color: purple;

} 



.middle {

	margin: 1em auto 10px auto;

	text-align: left;

}

.middle h1 { color: green; font-size: 18pt; margin-bottom: 10px; margin-top: 10px;}
.middle h2 { color: green; font-size: 15pt; margin-bottom: 10px; margin-top: 10px;}

.middle p { margin: 0px 0px .5em 0px; padding: 0px 0px 0px 0px; }

ul.double {  margin: 1em auto 1em auto; width: 80%; }
ul.double li { float: left; width: 49%; }

.clear { clear: both; padding-bottom: 1em; }

.footnote { font-size: 8pt; }

div.form
{
  text-align: center;
  margin: 1em auto 1em auto;
	width: %;
	border: 2px outset blue;
	padding: 1em 1em 1em 1em;
}

#clear {

	display: block;

	clear: both;

	width: 100%;

	height:1px;

	overflow:hidden;

}

div.trow
{
  clear: both;
	margin: 0px auto 0px auto;
	width: 440px;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
}

div.thead1
{
  float: left;
	width: 300px;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border: 1px solid white;
	text-align: center;
	font-weight: bold;
	background-color: #cccccc;
}

div.thead2
{
  float: left;
	width: 125px;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border: 1px solid white;
	text-align: center;
	font-weight: bold;
	background-color: #cccccc;
}

div.tcell3
{
  float: left;
	width: 300px;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	font-weight: normal;
	border: 1px solid white;
	background-color: white;
}

div.tcell
{
  float: left;
	width: 125px;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border: 1px solid #999999;
	text-align: center;
}

div.tcell2
{
  float: left;
	margin: .5em 1px 1px 1px;
	padding: 1px 1px 1px 10px;
	border: 1px solid white;
	font-size: 10pt; font-weight: bold;
}

#footer {

	text-align: center;

	color: #666;

}





