/* CSS Document */
/* Set overall page spacings to 0*/
*{
	margin:0;
	padding:0;
}

#container{
	margin:10px;
	background-color:#FFfaFF;
	padding:10px;
}

#title {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
  	font-size:xx-large;
  	text-align:center;
	line-height: 1.5em;
	background-color: #881245;
	color: #ffffff;
}

#subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
  	text-align:left;
	line-height: 1.5em;
	font-weight: bold;
  	color: #881245;
}
#subtitle img { 
  float:right;
  height:28px;
  border:0px;
 }

#content {
}

#imgF{
	margin-top:10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	float:right;
	border: 3px;
	border-color: #881245;
	border-style:outset;
}

.F{ 
  clear:both;
	margin-top:10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	float:right;
 }

#imgFM{
	margin-top:15px;
	margin-bottom: 5px;
	border: 3px;
	border-color: #881245;
	border-style:outset;
}

#textF{

	margin:1em;
	font-family: arial, helvetica, sans-serif;
	font-size:small;
	line-height:1.5em;
	margin-top:10px;
	margin-bottom:10px;
}

#textF p{margin-top: 1em;
		margin-bottom:1em;
}

#textF  li{margin-top: .5em;
		margin-bottom:.5em;
}

ul {list-style-position:inside;
}

#textFB {
	font-family: arial, helvetica, sans-serif;
	font-size: x-large;
	line-height:0;
	margin-top:0;
	margin-bottom:0;
}

#code{
	font-family: courier, mono, verdana;
	font-size: small;
	background-color:#CCCCCC;
	padding-left:2em
}

#nav {
	font-family: arial, helvetica, sans-serif;
	font-size: large;
  font-weight: normal;
  text-align:center;
	background-color: #CCCCCC;
	padding: 5px;
	color: #881245;
}

#nav a:hover {	
	background-color:#EEEEEE;
	}

#hr1{
	margin-bottom:10px;
	margin-top:10px;
	margin-right:10px;
	border-top:2px #881245 solid;
	border-bottom: #CCCCCC solid;
}


#footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}



#clear{
	clear:both;
}