@charset "UTF-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #ff0000;
}

#main{
	margin-top:0em;
	margin-left:1em;
	margin-right:1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper{
	width: 59.69em;
	margin:auto;
}

/* Page header styles */
#header{
 	width: 955px;
	height: auto;
	background:#FFF;
}

/* Style for Navigation */
#nav{
	margin-top:0em;
	clear:both;
	font-size:14px;
		}

/* top column */
.top{
	top: 120px;
	left: 10px;
	width: 904px;
	margin: 10px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* left column */
.leftcolumn{
	top: 120px;
	left: 10px;
	width: 520px;
	margin: 10px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* right column */
.rightcolumn{
	top: 210px;
	left: 540px;
	width: auto;
	margin: 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* bottom column */
.bottom{
	top: 525px;
	left: 20px;
	width: 920px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* bottom column */
.bottomfaq{
	margin:10px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00;
}
/* bottom column */
.footer{
	width:920px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:600;
	color: #000;
}

/* none bulleted list */
ul.a{
	list-style-type: square;
	display: inline;
}
li{
	margin-left:2em;
}

li.b{
	margin-left:18em;
}

/* LINKS */
/* Unvisted links */
a:link{
	color:#00;
	text-decoration:underline;
}

/* Active links */
a:active{
	color: #00;
	text-decoration:underline;;
}

/* Visited links*/
a:visited{
	color: #D2D3C5;
	text-decoration:underline;
}

/* Images */
div.img
{
  margin: 10px;
  border: 0px;
  height: auto;
  width: 111px;
  float: right;
  text-align: center;
}	

/* Image description */
div.desc
{
	text-align: center;
	font-weight: normal;
	font-size:12px;
	width:auto;
	margin: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* footnote description */
div.footnote
{
  text-align: left;
  font-weight: normal;
  font-size:12px;
  width:auto;
  margin: 10px;
}


