/* CSS Document */
/*Hiding Elements*/
#navigation, #lines6, #anchorLinks, #footer {
     display: none;
     }
.resumeSpace {
    display: none;
     }
	 
#logoText span{
	display: none;
}
#resumeTitles{
	display: none;
}
/* Formating Print Styles*/

*{margin:0in;
padding:0in;}

body
{
	background-color: #FFFFFF;
	background-position:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}
/*For Main Titles of a Page*/
h1{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bolder;
}
/*subtitles of a page */
h2{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
dt{
	font-weight: bold;   
  }
#page_holder{
	width: 8.5in;
	background-color: #FFFFFF;
	margin-top: 0in;
	margin-right: auto;
	margin-left: auto;
}
/*formatting for header section*/
#header{
    background-color:#FFFFFF;
}

#logoText span{
	display: none;
}
#logoPrint {
	margin-top: 0in;
	height: 1.5in;
    }
/*to make the background logo image linkable, display block makes the whole area clickable*/


.clearfloat{
	line-height: .1in;
	height:.125in;
	clear: both;
	font-size: .1in;
}


/*Resume Page*/
.titlePrint  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	
	margin-top: .125in;
     }
.spaceHeight{
	margin-top: 0.125in;
	margin-bottom: 0.125in;
  }
.spaceHeight2{
	margin-bottom: 0.125in;
	margin-top: 0.125in;
	page-break-before: left;
  }

/*Formatting for content*/

#content{
	margin-left: 1.5in;
	text-align: justify;
	width: 6in;
	margin-top: 0in;
}
#content ul{
	padding-left: .125in;
	
}

#content li{ 
    list-style-type: square;
}
