/* CSS Document */
/*------------------------- Type styles-------------------------*/
html{
	height: 100%;
	width: 100%;
	}

body{
	font-size: 10pt;
	font-family: Helvetica, Arial,  Verdana, sans-serif;
	line-height: 150%;
	letter-spacing: normal;
	color: #232323;
	background-color: #505153;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	text-decoration: none;
	text-align: center;
	height: 100%;
	width: 100%;
	}

h1{
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	letter-spacing: .05em;
	color: #830D18;
	font-weight: bold;
}

h2{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	text-align: left;
	letter-spacing: normal;
	color: #232323;
	font-weight: normal;
}

h3{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	text-align: left;
	letter-spacing: normal;
	color: #232323;
	font-weight: normal;
}
	
p { 
	text-align: left;
	}

a{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	letter-spacing: normal;
	color: inherit;
	text-decoration: underline;
}
	a:link { }
	a:visited { }
	a:hover { }
	a:active { }
	
hr{
	width: 100%;
	height: 1px;
	background-color: gray;
	border: none;
}
	

/*---- Classes ----*/

span.hide{display: none;}

.clear{ clear: both;}
span.yellow{ color:#FFC633;}

.title_bold{ font-family:Georgia, "Times New Roman", Times, serif;
font-size:16pt;
font-weight:bold;
color:#830D18;
line-height: normal;}

.date{
	font-style:italic;
	font-size: 9pt;
	color: gray;
	font-weight:normal;
	letter-spacing:normal;
}


/*---- Styles ----*/


#wrapper{
	width: 965px;
	height: auto;
	display: block;
	position: relative;
	background-color: #e7e8d3;
	background-image: url(../images/main-signature.png);
	background-repeat: no-repeat;
	margin:0px auto;
	text-align: left;
}

#wrapper-genie{
	width: 965px;
	height: auto;
	display: block;
	position: relative;
	background-color: #e7e8d3;
	background-image: url(../images/genie-background.jpg);
	background-repeat: no-repeat;
	margin:0px auto;
	text-align: left;
}

#wrapper-hillary{
	width: 965px;
	height: auto;
	display: block;
	position: relative;
	background-color: #e7e8d3;
	background-image: url(../images/hillary-background.jpg);
	background-repeat: no-repeat;
	margin:0px auto;
	text-align: left;
}

#container{
	width: 950px;
	height: 585px;
	display: block;
	position: relative;
	background-color: transparent;
	text-align: left;	
	border: 15px;
	border-style: solid;
	border-color: white;
}

#container2{
	width: 950px;
	height: auto;
	display: block;
	position: relative;
	background-color: transparent;
	text-align: left;	
	border: 15px;
	border-style: solid;
	border-color: white;
}

#header{
	width: 950px;
	height: 100px;
	display: block;
	position: relative;
	background-color: transparent;
	text-align: left;	
}

#logo-left{
	width: 180px;
	height: 50px;
	display: block;
	float: left;
	position: relative;
	background-color: transparent;
	text-align:right;
	padding-top: 40px;
}

#focus-right{
	width: 625px;
	height: 25px;
	display: block;
	float: right;
	position: relative;
	background-color: transparent;
	text-align:right;
	padding-top: 65px;
}

#nav{
	width: 175px;
	height: 500px;
	display: block;
	position: relative;
	background-color: transparent;
	text-align: right;	
	float: left;
}