/* Audrey Castoreno Format CSS Document */

p{
	font-size:9pt;
	line-height:14pt;
	margin-top:0;
	text-align:justify;}
	
a:link{
	color:#676664; /* DARK GRAY */
	text-decoration:underline;}
	
a:visited{
	color:#676664;
	text-decoration:underline;}
	
a:hover{
	color:#104856; /* TEAL */
	text-decoration:underline;}
	
a:active{
	color:#676664;
	text-decoration:underline;}
	
#divide{
	width:auto;
	margin:5px auto 5px auto;
	border-top:1px solid #104856;}

/*------------------------------------------------------------------------------------------------------- LEFT FORMAT ---*/
#leftContainer h2{
	font-size:16pt;
	font-weight:normal;
	color:#676664;
	text-align:left;
	margin:0 0 4px 0;
	padding:0 0 1px 0;
	border-bottom:1px solid #676664;}
	
#leftContainer h3{
	font-size:16pt;
	font-weight:normal;
	color:#104856; /* TEAL */
	text-align:left;
	margin:0 0 4px 0;
	padding:0 0 1px 0;}

dl.Resume{
	margin:0;
	padding:0;}
	
dl.Resume dt{
	font-size:13pt;
	color:#104856;
	font-weight:normal;
	text-align:left;
	margin:0 auto 2px auto;
	/*font-style:italic;*/}
	
dl.Resume dd{
	font-size:8pt;
	text-align:left;
	margin:0 auto 10px 0;
	border-left:2px solid;
	border-color:#104856;
	padding:4px;}
	
dl.Resume dd span{
	font-weight:bold;
	font-size:9pt;}
	
ul.List01{
	margin:0 auto;
	padding:0;
	font-size:8pt;}
	
ul.List01 li{
	list-style:circle;
	margin:5px auto 5px 20px;}
	
#leftContainer .field{
	width:175px;
	padding:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#171813;
	font-size:8pt;
	border:1px solid #007190;}
	
/*------------------------------------------------------------------------------------------------------- RIGHT BOX ---*/
#rightContainer h2{
	font-size:14pt;
	font-weight:normal;
	color:#171813;
	text-align:left;
	margin:0;
	padding:0;}
	
#rightBoxTop{
	width:240px;
	margin:0 auto;
	height:19px;
	background:#a8a99b url(images/right-boxtop.jpg) center top no-repeat;}
	
#rightBoxBottom{
	width:240px;
	margin:0 auto;
	height:19px;
	background:#a8a99b url(images/right-boxbottom.jpg) center top no-repeat;}
	
#rightBoxMiddle{
	width:232px;
	margin:0 auto;
	background-color:#104856;
	color:#fff;
	padding:4px;}
	
#rightBoxMiddle h1{
	font-size:17pt;
	font-weight:normal;
	color:#a8a99b;
	text-align:left;
	text-transform:uppercase;
	margin:0;
	padding:0;}
	
#rightBoxMiddle p{
	text-align:left;
	font-size:8pt;
	line-height:normal;}
	
#rightBoxMiddle a:link{
	color:#a8a99b; /* LIGHT GRAY */
	text-decoration:underline;}
	
#rightBoxMiddle a:visited{
	color:#a8a99b;
	text-decoration:underline;}
	
#rightBoxMiddle a:hover{
	color:#676664;
	text-decoration:underline;}
	
#rightBoxMiddle a:active{
	color:#a8a99b;
	text-decoration:underline;}
	
#rightBoxMiddle .field{
	width:175px;
	padding:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#171813;
	font-size:8pt;
	border:1px solid #007190;}